]> git.proxmox.com Git - pve-storage.git/commitdiff
pvesr run: remove wrong permission check
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 5 May 2017 09:23:25 +0000 (11:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 May 2017 09:23:25 +0000 (11:23 +0200)
PVE/CLI/pvesr.pm

index 471bc2c2f508f38c85ef4d50eeb9fdd2ae658048..f8b9aede49ad94ab573e1328088941722f4e2946 100644 (file)
@@ -101,11 +101,6 @@ __PACKAGE__->register_method ({
     path => 'run',
     method => 'POST',
     description => "This method will run by the systemd-timer and sync all jobs",
-    permissions => {
-       description => {
-           check => ['perm', '/', [ 'Sys.Console' ]],
-       },
-    },
     protected => 1,
     parameters => {
        additionalProperties => 0,