config: acl: add PRIV_REALM_ALLOCATE
will be used for realm creation/update/deletion Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
0c27d880b0
commit
934de1d691
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue