From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 0/8] permission improvements
Date: Fri, 30 Oct 2020 12:36:36 +0100 [thread overview]
Message-ID: <20201030113644.2044947-1-f.gruenbichler@proxmox.com> (raw)
this series cleans up
- get/set_notes permissions
- unused PRIV_REMOTE_PRUNE
reworks verification permissions:
- add a new PRIV_DATASTORE_VERIFY that allows verifying whole datastores
- allows unprivileged users to verify their part of a datastore in bulk
- allows non-superusers to setup and view verification jobs (if they are
privileged enough)
reworks pulls/syncs:
- allow setting an owner
- allow non-superusers to setup and view sync jobs (if they are
privileged enough)
Fabian Grünbichler (8):
privs: allow reading notes with Datastore.Audit
privs: use Datastore.Modify|Backup to set backup notes
verify: introduce & use new Datastore.Verify privilege
verify jobs: add permissions
sync: add owner
sync: allow sync for non-superusers
privs: remove PRIV_REMOVE_PRUNE
privs: add some more comments explaining privileges
src/api2/admin/datastore.rs | 34 ++++++--
src/api2/admin/sync.rs | 30 ++++++-
src/api2/config/remote.rs | 15 +++-
src/api2/config/sync.rs | 152 +++++++++++++++++++++++++++++++++---
src/api2/config/verify.rs | 41 +++++++++-
src/api2/pull.rs | 5 +-
src/backup/verify.rs | 29 ++++++-
src/config/acl.rs | 24 ++++--
src/config/sync.rs | 28 ++++++-
src/server/verify_job.rs | 2 +-
www/config/SyncView.js | 14 +++-
www/window/SyncJobEdit.js | 20 +++++
12 files changed, 352 insertions(+), 42 deletions(-)
--
2.20.1
next reply other threads:[~2020-10-30 11:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 11:36 Fabian Grünbichler [this message]
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 1/8] privs: allow reading notes with Datastore.Audit Fabian Grünbichler
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 2/8] privs: use Datastore.Modify|Backup to set backup notes Fabian Grünbichler
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 3/8] verify: introduce & use new Datastore.Verify privilege Fabian Grünbichler
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 4/8] verify jobs: add permissions Fabian Grünbichler
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 5/8] fix #2864: add owner option to sync Fabian Grünbichler
2020-11-02 6:37 ` [pbs-devel] applied: " Dietmar Maurer
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 6/8] sync: allow sync for non-superusers Fabian Grünbichler
2020-11-02 6:39 ` [pbs-devel] applied: " Dietmar Maurer
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 7/8] privs: remove PRIV_REMOVE_PRUNE Fabian Grünbichler
2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 8/8] privs: add some more comments explaining privileges Fabian Grünbichler
2020-10-30 15:44 ` [pbs-devel] partially-applied: [PATCH proxmox-backup 0/8] permission improvements Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201030113644.2044947-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.