From 406726718e3a648ca520fff9cdd0ed415113c748 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Tue, 26 Nov 2019 10:01:09 +0100 Subject: [PATCH] add SDN.Allocate && SDN.Audit privileges Signed-off-by: Alexandre Derumier --- PVE/AccessControl.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) 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', -- 2.39.2