https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238126
Pau Amma <paua...@gundo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paua...@gundo.com --- Comment #3 from Pau Amma <paua...@gundo.com> --- (In reply to Yuri Victorovich from comment #0) That's probably referring to /usr/src/usr.sbin/cron/cron/config.h /* if ALLOW_FILE and DENY_FILE are not defined or are * defined but neither exists, should crontab(1) be * usable only by root? */ /* #define ALLOW_ONLY_ROOT */ /*-*/ which by default (and in the absence of /var/cron/allow and /var/cron/deny) appears to allow all users. As for the pathnames for allow and deny, these are listed in the FILES section of crontab(1). (And perusing the source code shows you need to list one username per line, with no leading or trailing spaces. But IMO you're right that this should be documented in the manual page.) -- You are receiving this mail because: You are on the CC list for the bug.