]> git.proxmox.com Git - pve-access-control.git/commitdiff
add VM.Snapshot permission
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 10 Sep 2012 07:24:19 +0000 (09:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 10 Sep 2012 07:24:37 +0000 (09:24 +0200)
Makefile
PVE/AccessControl.pm
changelog.Debian

index 2ffede487aaca785c7ba2774e6ae2bc97c62ea4b..0169d4df328249e62bce27de6f1f446621d77019 100644 (file)
--- 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
index 26f61a369ba2335593778884adfd36186a749686..82b379529b19f10c3d6e8df35d48be0c99793713 100644 (file)
@@ -366,6 +366,7 @@ my $privgroups = {
            'VM.Allocate', 
            'VM.Migrate',
            'VM.Monitor', 
+           'VM.Snapshot', 
        ],
        user => [
            'VM.Config.CDROM', # change CDROM media
index 4517038fce75d8ddcdb493cd57ff56baef0ab1e6..50b6c39fceb25cade0db7e231839d8034406683e 100644 (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)