X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAccessControl.pm;h=ee731d8aa457ddd4b564127694df1e78011590ad;hp=6afe65cdae7c542e659b07a7372f28030ea38bc5;hb=19f60b5e3cc46ba86b81739caefcb3dde3195fcd;hpb=e3a3a0d746878fad68b2289d0e49c0bd7d954304 diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 6afe65c..ee731d8 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -566,10 +566,11 @@ my $privgroups = { }, Datastore => { root => [ - 'Datastore.Allocate', 'Permissions.Modify', ], - admin => [], + admin => [ + 'Datastore.Allocate', + ], user => [ 'Datastore.AllocateSpace', ], @@ -578,14 +579,11 @@ my $privgroups = { ], }, User => { - root => [ - - ], + root => [], admin => [ 'User.Modify', - 'User.Add', - 'User.Delete', - ], + 'User.Allocate', + ], user => [], audit => [], },