]> git.proxmox.com Git - pve-access-control.git/commitdiff
add SDN.Allocate && SDN.Audit privileges
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 26 Nov 2019 09:01:09 +0000 (10:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Nov 2019 15:49:47 +0000 (16:49 +0100)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/AccessControl.pm

index ad97a426c6df7aa4627383d5e2a12b6d42ac7583..4e9deea87ae6be7802fc0c6b00953f3fb2b0f4ea 100644 (file)
@@ -683,6 +683,16 @@ my $privgroups = {
            'Datastore.Audit',
        ],
     },
+    SDN => {
+       root => [],
+       admin => [
+           'SDN.Allocate',
+           'SDN.Audit',
+       ],
+       audit => [
+           'SDN.Audit',
+       ],
+    },
     User => {
        root => [
            'Realm.Allocate',