mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-27 09:25:25 +00:00
add Pool.Allocate priviledge
This commit is contained in:
parent
f3957883eb
commit
dee1c8829a
@ -599,6 +599,14 @@ my $privgroups = {
|
||||
user => [],
|
||||
audit => [],
|
||||
},
|
||||
Pool => {
|
||||
root => [],
|
||||
admin => [
|
||||
'Pool.Allocate', # create/delete pools
|
||||
],
|
||||
user => [],
|
||||
audit => [],
|
||||
},
|
||||
};
|
||||
|
||||
my $valid_privs = {};
|
||||
|
Loading…
Reference in New Issue
Block a user