PERFORCE change 107163 for review
Ruslan Ermilov
ru at FreeBSD.org
Tue Oct 3 05:21:46 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107163
Change 107163 by ru at ru_edoofus on 2006/10/03 12:16:37
- Stylize usage().
- Document -p.
- Misc. markup fixes.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.8#4 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#11 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.8#4 (text+ko) ====
@@ -23,18 +23,19 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.8#3 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.8#4 $
.\"
-.Dd March 27, 2006
+.Dd October 3, 2006
.Dt AUDITFILTERD 8
.Os
.Sh NAME
.Nm auditfilterd
.Nd audit filter daemon
.Sh SYNOPSIS
-.Nm auditfilterd
+.Nm
.Op Fl d
.Op Fl c Ar conffile
+.Op Fl p Ar pipefile
.Op Fl t Ar trailfile
.Sh DESCRIPTION
The
@@ -44,18 +45,23 @@
It is configured using the
.Xr audit_filter 5
configuration file.
+The source can either be a pipe or a file.
.Pp
The options are as follows:
-.Bl -tag -width Ds
-.It Fl d
-Starts the daemon in debug mode - it will not daemonize.
+.Bl -tag -width indent
.It Fl c Ar conffile
Specify an alternative configuration file.
+.It Fl d
+Starts the daemon in debug mode \[em] it will not daemonize.
+.It Fl p Ar pipefile
+Specify a pipe as an alternative source of audit event records.
+Default is
+.Pa /dev/auditpipe .
.It Fl t Ar trailfile
-Specify an alternative source of audit event records.
+Specify a file as an alternative source of audit event records.
.El
.Sh FILES
-.Bl -tag -width "/etc/security/audit_filterd" -compact
+.Bl -tag -width ".Pa /etc/security/audit_filterd" -compact
.It Pa /etc/security/audit_filterd
Default configuration file for
.Nm .
@@ -74,4 +80,5 @@
.Sh AUTHORS
The
.Nm
-daemon and audit filter APIs were created by Robert Watson.
+daemon and audit filter APIs were created by
+.An Robert Watson .
==== //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#11 (text+ko) ====
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#10 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#11 $
*/
/*
@@ -80,7 +80,7 @@
usage(void)
{
- fprintf(stderr, "auditfilterd [-c conffile] [-d] [-p pipefile]"
+ fprintf(stderr, "auditfilterd [-d] [-c conffile] [-p pipefile]"
" [-t trailfile]\n");
fprintf(stderr, " -c Specify configuration file (default: %s)\n",
AUDITFILTERD_CONFFILE);
More information about the trustedbsd-cvs
mailing list