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:
parent
1e15ebe7b5
commit
e3e6510c3a
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.1
|
||||
|
||||
VERSION=1.0
|
||||
PACKAGE=libpve-access-control
|
||||
PKGREL=24
|
||||
PKGREL=25
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -366,6 +366,7 @@ my $privgroups = {
|
||||
'VM.Allocate',
|
||||
'VM.Migrate',
|
||||
'VM.Monitor',
|
||||
'VM.Snapshot',
|
||||
],
|
||||
user => [
|
||||
'VM.Config.CDROM', # change CDROM media
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user