]> git.saurik.com Git - apple/system_cmds.git/blame - auditd.tproj/auditd.8
system_cmds-279.6.1.tar.gz
[apple/system_cmds.git] / auditd.tproj / auditd.8
CommitLineData
733af6d0
A
1.\" Copyright (c) 2004, Apple Computer, Inc. All rights reserved.
2.\"
3.Dd Jan 24, 2004
4.Dt AUDITD 8
5.Os "Mac OS X"
6.Sh NAME
7.Nm auditd
8.Nd audit log management daemon
9.Sh SYNOPSIS
10.Nm auditd
11.Op Fl dhs
12.Sh DESCRIPTION
13The
14.Nm
15daemon responds to requests from the audit(1) utility and notifications
16from the kernel. It manages the resulting audit log files and specified
17log file locations.
18.Pp
19The options are as follows:
20.Bl -tag -width Ds
21.It Fl d
22Starts the daemon in debug mode - it will not daemonize.
23.It Fl h
24Specifies that if auditing cannot be performed as specified, the system should
25halt (panic). Normally, the system will attempt to proceed - although individual
26processes may be stopped (see the -s option).
27.It Fl s
28Specifies that individual processes should stop rather than perform operations
29that may cause audit records to be lost due to log file full conditions
30.El
31.Sh NOTE
32.Pp
33To assure uninterrupted audit support, the
34.Nm auditd
35daemon should not be started and stopped manually. Instead, the audit(1) command
36should be used to inform the daemon to change state/configuration after altering
37the audit_control file.
38.Pp
39Sending a SIGHUP to a running
40.Nm auditd
41daemon will force it to exit.
42.Sh FILES
43.Bl -tag -width "/var/audit" -compact
44.It Pa /var/audit
45Default directory for storing audit log files.
46.El
47.Sh SEE ALSO
48.Xr audit 1