From e3e6510c3ac32253a239993c203e144ee2c09194 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 10 Sep 2012 09:24:19 +0200 Subject: [PATCH] add VM.Snapshot permission --- Makefile | 2 +- PVE/AccessControl.pm | 1 + changelog.Debian | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) 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) -- 2.39.2