add VM.Snapshot permission

This commit is contained in:
Dietmar Maurer 2012-09-10 09:24:19 +02:00
parent 1e15ebe7b5
commit e3e6510c3a
3 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.1
VERSION=1.0 VERSION=1.0
PACKAGE=libpve-access-control PACKAGE=libpve-access-control
PKGREL=24 PKGREL=25
DESTDIR= DESTDIR=
PREFIX=/usr PREFIX=/usr

View File

@ -366,6 +366,7 @@ my $privgroups = {
'VM.Allocate', 'VM.Allocate',
'VM.Migrate', 'VM.Migrate',
'VM.Monitor', 'VM.Monitor',
'VM.Snapshot',
], ],
user => [ user => [
'VM.Config.CDROM', # change CDROM media 'VM.Config.CDROM', # change CDROM media

View File

@ -1,3 +1,9 @@
libpve-access-control (1.0-25) unstable; urgency=low
* add VM.Snapshot permission
-- Proxmox Support Team <support@proxmox.com> Mon, 10 Sep 2012 09:23:32 +0200
libpve-access-control (1.0-24) unstable; urgency=low libpve-access-control (1.0-24) unstable; urgency=low
* untaint path (allow root to restore arbitrary paths) * untaint path (allow root to restore arbitrary paths)