Deleted Added
full compact
audit_event.5 (155131) audit_event.5 (155364)
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_event.5#5 $
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_event.5#8 $
29.\"
29.\"
30.Dd Jan 24, 2004
30.Dd January 24, 2004
31.Dt AUDIT_EVENT 5
32.Os
33.Sh NAME
34.Nm audit_event
35.Nd "contains audit event descriptions"
36.Sh DESCRIPTION
37The
38.Nm
39file contains descriptions of the auditable events on the system.
40Each line maps an audit event number to a name, a description, and a class.
31.Dt AUDIT_EVENT 5
32.Os
33.Sh NAME
34.Nm audit_event
35.Nd "contains audit event descriptions"
36.Sh DESCRIPTION
37The
38.Nm
39file contains descriptions of the auditable events on the system.
40Each line maps an audit event number to a name, a description, and a class.
41Entries are of the form
42.Dl eventnum:eventname:description:eventclass .
41Entries are of the form:
42.Pp
43.Dl eventnum:eventname:description:eventclass
44.Pp
43Each
44.Vt eventclass
45Each
46.Vt eventclass
45should have a corresponding entry in the audit_class file.
47should have a corresponding entry in the
48.Pa audit_class
49file.
46See
47.Xr audit_class 5
48for details.
49.Pp
50Example entries in this file are:
51.Bd -literal -offset indent
520:AUE_NULL:indir system call:no
531:AUE_EXIT:exit(2):pc

--- 21 unchanged lines hidden ---
50See
51.Xr audit_class 5
52for details.
53.Pp
54Example entries in this file are:
55.Bd -literal -offset indent
560:AUE_NULL:indir system call:no
571:AUE_EXIT:exit(2):pc

--- 21 unchanged lines hidden ---