]> git.proxmox.com Git - pve-access-control.git/commitdiff
add Pool.Allocate priviledge
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 31 Jan 2012 06:37:38 +0000 (07:37 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 31 Jan 2012 06:37:38 +0000 (07:37 +0100)
PVE/AccessControl.pm

index ddad2c7743ac037040307522b77249ebf14f34cf..86c15fdf1b4d16b0b2c6b39c856796ef425621a4 100644 (file)
@@ -599,6 +599,14 @@ my $privgroups = {
        user => [],
        audit => [],
     },
+    Pool => {
+       root => [],
+       admin => [
+           'Pool.Allocate', # create/delete pools
+       ],
+       user => [],
+       audit => [],
+    },
 };
 
 my $valid_privs = {};