View Single Post
  #4   (View Single Post)  
Old 9th November 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

Hmm, yes, it would.
You will also have to set ucc_pidfile to a location that is writable to the user that you want to use. The standard location, /var/run, is writable by root only.

By the way, I would not use 'nobody' as the user. With the various system processes that tend to run as 'nobody', 'nobody' can become quite a privileged user!
Create a user new user and use that. Use /sbin/nologin as its shell, and /dev/null as its home, and it won't cause any security problems.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote