Deleted Added
full compact
audit_class.5 (155131) audit_class.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_class.5#5 $
28.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_class.5#7 $
29.\"
29.\"
30.Dd Jan 24, 2004
30.Dd January 24, 2004
31.Dt AUDIT_CLASS 5
32.Os
33.Sh NAME
34.Nm audit_class
35.Nd "contains audit event class descriptions"
36.Sh DESCRIPTION
37The
38.Nm
39file contains descriptions of the auditable event classes on the system.
40Each auditable event is a member of an event class.
41Each line maps an audit event
42mask (bitmap) to a class and a description.
31.Dt AUDIT_CLASS 5
32.Os
33.Sh NAME
34.Nm audit_class
35.Nd "contains audit event class descriptions"
36.Sh DESCRIPTION
37The
38.Nm
39file contains descriptions of the auditable event classes on the system.
40Each auditable event is a member of an event class.
41Each line maps an audit event
42mask (bitmap) to a class and a description.
43Entries are of the form
44.Dl classmask:eventclass:description.
43Entries are of the form:
45.Pp
44.Pp
45.Dl classmask:eventclass:description
46.Pp
46Example entries in this file are:
47.Bd -literal -offset indent
480x00000000:no:invalid class
490x00000001:fr:file read
500x00000002:fw:file write
510x00000004:fa:file attribute access
520x00000080:pc:process
530xffffffff:all:all flags set

--- 17 unchanged lines hidden ---
47Example entries in this file are:
48.Bd -literal -offset indent
490x00000000:no:invalid class
500x00000001:fr:file read
510x00000002:fw:file write
520x00000004:fa:file attribute access
530x00000080:pc:process
540xffffffff:all:all flags set

--- 17 unchanged lines hidden ---