xref: /freebsd/contrib/openbsm/etc/audit_class (revision c0020399a650364d0134f79f3fa319f84064372d)
1ca0716f5SRobert Watson#
2c0020399SRobert Watson# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_class#6 $
3e61dc6caSRobert Watson# $FreeBSD$
4ca0716f5SRobert Watson#
5ca0716f5SRobert Watson0x00000000:no:invalid class
6ca0716f5SRobert Watson0x00000001:fr:file read
7ca0716f5SRobert Watson0x00000002:fw:file write
8ca0716f5SRobert Watson0x00000004:fa:file attribute access
9ca0716f5SRobert Watson0x00000008:fm:file attribute modify
10ca0716f5SRobert Watson0x00000010:fc:file create
11ca0716f5SRobert Watson0x00000020:fd:file delete
12ca0716f5SRobert Watson0x00000040:cl:file close
13ca0716f5SRobert Watson0x00000080:pc:process
14ca0716f5SRobert Watson0x00000100:nt:network
15ca0716f5SRobert Watson0x00000200:ip:ipc
16ca0716f5SRobert Watson0x00000400:na:non attributable
17ca0716f5SRobert Watson0x00000800:ad:administrative
18ca0716f5SRobert Watson0x00001000:lo:login_logout
19c0020399SRobert Watson0x00002000:aa:authentication and authorization
20ca0716f5SRobert Watson0x00004000:ap:application
21ca0716f5SRobert Watson0x20000000:io:ioctl
22ca0716f5SRobert Watson0x40000000:ex:exec
23ca0716f5SRobert Watson0x80000000:ot:miscellaneous
24ca0716f5SRobert Watson0xffffffff:all:all flags set
25