[luau] daemons running as root

Gary Dunn knowtree at aloha.com
Tue Feb 11 18:23:01 PST 2003


On Tue, 11 Feb 2003 18:13:48 -0500 (EST)
tburns at despammed.com wrote:

> How does one get daemons to run as a user other than root?

Check to see if the binary is setuid. If you want it to run as nobody,
chown nobody, then chmod to make setuid. Or, turn off setuid and try the
su -c method you mentioned.

Not all daemons can be treated this way; some require root access.


-- 

           _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
          _/                                     _/
         _/  Gary Dunn                          _/
        _/  Open Slate Project                 _/
       _/  http://openslate.sourceforge.net/  _/
      _/  http://www.aloha.com/~knowtree/    _/
     _/  Honolulu                           _/
    _/  registered Linux user #273809      _/
   _/                                     _/
  _/  This tagline is umop apisdn.       _/
 _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/



More information about the LUAU mailing list