8 #
9 # The contents of this file are subject to the terms of the
10 # Common Development and Distribution License (the "License").
11 # You may not use this file except in compliance with the License.
12 #
13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # or http://www.opensolaris.org/os/licensing.
15 # See the License for the specific language governing permissions
16 # and limitations under the License.
17 #
18 # When distributing Covered Code, include this CDDL HEADER in each
19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 # If applicable, add the following below this CDDL HEADER, with the
21 # fields enclosed by brackets "[]" replaced with your own identifying
22 # information: Portions Copyright [yyyy] [name of copyright owner]
23 #
24 # CDDL HEADER END
25 #
26 # User Level Class Masks
27 #
28 # Developers: If you change this file you must also edit audit.h.
29 #
30 # "Meta-classes" can be created; these are supersets composed of multiple base
31 # classes, and thus will have more than 1 bit in its mask. See "ad", "all",
32 # "am", and "pc" below for examples.
33 #
34 # The "no" (invalid) class below is commonly (but not exclusively) used in
35 # audit_event for obsolete events.
36 #
37 #
38 # File Format:
39 #
40 # mask:name:description
41 #
42 0x00000000:no:invalid class
43 0x00000001:fr:file read
44 0x00000002:fw:file write
45 0x00000004:fa:file attribute access
46 0x00000008:fm:file attribute modify
47 0x00000010:fc:file create
48 0x00000020:fd:file delete
49 0x00000040:cl:file close
|
8 #
9 # The contents of this file are subject to the terms of the
10 # Common Development and Distribution License (the "License").
11 # You may not use this file except in compliance with the License.
12 #
13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # or http://www.opensolaris.org/os/licensing.
15 # See the License for the specific language governing permissions
16 # and limitations under the License.
17 #
18 # When distributing Covered Code, include this CDDL HEADER in each
19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 # If applicable, add the following below this CDDL HEADER, with the
21 # fields enclosed by brackets "[]" replaced with your own identifying
22 # information: Portions Copyright [yyyy] [name of copyright owner]
23 #
24 # CDDL HEADER END
25 #
26 # User Level Class Masks
27 #
28 # "Meta-classes" can be created; these are supersets composed of multiple base
29 # classes, and thus will have more than 1 bit in its mask. See "ad", "all",
30 # "am", and "pc" below for examples.
31 #
32 # The "no" (invalid) class below is commonly (but not exclusively) used in
33 # audit_event for obsolete events.
34 #
35 #
36 # File Format:
37 #
38 # mask:name:description
39 #
40 0x00000000:no:invalid class
41 0x00000001:fr:file read
42 0x00000002:fw:file write
43 0x00000004:fa:file attribute access
44 0x00000008:fm:file attribute modify
45 0x00000010:fc:file create
46 0x00000020:fd:file delete
47 0x00000040:cl:file close
|