From: mmaslano Date: Fri, 24 Aug 2007 11:36:22 +0000 (+0200) Subject: Add crond.8 (the same as cron.8) manual page X-Git-Tag: v4.2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d54e1fedc3db19600b909dbb1d3a7e7867124f3;p=cronie Add crond.8 (the same as cron.8) manual page and other man pages were updated. --- diff --git a/man/crond.8.in b/man/crond.8.in new file mode 100644 index 0000000..07b55e4 --- /dev/null +++ b/man/crond.8.in @@ -0,0 +1 @@ +man 8 cron \ No newline at end of file diff --git a/man/crontab.1.in b/man/crontab.1.in index ad087eb..4964497 100644 --- a/man/crontab.1.in +++ b/man/crontab.1.in @@ -19,7 +19,7 @@ .\" .\" $Id: crontab.1,v 1.7 2004/01/23 19:03:32 vixie Exp $ .\" -.TH CRONTAB 1 "16 January 2007" +.TH CRONTAB 1 "27 July 2007" .UC 4 .SH NAME crontab \- maintain crontab files for individual users (ISC Cron V4.1) @@ -44,7 +44,13 @@ daemon in ISC Cron. Each user can have their own crontab, and though these are more crontabs - for each range. For more see .BR selinux (8). .PP -If the +The cron jobs could be allow or disallow for different users. For classical +crontab there exists +.I cron.allow +and +.I cron.deny +files. +If .I cron.allow file exists, then you must be listed therein in order to be allowed to use this command. If the @@ -55,11 +61,16 @@ file does exist, then you must \fInot\fR be listed in the .I cron.deny file in order to use this command. If neither of these files exists, only the super user will be allowed to use this command. +The second option is using PAM authentication, where you set up users, +which could or couldn't use +.I crontab +and \fBalso\fR system cron jobs from +/etc/cron.d/. .PP .SH "OPTIONS" .TP .B "\-u" -It specifies the name of the user whose crontab is to be tweaked. If this option +Append the name of the user whose crontab is to be tweaked. If this option is not given, .I crontab examines "your" crontab, i.e., the crontab of the person executing the diff --git a/man/crontab.5.in b/man/crontab.5.in index a401def..83b8289 100644 --- a/man/crontab.5.in +++ b/man/crontab.5.in @@ -19,7 +19,7 @@ .\" .\" $Id: crontab.5,v 1.6 2004/01/23 19:03:33 vixie Exp $ .\" -.TH CRONTAB 5 "16 January 2007" +.TH CRONTAB 5 "27 July 2007" .UC 4 .SH NAME crontab \- tables for driving cron (ISC Cron V4.1) @@ -226,7 +226,7 @@ crontab -e # write in crontab file MLS_LEVEL=SystemHigh 0-59 * * * * id -Z > /tmp/SystemHigh/crontest -Now if I log in as a normal user it can't work, because /tmp/SystemHigh is +When I log in as a normal user, it can't work, because \fI/tmp/SystemHigh\fR is higher than my level. .fi .SH FILES