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:
thibault.dewailly 2016-04-21 18:15:22 +02:00
parent 85bae89dc3
commit 08fd72786c

View File

@ -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'