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:
Dominik Csapak 2021-07-09 13:43:57 +02:00 committed by Thomas Lamprecht
parent 0c27d880b0
commit 934de1d691
1 changed files with 3 additions and 0 deletions

View File

@ -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");
}
}