diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2017-03-18 14:44:41 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-03-18 13:41:29 -0400 |
commit | 291a8a98a6ce8a2e0a5203468242b79d419b06b6 (patch) | |
tree | 6033b3dfe645d8ddc6d605e0dc8f4e2dfe240484 /usr/src/man/man4/audit_event.4 | |
parent | f8ebbf5c160aca32db6d3edafa7d633686ac1c02 (diff) | |
download | illumos-joyent-291a8a98a6ce8a2e0a5203468242b79d419b06b6.tar.gz |
3766 audit documentation needs updating, badly!
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man4/audit_event.4')
-rw-r--r-- | usr/src/man/man4/audit_event.4 | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/usr/src/man/man4/audit_event.4 b/usr/src/man/man4/audit_event.4 index 8d1ab89581..b1b0935138 100644 --- a/usr/src/man/man4/audit_event.4 +++ b/usr/src/man/man4/audit_event.4 @@ -3,7 +3,7 @@ .\" 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_EVENT 4 "Jun 26, 2008" +.TH AUDIT_EVENT 4 "Mar 6, 2017" .SH NAME audit_event \- audit event definition and class mapping .SH SYNOPSIS @@ -13,14 +13,12 @@ audit_event \- audit event definition and class mapping .fi .SH DESCRIPTION -.sp .LP \fB/etc/security/audit_event\fR is a user-configurable ASCII system file that stores event definitions used in the audit system. As part of this definition, each event is mapped to one or more of the audit classes defined in -\fBaudit_class\fR(4). See \fBaudit_control\fR(4) and \fBaudit_user\fR(4) for -information about changing the preselection of audit classes in the audit -system. Programs can use the \fBgetauevent\fR(3BSM) routines to access audit +\fBaudit_class\fR(4). +Programs can use the \fBgetauevent\fR(3BSM) routines to access audit event information. .sp .LP @@ -142,7 +140,6 @@ The following is an example of some \fBaudit_event\fR file entries: .sp .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -161,7 +158,6 @@ Interface Stability See below. .LP The file format stability is Committed. The file content is Uncommitted. .SH FILES -.sp .ne 2 .na \fB\fB/etc/security/audit_event\fR\fR @@ -171,16 +167,5 @@ The file format stability is Committed. The file content is Uncommitted. .RE .SH SEE ALSO -.sp -.LP -\fBbsmconv\fR(1M), \fBgetauevent\fR(3BSM), \fBaudit_class\fR(4), -\fBaudit_control\fR(4), \fBaudit_user\fR(4) -.sp -.LP -Part\ VII, \fISolaris Auditing,\fR in \fISystem Administration Guide: Security -Services\fR -.SH NOTES -.sp .LP -This functionality is available only if Solaris Auditing has been enabled. See -\fBbsmconv\fR(1M) for more information. +\fBgetauevent\fR(3BSM), \fBaudit_class\fR(4) |