1155131Srwatson#
2191273Srwatson# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_class#6 $
3157137Srwatson# $FreeBSD$
4155131Srwatson#
5155131Srwatson0x00000000:no:invalid class
6155131Srwatson0x00000001:fr:file read
7155131Srwatson0x00000002:fw:file write
8155131Srwatson0x00000004:fa:file attribute access
9155131Srwatson0x00000008:fm:file attribute modify
10155131Srwatson0x00000010:fc:file create
11155131Srwatson0x00000020:fd:file delete
12155131Srwatson0x00000040:cl:file close
13155131Srwatson0x00000080:pc:process
14155131Srwatson0x00000100:nt:network
15155131Srwatson0x00000200:ip:ipc
16155131Srwatson0x00000400:na:non attributable
17155131Srwatson0x00000800:ad:administrative
18155131Srwatson0x00001000:lo:login_logout
19191273Srwatson0x00002000:aa:authentication and authorization
20155131Srwatson0x00004000:ap:application
21155131Srwatson0x20000000:io:ioctl
22155131Srwatson0x40000000:ex:exec
23155131Srwatson0x80000000:ot:miscellaneous
24155131Srwatson0xffffffff:all:all flags set
25