]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fcron
fcron: Fix permissions of configuration files.
[people/pmueller/ipfire-2.x.git] / lfs / fcron
index 38343d4073ede643bf6504524f300625e9686603..d8fe8fbd9c4058716339bf0cdf86520d714bbe80 100644 (file)
--- a/lfs/fcron
+++ b/lfs/fcron
@@ -102,6 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt
        echo "Place scripts run monthly here ..." > /etc/fcron.monthly/info.txt
 
+       chmod 640 /etc/fcron.{conf,allow,deny}
        /usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)