]> git.saurik.com Git - apple/system_cmds.git/blame - audit.tproj/audit.1
system_cmds-336.20.tar.gz
[apple/system_cmds.git] / audit.tproj / audit.1
CommitLineData
2fc1e207
A
1.\" Copyright (c) 2004, Apple Computer, Inc. All rights reserved.
2.\"
3.Dd Jan 24, 2004
4.Dt AUDIT 1
5.Os "Mac OS X"
6.Sh NAME
7.Nm audit
8.Nd audit management utility
9.Sh SYNOPSIS
10.Nm audit
11.Op Fl nst
12.Op Ar file
13.Sh DESCRIPTION
14The
15.Nm
16utility controls the state of auditing system. The optional
17.Ar file
18operand specifies the location of the audit control input file (default
19/etc/security/audit_control).
20.Pp
21The options are as follows:
22.Bl -tag -width Ds
23.It Fl n
24Forces the audit system to close the existing audit log file and rotate to
25a new log file in a location specified in the audit control file.
26.It Fl s
27Specifies that the audit system should [re]synchronize its
28configuration from the audit control file. A new log file will be
29created.
30.It Fl t
31Specifies that the audit system should terminate. Log files are closed
32and renamed to indicate the time of the shutdown.
33.El
34.Sh NOTES
35The auditd(8) daemon must already be running.
36.Sh FILES
37.Bl -tag -width "/etc/security/audit_control" -compact
38.It Pa /etc/security/audit_control
39Default audit policy file used to configure the auditing system.
40.El
41.Sh SEE ALSO
42.Xr auditd 8
43.Xr audit_control 5