[pbs-devel] [PATCH proxmox-backup 2/6] config: acl: add PRIV_REALM_ALLOCATE
Dominik Csapak
d.csapak at proxmox.com
Fri Jul 9 13:43:57 CEST 2021
will be used for realm creation/update/deletion
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
src/config/acl.rs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/config/acl.rs b/src/config/acl.rs
index e468586e..b4b3510f 100644
--- a/src/config/acl.rs
+++ b/src/config/acl.rs
@@ -72,6 +72,9 @@ constnamedbitmap! {
PRIV_TAPE_WRITE("Tape.Write");
/// Tape.Read allows reading tape backup configuration and media contents
PRIV_TAPE_READ("Tape.Read");
+
+ /// Realm.Allocate allows viewing, creating, modifying and deleting realms
+ PRIV_REALM_ALLOCATE("Realm.Allocate");
}
}
--
2.30.2
More information about the pbs-devel
mailing list