Deleted Added
full compact
audit_event.5 (155364) audit_event.5 (168777)
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
1.\" Copyright (c) 2004 Apple Computer, Inc.
2.\" All rights reserved.
3.\"
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
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.
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
11.\" documentation and/or other materials provided with the distribution.
12.\" 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
13.\" its contributors may be used to endorse or promote products derived
12.\" 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
13.\" its contributors may be used to endorse or promote products derived
14.\" from this software without specific prior written permission.
15.\"
14.\" from this software without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR
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.\"
16.\" THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR
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#8 $
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_event.5#11 $
29.\"
30.Dd January 24, 2004
31.Dt AUDIT_EVENT 5
32.Os
33.Sh NAME
34.Nm audit_event
29.\"
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"
35.Nd "audit event descriptions"
36.Sh DESCRIPTION
37The
36.Sh DESCRIPTION
37The
38.Nm
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.Pp
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.Pp
43.Dl eventnum:eventname:description:eventclass
43.Sm off
44.D1 Ar eventnum : eventname : description : eventclass
45.Sm on
44.Pp
45Each
46.Pp
47Each
46.Vt eventclass
48.Ar eventclass
47should have a corresponding entry in the
49should have a corresponding entry in the
48.Pa audit_class
49file.
50See
51.Xr audit_class 5
50.Xr audit_class 5
52for details.
51file.
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
582:AUE_FORK:fork(2):pc
593:AUE_OPEN:open(2):fa
60.Ed
61.Sh FILES
52.Pp
53Example entries in this file are:
54.Bd -literal -offset indent
550:AUE_NULL:indir system call:no
561:AUE_EXIT:exit(2):pc
572:AUE_FORK:fork(2):pc
583:AUE_OPEN:open(2):fa
59.Ed
60.Sh FILES
62.Bl -tag -width "/etc/security/audit_event" -compact
61.Bl -tag -width ".Pa /etc/security/audit_event" -compact
63.It Pa /etc/security/audit_event
64.El
65.Sh SEE ALSO
62.It Pa /etc/security/audit_event
63.El
64.Sh SEE ALSO
66.Xr audit_class 5
65.Xr audit 4 ,
66.Xr audit_class 5 ,
67.Xr audit_control 5 ,
68.Xr audit_user 5
69.Sh HISTORY
70The OpenBSM implementation was created by McAfee Research, the security
71division of McAfee Inc., under contract to Apple Computer Inc.\& in 2004.
72It was subsequently adopted by the TrustedBSD Project as the foundation for
73the OpenBSM distribution.
67.Sh AUTHORS
74.Sh AUTHORS
75.An -nosplit
68This software was created by McAfee Research, the security research division
69of McAfee, Inc., under contract to Apple Computer Inc.
76This software was created by McAfee Research, the security research division
77of McAfee, Inc., under contract to Apple Computer Inc.
70Additional authors include Wayne Salamon, Robert Watson, and SPARTA Inc.
78Additional authors include
79.An Wayne Salamon ,
80.An Robert Watson ,
81and SPARTA Inc.
71.Pp
72The Basic Security Module (BSM) interface to audit records and audit event
73stream format were defined by Sun Microsystems.
82.Pp
83The Basic Security Module (BSM) interface to audit records and audit event
84stream format were defined by Sun Microsystems.
74.Sh HISTORY
75The OpenBSM implementation was created by McAfee Research, the security
76division of McAfee Inc., under contract to Apple Computer Inc. in 2004.
77It was subsequently adopted by the TrustedBSD Project as the foundation for
78the OpenBSM distribution.