X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pveum;h=87a1c059287cc5490278cd585dab547424725841;hb=cc7bdf33772cb790ae53e6cb6161c8b9058fa717;hp=2c468d05cc68f1aa31630739bfbc9dd065aa7761;hpb=362fe4c6507a00d1b8faaba6ac6a77232978191f;p=pve-access-control.git 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;