I believe that a cron job is fundamentally different to a user login session. The existence of the files /etc/cron.allow and /etc/cron.deny shows that for a long time there has been a demand for the ability to control who can use cron jobs. It seems to me that the ideal way of managing this is via PAM. Among other things this would allow authenticating users by password at the time that they change cron jobs (as they will be authenticated when they run chsh and similar commands).
Tom Metro wrote:
--report
similar to --verbose, but only prints the name of scripts which
produce output. The script’s name is printed to whichever of
stdout or stderr the script first produces output on.
Justin Pryzby wrote: It appears you posted this to the wrong bug. You quoted a comment in 404772. -Tom