[pve-devel] [PATCH pve-access-control 1/1] add SDN.Allocate && SDN.Audit privileges

Alexandre Derumier aderumier at odiso.com
Tue Nov 26 10:01:09 CET 2019


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 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.20.1




More information about the pve-devel mailing list