new privilege VM.Backup

This commit is contained in:
Dietmar Maurer 2012-02-06 10:41:48 +01:00
parent 373cb38394
commit 68d5a86d1a
2 changed files with 3 additions and 0 deletions

View File

@ -561,6 +561,7 @@ my $privgroups = {
], ],
user => [ user => [
'VM.Console', 'VM.Console',
'VM.Backup',
'VM.PowerMgmt', 'VM.PowerMgmt',
], ],
audit => [ audit => [

2
README
View File

@ -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