mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-26 23:43:58 +00:00
Add VM.Config.CDROM privilege to PVEVMUser rule
This commit is contained in:
parent
a69bbe2e7e
commit
cc7bdf3377
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=1.0
|
||||
PACKAGE=libpve-access-control
|
||||
PKGREL=14
|
||||
PKGREL=15
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -549,7 +549,6 @@ my $privgroups = {
|
||||
root => [],
|
||||
admin => [
|
||||
'VM.Config.Disk',
|
||||
'VM.Config.CDROM', # change CDROM media
|
||||
'VM.Config.CPU',
|
||||
'VM.Config.Memory',
|
||||
'VM.Config.Network',
|
||||
@ -560,6 +559,7 @@ my $privgroups = {
|
||||
'VM.Monitor',
|
||||
],
|
||||
user => [
|
||||
'VM.Config.CDROM', # change CDROM media
|
||||
'VM.Console',
|
||||
'VM.Backup',
|
||||
'VM.PowerMgmt',
|
||||
|
@ -1,3 +1,9 @@
|
||||
libpve-access-control (1.0-15) unstable; urgency=low
|
||||
|
||||
* Add VM.Config.CDROM privilege to PVEVMUser rule
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 11:44:23 +0100
|
||||
|
||||
libpve-access-control (1.0-14) unstable; urgency=low
|
||||
|
||||
* fix buf in userid-param permission check
|
||||
|
Loading…
Reference in New Issue
Block a user