mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 21:47:02 +01:00
Fixed point 9.1.8 cron rights as a chmod 600 disabled the cron.allow features (file must be world readable)
This commit is contained in:
parent
8bc3ab43a2
commit
516b4dc7f9
@ -13,7 +13,7 @@ set -u # One variable unset, it's over
|
||||
|
||||
FILES_ABSENT='/etc/cron.deny /etc/at.deny'
|
||||
FILES_PRESENT='/etc/cron.allow /etc/at.allow'
|
||||
PERMISSIONS='600'
|
||||
PERMISSIONS='644'
|
||||
USER='root'
|
||||
GROUP='root'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user