From: Dietmar Maurer Date: Mon, 10 Sep 2012 07:24:19 +0000 (+0200) Subject: add VM.Snapshot permission X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=e3e6510c3ac32253a239993c203e144ee2c09194 add VM.Snapshot permission --- diff --git a/Makefile b/Makefile index 2ffede4..0169d4d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=2.1 VERSION=1.0 PACKAGE=libpve-access-control -PKGREL=24 +PKGREL=25 DESTDIR= PREFIX=/usr diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 26f61a3..82b3795 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -366,6 +366,7 @@ my $privgroups = { 'VM.Allocate', 'VM.Migrate', 'VM.Monitor', + 'VM.Snapshot', ], user => [ 'VM.Config.CDROM', # change CDROM media diff --git a/changelog.Debian b/changelog.Debian index 4517038..50b6c39 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +libpve-access-control (1.0-25) unstable; urgency=low + + * add VM.Snapshot permission + + -- Proxmox Support Team Mon, 10 Sep 2012 09:23:32 +0200 + libpve-access-control (1.0-24) unstable; urgency=low * untaint path (allow root to restore arbitrary paths)