all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/8] permission improvements
@ 2020-10-30 11:36 Fabian Grünbichler
  2020-10-30 11:36 ` [pbs-devel] [PATCH proxmox-backup 1/8] privs: allow reading notes with Datastore.Audit Fabian Grünbichler
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Fabian Grünbichler @ 2020-10-30 11:36 UTC (permalink / raw)
  To: pbs-devel

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





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-11-02  6:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 11:36 [pbs-devel] [PATCH proxmox-backup 0/8] permission improvements Fabian Grünbichler
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

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal