]> git.proxmox.com Git - pve-access-control.git/commitdiff
new privilege VM.Backup
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Feb 2012 09:41:48 +0000 (10:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Feb 2012 09:44:42 +0000 (10:44 +0100)
PVE/AccessControl.pm
README

index 8305117c500b2dca9fe5f5345d4078154c89c99a..3cae437bb39d6179bcad847bea42e476a4cd925e 100644 (file)
@@ -561,6 +561,7 @@ my $privgroups = {
        ],
        user => [
            'VM.Console', 
+           'VM.Backup',
            'VM.PowerMgmt',
        ],
        audit => [ 
diff --git a/README b/README
index 2619720b2313d5f2a20dd80e1f89593c79838a16..f20c4de8111c7dee30518d215df6ad2f2db25677 100644 (file)
--- a/README
+++ b/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