Deleted Added
full compact
auditd.8 (155364) auditd.8 (162503)
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
3.\"
4.\" @APPLE_BSD_LICENSE_HEADER_START@
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 15 unchanged lines hidden (view full) ---

24.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" @APPLE_BSD_LICENSE_HEADER_END@
31.\"
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
3.\"
4.\" @APPLE_BSD_LICENSE_HEADER_START@
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 15 unchanged lines hidden (view full) ---

24.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" @APPLE_BSD_LICENSE_HEADER_END@
31.\"
32.\" $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.8#8 $
32.\" $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.8#9 $
33.\"
34.Dd January 24, 2004
35.Dt AUDITD 8
36.Os
37.Sh NAME
38.Nm auditd
39.Nd audit log management daemon
40.Sh SYNOPSIS

--- 5 unchanged lines hidden (view full) ---

46daemon responds to requests from the audit(1) utility and notifications
47from the kernel. It manages the resulting audit log files and specified
48log file locations.
49.Pp
50The options are as follows:
51.Bl -tag -width Ds
52.It Fl d
53Starts the daemon in debug mode - it will not daemonize.
33.\"
34.Dd January 24, 2004
35.Dt AUDITD 8
36.Os
37.Sh NAME
38.Nm auditd
39.Nd audit log management daemon
40.Sh SYNOPSIS

--- 5 unchanged lines hidden (view full) ---

46daemon responds to requests from the audit(1) utility and notifications
47from the kernel. It manages the resulting audit log files and specified
48log file locations.
49.Pp
50The options are as follows:
51.Bl -tag -width Ds
52.It Fl d
53Starts the daemon in debug mode - it will not daemonize.
54.It Fl h
55Specifies that if auditing cannot be performed as specified, the system should
56halt (panic). Normally, the system will attempt to proceed - although individual
57processes may be stopped (see the -s option).
58.It Fl s
59Specifies that individual processes should stop rather than perform operations
60that may cause audit records to be lost due to log file full conditions
61.El
54.El
55.Pp
56The historical
57.Fl h
58and
59.Fl s
60flags are now configured using
61.Xr audit_control 5
62policy flags
63.Dv ahlt
64and
65.Dv cnt ,
66and are no longer available as arguments to
67.Xr auditd 8 .
62.Sh NOTE
63.Pp
64To assure uninterrupted audit support, the
65.Nm auditd
66daemon should not be started and stopped manually.
67Instead, the
68.Xr audit 8
69command

--- 30 unchanged lines hidden ---
68.Sh NOTE
69.Pp
70To assure uninterrupted audit support, the
71.Nm auditd
72daemon should not be started and stopped manually.
73Instead, the
74.Xr audit 8
75command

--- 30 unchanged lines hidden ---