Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2012 19:11:55 +0100
From:      Niclas Zeising <zeising+freebsd@daemonic.se>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd
Message-ID:  <50BCEB6B.9030003@daemonic.se>
In-Reply-To: <201212011511.qB1FBkBA036816@svn.freebsd.org>
References:  <201212011511.qB1FBkBA036816@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------030109050500010909020109
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

On 12/01/12 16:11, Robert Watson wrote:
> Author: rwatson
> Date: Sat Dec  1 15:11:46 2012
> New Revision: 243752
> URL: http://svnweb.freebsd.org/changeset/base/243752
> 
> Log:
>   Merge a number of changes required to hook up OpenBSM 1.2-alpha2's
>   auditdistd (distributed audit daemon) to the build:

This should probably be documented in rc.conf(5) as well.  Something
like attached patch might work.  As a bonus it also adds documentation
for auditd_enable and friends.
Regards!
-- 
Niclas


--------------030109050500010909020109
Content-Type: text/x-patch;
 name="rc.conf.5.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="rc.conf.5.diff"

Index: share/man/man5/rc.conf.5
===================================================================
--- share/man/man5/rc.conf.5	(revision 243808)
+++ share/man/man5/rc.conf.5	(working copy)
@@ -3402,6 +3402,40 @@
 will set the
 .Xr syscons 4
 scrollback (history) buffer to 200 lines.
+.It Va auditd_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+run the
+.Xr auditd 8
+daemon at system boot time.
+.It Va auditd_program
+.Pq Vt str
+Path to
+.Xr autitd 8
+(default
+.Pa /usr/sbin/auditd ) .
+.It Va auditd_flags
+.Pq Vt str
+Flags to pass to
+.Xr audtid 8 .
+.It Va auditdistd_enable
+.Pq Vt bool
+If set to
+.Dq Li YES ,
+run the
+.Xr auditdistd 8
+daemon at system boot time.
+.It Va auditdistd_program
+.Pq Vt str
+Path to
+.Xr auditdistd 8
+(default
+.Pa /usr/sbin/auditdistd ) .
+.It Va auditdistd_flags
+.Pq Vt str
+Flags to pass to
+.Xr auditdistd 8 .
 .It Va cron_enable
 .Pq Vt bool
 If set to

--------------030109050500010909020109--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50BCEB6B.9030003>