added hint about cron.{allow,deny}

svn path=/nixos/trunk/; revision=14853
This commit is contained in:
Marc Weber 2009-04-03 12:05:15 +00:00
parent 525e4e961d
commit 46d69d9170

View File

@ -24,6 +24,9 @@ let
crontab. See the manual page for crontab for the expected crontab. See the manual page for crontab for the expected
format. If you want to get the results mailed you must setuid format. If you want to get the results mailed you must setuid
sendmail. See <option>security.setuidOwners</option> sendmail. See <option>security.setuidOwners</option>
If you neither create /etc/cron.deny nor /etc/cron.allow only root
will be allowed to have its own crontab file.
''; '';
}; };