X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=pveum;h=87a1c059287cc5490278cd585dab547424725841;hp=2c468d05cc68f1aa31630739bfbc9dd065aa7761;hb=7a4c849ea3b98098477e51e86dec902100769f7f;hpb=9b2172261e5b0088a608de124c8cfd53154aa6a7 diff --git a/pveum b/pveum index 2c468d0..87a1c05 100755 --- a/pveum +++ b/pveum @@ -72,8 +72,8 @@ my $cmddef = { rolemod => [ 'PVE::API2::Role', 'update_role', ['roleid'] ], roledel => [ 'PVE::API2::Role', 'delete_role', ['roleid'] ], - aclmod => [ 'PVE::API2::ACL', 'update_acl', ['path', 'roles'], { delete => 0 }], - acldel => [ 'PVE::API2::ACL', 'update_acl', ['path', 'roles'], { delete => 1 }], + aclmod => [ 'PVE::API2::ACL', 'update_acl', ['path'], { delete => 0 }], + acldel => [ 'PVE::API2::ACL', 'update_acl', ['path'], { delete => 1 }], }; my $cmd = shift;