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