add Pool.Allocate priviledge

This commit is contained in:
Dietmar Maurer 2012-01-31 07:37:38 +01:00
parent f3957883eb
commit dee1c8829a

View File

@ -599,6 +599,14 @@ my $privgroups = {
user => [],
audit => [],
},
Pool => {
root => [],
admin => [
'Pool.Allocate', # create/delete pools
],
user => [],
audit => [],
},
};
my $valid_privs = {};