xref: /titanic_41/usr/src/lib/libbsm/audit_class.txt (revision c138f478d2bc94e73ab8f6a084e323bec25e62f5)
1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27# User Level Class Masks
28#
29# Developers: If you change this file you must also edit audit.h.
30#
31# "Meta-classes" can be created; these are supersets composed of multiple base
32# classes, and thus will have more than 1 bit in its mask. See "ad", "all",
33# "am", and "pc" below for examples.
34#
35# The "no" (invalid) class below is commonly (but not exclusively) used in
36# audit_event for obsolete events.
37#
38#
39# File Format:
40#
41#	mask:name:description
42#
430x00000000:no:invalid class
440x00000001:fr:file read
450x00000002:fw:file write
460x00000004:fa:file attribute access
470x00000008:fm:file attribute modify
480x00000010:fc:file create
490x00000020:fd:file delete
500x00000040:cl:file close
510x00000100:nt:network
520x00000200:ip:ipc
530x00000400:na:non-attribute
540x00001000:lo:login or logout
550x00004000:ap:application
560x00010000:ss:change system state
570x00020000:as:system-wide administration
580x00040000:ua:user administration
590x00070000:am:administrative (meta-class)
600x00080000:aa:audit utilization
610x000f0000:ad:old administrative (meta-class)
620x00100000:ps:process start/stop
630x00200000:pm:process modify
640x00300000:pc:process (meta-class)
650x20000000:io:ioctl
660x40000000:ex:exec
670x80000000:ot:other
680xffffffff:all:all classes (meta-class)
69