audit.1m revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (c) 1993, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
audit 1M "16 Apr 2008" "SunOS 5.11" "System Administration Commands"
NAME
audit - control the behavior of the audit daemon
SYNOPSIS

audit -n | -s | -t | -v [path]
DESCRIPTION

The audit command is the system administrator's interface to maintaining the audit trail. The audit daemon can be notified to read the contents of the audit_control(4) file and re-initialize the current audit directory to the first directory listed in the audit_control file or to open a new audit file in the current audit directory specified in the audit_control file, as last read by the audit daemon. Reading audit_control also causes the minfree and plugin configuration lines to be re-read and reset within auditd. The audit daemon can also be signaled to close the audit trail and disable auditing.

OPTIONS

-n

Notify the audit daemon to close the current audit file and open a new audit file in the current audit directory.

-s

Notify the audit daemon to read the audit control file. The audit daemon stores the information internally. If the audit daemon is not running but audit has been enabled by means of bsmconv(1M), the audit daemon is started.

-t

Direct the audit daemon to close the current audit trail file, disable auditing, and die. Use -s to restart auditing.

-v path

Verify the syntax for the audit control file stored in path. The audit command displays an approval message or outputs specific error messages for each error found.

DIAGNOSTICS

The audit command will exit with 0 upon success and a positive integer upon failure.

FILES
ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
StabilityEvolving
SEE ALSO

bsmconv(1M), praudit(1M), audit(2), audit_control(4), audit_user(4), attributes(5)

See the section on Solaris Auditing in System Administration Guide: Security Services.

NOTES

The functionality described in this man page is available only if the Solaris Auditing feature has been enabled. See bsmconv(1M) for more information.

The audit command does not modify a process's preselection mask. It functions are limited to the following:

affects which audit directories are used for audit data storage;

specifies the minimum free space setting;

resets the parameters supplied by means of the plugin directive.

For the -s option, audit validates the audit_control syntax and displays an error message if a syntax error is found. If a syntax error message is displayed, the audit daemon does not re-read audit_control. Because audit_control is processed at boot time, the -v option is provided to allow syntax checking of an edited copy of audit_control. Using -v, audit exits with 0 if the syntax is correct; otherwise, it returns a positive integer.

The -v option can be used in any zone, but the -t, -s, and -n options are valid only in local zones and, then, only if the perzone audit policy is set. See auditd(1M) and auditconfig(1M) for per-zone audit configuration.