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