]> git.proxmox.com Git - pve-access-control.git/commitdiff
new privilege Datastore.AllocateTemplate
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Feb 2012 09:05:18 +0000 (10:05 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Feb 2012 09:05:18 +0000 (10:05 +0100)
PVE/AccessControl.pm

index 47b010f98eb0b00bfe5c89bc76c4ac92ff7f4a0b..8305117c500b2dca9fe5f5345d4078154c89c99a 100644 (file)
@@ -549,7 +549,7 @@ my $privgroups = {
        root => [],
        admin => [           
            'VM.Config.Disk', 
        root => [],
        admin => [           
            'VM.Config.Disk', 
-           'VM.Config.CDROM', 
+           'VM.Config.CDROM', # change CDROM media
            'VM.Config.CPU', 
            'VM.Config.Memory', 
            'VM.Config.Network', 
            'VM.Config.CPU', 
            'VM.Config.Memory', 
            'VM.Config.Network', 
@@ -586,6 +586,7 @@ my $privgroups = {
        root => [],
        admin => [
            'Datastore.Allocate',
        root => [],
        admin => [
            'Datastore.Allocate',
+           'Datastore.AllocateTemplate',
        ],
        user => [
            'Datastore.AllocateSpace',
        ],
        user => [
            'Datastore.AllocateSpace',