5
0
mirror of git://git.proxmox.com/git/pve-access-control.git synced 2025-01-21 18:03:45 +03:00

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
PACKAGE=libpve-access-control
PKGREL=24
PKGREL=25
DESTDIR=
PREFIX=/usr

View File

@ -366,6 +366,7 @@ my $privgroups = {
'VM.Allocate',
'VM.Migrate',
'VM.Monitor',
'VM.Snapshot',
],
user => [
'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
* untaint path (allow root to restore arbitrary paths)