diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2017-06-08 17:13:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2017-06-08 17:13:40 +0000 |
commit | d5232db52d2561b36d287e4d09fd411f122c60ac (patch) | |
tree | 60ef4a4453835c54547ff37ae0dc5f96030b9cd9 /usr.sbin | |
parent | 5676d940304ad2d5b5bd5bf50393427abac91547 (diff) |
update permissions info to match recent changes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/cron.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8 index 4ce24c082e9..1f5e9da3168 100644 --- a/usr.sbin/cron/cron.8 +++ b/usr.sbin/cron/cron.8 @@ -17,9 +17,9 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $OpenBSD: cron.8,v 1.34 2015/11/12 21:14:01 jmc Exp $ +.\" $OpenBSD: cron.8,v 1.35 2017/06/08 17:13:39 millert Exp $ .\" -.Dd $Mdocdate: November 12 2015 $ +.Dd $Mdocdate: June 8 2017 $ .Dt CRON 8 .Os .Sh NAME @@ -159,7 +159,8 @@ to check for crontab changes immediately files will be ignored if they do not have the proper file mode. For user crontab files created by .Xr crontab 1 , -the mode must be 0400 or 0600. +the mode must be 0600. If the system crontab file is used, .Pa /etc/crontab -must not be writable by any user other than root. +must not be writable by any user other than root and must not have +the execute, set-user-ID, set-group-ID or sticky bits set. |