mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-27 10:50:19 +00: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
|
VERSION=1.0
|
||||||
PACKAGE=libpve-access-control
|
PACKAGE=libpve-access-control
|
||||||
PKGREL=24
|
PKGREL=25
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -366,6 +366,7 @@ my $privgroups = {
|
|||||||
'VM.Allocate',
|
'VM.Allocate',
|
||||||
'VM.Migrate',
|
'VM.Migrate',
|
||||||
'VM.Monitor',
|
'VM.Monitor',
|
||||||
|
'VM.Snapshot',
|
||||||
],
|
],
|
||||||
user => [
|
user => [
|
||||||
'VM.Config.CDROM', # change CDROM media
|
'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
|
libpve-access-control (1.0-24) unstable; urgency=low
|
||||||
|
|
||||||
* untaint path (allow root to restore arbitrary paths)
|
* untaint path (allow root to restore arbitrary paths)
|
||||||
|
Loading…
Reference in New Issue
Block a user