From 46d69d9170e35d0283983de563b463e307c7a9e2 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Fri, 3 Apr 2009 12:05:15 +0000 Subject: [PATCH] added hint about cron.{allow,deny} svn path=/nixos/trunk/; revision=14853 --- upstart-jobs/cron.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upstart-jobs/cron.nix b/upstart-jobs/cron.nix index 8216b6baaf2..a5d628f9a65 100644 --- a/upstart-jobs/cron.nix +++ b/upstart-jobs/cron.nix @@ -24,6 +24,9 @@ let crontab. See the manual page for crontab for the expected format. If you want to get the results mailed you must setuid sendmail. See + + If you neither create /etc/cron.deny nor /etc/cron.allow only root + will be allowed to have its own crontab file. ''; };