]> git.proxmox.com Git - pve-manager.git/commitdiff
backup: update job: add missing permission description
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Jul 2020 11:53:57 +0000 (13:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Jul 2020 11:53:57 +0000 (13:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Backup.pm

index 74b73639471ece8681f6343fef0c9f302d351566..f90bc8fef4db21501a7075d9d5e5adb278ee30a7 100644 (file)
@@ -235,6 +235,7 @@ __PACKAGE__->register_method({
     description => "Update vzdump backup job definition.",
     permissions => {
        check => ['perm', '/', ['Sys.Modify']],
+       description => "The 'tmpdir', 'dumpdir' and 'script' parameters are additionally restricted to the 'root\@pam' user.",
     },
     parameters => {
        additionalProperties => 0,