api2/access/acl: make update_acl a protected api call

since we want to set the owner of the acl config to 'root'
which is only possible when using a protected api call

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-05-20 12:15:36 +02:00 committed by Dietmar Maurer
parent 11b6391c83
commit 12e3895399
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ pub fn read_acl(
}
#[api(
protected: true,
input: {
properties: {
path: {