]> git.proxmox.com Git - pve-manager.git/commit
api: vzdump: soften parameter permission checks
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 16 Nov 2022 14:04:30 +0000 (15:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 13:13:05 +0000 (14:13 +0100)
commit2b233ecc083d3375ef778763d51e79037e3c7a4e
tree04a0ff053c2ededd8d3b09b6eebe0a39b9c34454
parentf64fa68d8c0cb63026aaf4897519b8e9d62e493b
api: vzdump: soften parameter permission checks

Allows sufficiently privileged users to pass-in retention and
performance parameters for manual backup, but keeps tmpdir, dumpdir
and script root-only. Such users could already edit the job
accordingly, so essentially not granting anything new.

Suggested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/Backup.pm
PVE/API2/VZDump.pm