From: Dietmar Maurer Date: Mon, 6 Feb 2012 09:05:18 +0000 (+0100) Subject: new privilege Datastore.AllocateTemplate X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=373cb3839470e2d5783c7778473013a45ad53ca9 new privilege Datastore.AllocateTemplate --- diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 47b010f..8305117 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -549,7 +549,7 @@ my $privgroups = { root => [], admin => [ 'VM.Config.Disk', - 'VM.Config.CDROM', + 'VM.Config.CDROM', # change CDROM media 'VM.Config.CPU', 'VM.Config.Memory', 'VM.Config.Network', @@ -586,6 +586,7 @@ my $privgroups = { root => [], admin => [ 'Datastore.Allocate', + 'Datastore.AllocateTemplate', ], user => [ 'Datastore.AllocateSpace',