'\" te .\" Copyright (c) 2017 Peter Tribble .\" 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] .TH AUDIT 8 "Mar 6, 2017" .SH NAME audit \- control the behavior of the audit daemon .SH SYNOPSIS .LP .nf \fBaudit\fR \fB-n\fR | \fB-s\fR | \fB-t\fR | \fB-v\fR .fi .SH DESCRIPTION .LP The \fBaudit\fR command is the system administrator's interface to maintaining the audit daemon \fBauditd\fR(8). The audit daemon can be stopped, started, or notified to reread the configuration, stored in \fBsmf\fR(7) and managed using the \fBauditconfig\fR(8) command. .SH OPTIONS .ne 2 .na \fB\fB-n\fR\fR .ad .RS 11n Notify the audit daemon to close the current audit file and open a new audit file in the current audit directory. .RE .sp .ne 2 .na \fB\fB-s\fR\fR .ad .RS 11n Validates the audit service configuration and, if correct, notify the audit daemon to reread the audit configuration. If the audit daemon is not running, the audit daemon is started. .RE .sp .ne 2 .na \fB\fB-t\fR\fR .ad .RS 11n Direct the audit daemon to close the current audit trail file, disable auditing, and die. Use \fB-s\fR to restart auditing. .RE .sp .ne 2 .na \fB\fB-v\fR .ad .RS 11n Validate the audit service configuration. At least one plugin must be active; if that plugin is \fBaudit_binfile\fR then its \fBp_dir\fR attribute must contain at least one valid directory, and its \fBp_minfree\fR attribute must be between 0 and 100. .RE .SH DIAGNOSTICS .LP The \fBaudit\fR command will exit with \fB0\fR upon success and a positive integer upon failure. .SH ATTRIBUTES .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp .TS box; c | c l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Stability Evolving .TE .SH SEE ALSO .LP .BR audit (2), .BR attributes (7), .BR smf (7), .BR auditconfig (8), .BR praudit (8) .SH NOTES .LP The \fB-v\fR option can be used in any zone, but the \fB-t\fR, \fB-s\fR, and \fB-n\fR options are valid only in local zones and, then, only if the \fBperzone\fR audit policy is set. See \fBauditd\fR(8) and \fBauditconfig\fR(8) for per-zone audit configuration.