From f580b2d30d4d6696003f71d0bbdaac86eb1f5363 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 5 May 2017 11:23:25 +0200 Subject: [PATCH] pvesr run: remove wrong permission check --- PVE/CLI/pvesr.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PVE/CLI/pvesr.pm b/PVE/CLI/pvesr.pm index 471bc2c..f8b9aed 100644 --- a/PVE/CLI/pvesr.pm +++ b/PVE/CLI/pvesr.pm @@ -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, -- 2.39.2