mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-27 06:51:31 +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
|
VERSION=1.0
|
||||||
PACKAGE=libpve-access-control
|
PACKAGE=libpve-access-control
|
||||||
PKGREL=14
|
PKGREL=15
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -549,7 +549,6 @@ my $privgroups = {
|
|||||||
root => [],
|
root => [],
|
||||||
admin => [
|
admin => [
|
||||||
'VM.Config.Disk',
|
'VM.Config.Disk',
|
||||||
'VM.Config.CDROM', # change CDROM media
|
|
||||||
'VM.Config.CPU',
|
'VM.Config.CPU',
|
||||||
'VM.Config.Memory',
|
'VM.Config.Memory',
|
||||||
'VM.Config.Network',
|
'VM.Config.Network',
|
||||||
@ -560,6 +559,7 @@ my $privgroups = {
|
|||||||
'VM.Monitor',
|
'VM.Monitor',
|
||||||
],
|
],
|
||||||
user => [
|
user => [
|
||||||
|
'VM.Config.CDROM', # change CDROM media
|
||||||
'VM.Console',
|
'VM.Console',
|
||||||
'VM.Backup',
|
'VM.Backup',
|
||||||
'VM.PowerMgmt',
|
'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
|
libpve-access-control (1.0-14) unstable; urgency=low
|
||||||
|
|
||||||
* fix buf in userid-param permission check
|
* fix buf in userid-param permission check
|
||||||
|
Loading…
Reference in New Issue
Block a user