]> git.proxmox.com Git - qemu-server.git/commit
restrict monitor API to Sys.Modify for most commands
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 23 Nov 2016 08:17:07 +0000 (09:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Nov 2016 09:02:06 +0000 (10:02 +0100)
commita8f2f4271428cbf4c9c4f2626e90266ccfcb84be
tree635594b8278ce03b976b9ee693ebc7036f13b907
parentcad05dcfaad90d97b99bc1f08cc3591964c11487
restrict monitor API to Sys.Modify for most commands

because these allow adding arbitrary devices to VMs (and
other potentially dangerous things).

whitelist 'info *' and 'help' as usable with just
VM.Monitor, if more are desired and requested they can be
added later.
PVE/API2/Qemu.pm