mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-13 03:46:46 +00:00
new privilege VM.Backup
This commit is contained in:
parent
373cb38394
commit
68d5a86d1a
@ -561,6 +561,7 @@ my $privgroups = {
|
||||
],
|
||||
user => [
|
||||
'VM.Console',
|
||||
'VM.Backup',
|
||||
'VM.PowerMgmt',
|
||||
],
|
||||
audit => [
|
||||
|
2
README
2
README
@ -81,6 +81,7 @@ privileges:
|
||||
VM.PowerMgmt: power management (start, stop, reset, shutdown, ...)
|
||||
VM.Console: console access to VM
|
||||
VM.Monitor: access to VM monitor (kvm)
|
||||
VM.Backup: backup/restore VMs
|
||||
VM.Audit: view VM config
|
||||
|
||||
VM.Config.XXX: modify VM config
|
||||
@ -97,6 +98,7 @@ privileges:
|
||||
|
||||
Datastore.Allocate: create/remove/modify a data store.
|
||||
Datastore.AllocateSpace: allocate space on a datastore
|
||||
Datastore.AllocateTemplate: allocate/upload templates and iso images
|
||||
Datastore.Audit: view/browse a datastore
|
||||
|
||||
Permissions.Modify: modify access permissions
|
||||
|
Loading…
Reference in New Issue
Block a user