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