From: Alexandre Derumier Date: Tue, 26 Nov 2019 09:01:09 +0000 (+0100) Subject: add SDN.Allocate && SDN.Audit privileges X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=406726718e3a648ca520fff9cdd0ed415113c748;p=pve-access-control.git add SDN.Allocate && SDN.Audit privileges Signed-off-by: Alexandre Derumier --- diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index ad97a42..4e9deea 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -683,6 +683,16 @@ my $privgroups = { 'Datastore.Audit', ], }, + SDN => { + root => [], + admin => [ + 'SDN.Allocate', + 'SDN.Audit', + ], + audit => [ + 'SDN.Audit', + ], + }, User => { root => [ 'Realm.Allocate',