Matt Steven <[EMAIL PROTECTED]> writes:

> I'm aware (and appreciative) that you chose to have httpd run as user 
> "apache".  
> 
> Why not have bind run as user "named" rather than "nobody".  This ensures 
> that the files in /var/named are only writable by the proper uid.
> 
> Many server admins like to run apache and other services as user "nobody" 
> which could create a security threat.
> 
> It would only take a small effort to make this change.  
> 
> (add to bind rpm script)
> useradd -d /var/named named 
> chown -R named.named /var/named
> 
> (change file)
> sed 's/daemon named -u nobody/daemon named -u named/' 
> to /etc/rc.d/init.d/named

good idea... i'll do.

-- 
MandrakeSoft Inc                     http://www.chmouel.org
Paris, France                                     --Chmouel

Reply via email to