From: thib Date: Sun, 11 Aug 2002 20:27:54 +0000 (+0000) Subject: added a warning about --with-non-privileged X-Git-Tag: ver1564~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46cf5057437e9862017ca6d41697cfc7e4e66756;p=fcron added a warning about --with-non-privileged --- diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index a1bf4c7..f947829 100644 --- a/doc/en/faq.sgml +++ b/doc/en/faq.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Frequently Asked Questions @@ -205,11 +205,12 @@ linkend="fcrontab.5">&fcrontab;(5) - Can I run fcron without root privileges ? + Can I run fcron without root's privileges ? - Yes, you can. To do that, see the following instructions, but -please note that fcrondyn currently does *not* work without root privileges. + Yes, you can. To do that, see the +following instructions, but please note that fcrondyn currently does *not* work +without root privileges. First, create a directory where you'll install fcron, @@ -223,6 +224,13 @@ please note that fcrondyn currently does *not* work without root privileges.Then, run configure with option , set all user names and groups to yours, and set appropriately the paths : + + This option allows a non privileged user to run + fcron. When used, fcron does not change its rights before running a job + (i.e., if joe runs fcron, every job will run as joe). It means that + YOU SHOULD NOT RUN FCRON AS A PRIVILEGED USER WHEN COMPILED + WITH THIS OPTION or you'll have a serious security + hole. bash$ ./configure --with-run-non-privileged --with-rootname=thib --with-rootgroup=thib --with-username=thib --with-groupname=thib