Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2005 17:36:04 +0100
From:      RW <list-freebsd-2004@morbius.sent.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Set options to deamons
Message-ID:  <200509271736.04255.list-freebsd-2004@morbius.sent.com>
In-Reply-To: <WorldClient-F200509271232.AA32140009@dhl.co.cu>
References:  <WorldClient-F200509271232.AA32140009@dhl.co.cu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 27 September 2005 18:32, Efren Bravo wrote:
> Hi,
>
> How do I set options to deamons?
>
> For instance, I've been reading a security doc and it says: "Syslogd can
> be attacked directly and it's strongly recommended that you use -s option
> whenever possible, and the -a option otherwise".
>
> If Syslogd start when the OS start, how do I set the -s option.
>

Set 

   syslogd_flags="-s" 

in rc.conf.  

However, if you look in  /etc/defaults/rc.conf , you will find that that is 
already the default.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509271736.04255.list-freebsd-2004>