mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Add missing permissions check when saving allowed cron users
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
require './cron-lib.pl';
|
||||
&ReadParse();
|
||||
$access{'allow'} || &error($text{'allow_ecannot'});
|
||||
|
||||
&lock_file($config{cron_allow_file});
|
||||
&lock_file($config{cron_deny_file});
|
||||
|
||||
Reference in New Issue
Block a user