2021-02-11 12:13:34 +00:00
|
|
|
This file contains the access control list for the Proxmox Backup
|
|
|
|
Server API.
|
|
|
|
|
|
|
|
Each line starts with ``acl:``, followed by 4 additional values
|
2021-10-27 14:19:27 +00:00
|
|
|
separated by colon.
|
2021-02-11 12:13:34 +00:00
|
|
|
|
2021-10-27 14:19:27 +00:00
|
|
|
:propagate: Propagate permissions down the hierarchy
|
2021-02-11 12:13:34 +00:00
|
|
|
|
|
|
|
:path: The object path
|
|
|
|
|
2021-10-27 14:19:27 +00:00
|
|
|
:User/Token: List of users and tokens
|
2021-02-11 12:13:34 +00:00
|
|
|
|
|
|
|
:Role: List of assigned roles
|
|
|
|
|
|
|
|
Here is an example list::
|
|
|
|
|
|
|
|
acl:1:/:root@pam!test:Admin
|
|
|
|
acl:1:/datastore/store1:user1@pbs:DatastoreAdmin
|
|
|
|
|
|
|
|
|
|
|
|
You can use the ``proxmox-backup-manager acl`` command to manipulate
|
|
|
|
this file.
|