Is there a way to add a permission for all users (current or futur) on a specific path?
For example, if I want to add the role
Is it possible to do the same thing for all users (current or futur)?
For example, if I want to add the role
PVETemplateUser
to VM/template with VMid 1000 for a specific user, I can do:
Bash:
pveum acl modify /vms/1000 -user 'testuser@pve' -role PVETemplateUser
Is it possible to do the same thing for all users (current or futur)?