summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2017-06-08 17:13:39 +0000
committermillert <millert@openbsd.org>2017-06-08 17:13:39 +0000
commit42fe4315c72a19805ae3b305fc99a562df14ca2b (patch)
tree35ae6e3c8704165a880f8bd91a297c22f5b5a3fd /usr.sbin/cron
parentAdd logging for when we find a non-file in the at spool that was (diff)
downloadwireguard-openbsd-42fe4315c72a19805ae3b305fc99a562df14ca2b.tar.xz
wireguard-openbsd-42fe4315c72a19805ae3b305fc99a562df14ca2b.zip
update permissions info to match recent changes
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron.89
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.