xref: /titanic_52/usr/src/lib/libbsm/audit_event.txt (revision b08d8a121e3928c888b68a3e56445554ced82733)
17c478bd9Sstevel@tonic-gate#
25b7f77adStw21770# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
545916cd2Sjpk#
67c478bd9Sstevel@tonic-gate# CDDL HEADER START
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
945916cd2Sjpk# Common Development and Distribution License (the "License").
1045916cd2Sjpk# You may not use this file except in compliance with the License.
117c478bd9Sstevel@tonic-gate#
127c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
147c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
157c478bd9Sstevel@tonic-gate# and limitations under the License.
167c478bd9Sstevel@tonic-gate#
177c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
187c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
207c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
217c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
227c478bd9Sstevel@tonic-gate#
237c478bd9Sstevel@tonic-gate# CDDL HEADER END
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate# Audit Event Database
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate# File Format:
307c478bd9Sstevel@tonic-gate#
317c478bd9Sstevel@tonic-gate# event number:event name:event description:event classes (comma separated)
327c478bd9Sstevel@tonic-gate#
337c478bd9Sstevel@tonic-gate# Used to map audit events to audit classes for preselection and post-selection.
347c478bd9Sstevel@tonic-gate# Used by TCB programs that write audit records to preselect audit events
357c478bd9Sstevel@tonic-gate#     based on event to class mappings.
367c478bd9Sstevel@tonic-gate#
377c478bd9Sstevel@tonic-gate# NOTE: several events are obsolete but must continue to be defined here for
387c478bd9Sstevel@tonic-gate# compatibility reasons. Obsolete events are defined in the "no" (invalid)
397c478bd9Sstevel@tonic-gate# class to indicate they will not be generated.  Other events in the "no"
407c478bd9Sstevel@tonic-gate# class which are not obsolete (but are in this class for other reasons),
417c478bd9Sstevel@tonic-gate# are individually noted with a comment for explanation.
427c478bd9Sstevel@tonic-gate#
437c478bd9Sstevel@tonic-gate# System Adminstrators: Do NOT modify or add events with an event number less
447c478bd9Sstevel@tonic-gate#   than 32768. These are reserved by the system.
457c478bd9Sstevel@tonic-gate#
467c478bd9Sstevel@tonic-gate#     0		Reserved as an invalid event number.
477c478bd9Sstevel@tonic-gate#     1 - 2047	Reserved for the Solaris Kernel events.
487c478bd9Sstevel@tonic-gate#  2048 - 32767	Reserved for the Solaris TCB programs.
497c478bd9Sstevel@tonic-gate# 32768 - 65535	Available for third party TCB applications.
507c478bd9Sstevel@tonic-gate#
5145916cd2Sjpk#
5245916cd2Sjpk# Allocation of reserved kernel events:
5345916cd2Sjpk# (NOTE: the kernel event table, and possibly MAX_KEVENTS, must be updated
5445916cd2Sjpk# in audit_kevents.h when changes are made to kernel events.)
5545916cd2Sjpk#	    1 -   511	allocated for Solaris
56d31ffe99Srica#	  512 -  2047	(reserved but not allocated)
5745916cd2Sjpk#
5845916cd2Sjpk# Allocation of user level audit events:
5945916cd2Sjpk#	 2048 -  5999	(reserved but not allocated)
60d31ffe99Srica#	 6000 -  9999	allocated for Solaris
6145916cd2Sjpk#	10000 - 32767	(reserved but not allocated)
6245916cd2Sjpk#	32768 - 65535	(Available for third party TCB applications)
637c478bd9Sstevel@tonic-gate#
647c478bd9Sstevel@tonic-gate#
657c478bd9Sstevel@tonic-gate# kernel audit events
6645916cd2Sjpk#	    1 -   511	allocated for Solaris
677c478bd9Sstevel@tonic-gate#
687c478bd9Sstevel@tonic-gate0:AUE_NULL:indir system call:no
697c478bd9Sstevel@tonic-gate1:AUE_EXIT:exit(2):ps
70657b1f3dSraf2:AUE_FORKALL:forkall(2):ps
717c478bd9Sstevel@tonic-gate# AUE_OPEN is a placeholder and will not be generated
727c478bd9Sstevel@tonic-gate3:AUE_OPEN:open(2) - place holder:no
737c478bd9Sstevel@tonic-gate4:AUE_CREAT:creat(2):fc
747c478bd9Sstevel@tonic-gate5:AUE_LINK:link(2):fc
757c478bd9Sstevel@tonic-gate6:AUE_UNLINK:unlink(2):fd
767c478bd9Sstevel@tonic-gate7:AUE_EXEC:exec(2):ps,ex
777c478bd9Sstevel@tonic-gate8:AUE_CHDIR:chdir(2):pm
787c478bd9Sstevel@tonic-gate9:AUE_MKNOD:mknod(2):fc
797c478bd9Sstevel@tonic-gate10:AUE_CHMOD:chmod(2):fm
807c478bd9Sstevel@tonic-gate11:AUE_CHOWN:chown(2):fm
817c478bd9Sstevel@tonic-gate12:AUE_UMOUNT:umount(2) - old version:as
827c478bd9Sstevel@tonic-gate13:AUE_JUNK:junk:no
837c478bd9Sstevel@tonic-gate14:AUE_ACCESS:access(2):fa
847c478bd9Sstevel@tonic-gate15:AUE_KILL:kill(2):pm
857c478bd9Sstevel@tonic-gate16:AUE_STAT:stat(2):fa
867c478bd9Sstevel@tonic-gate17:AUE_LSTAT:lstat(2):fa
877c478bd9Sstevel@tonic-gate18:AUE_ACCT:acct(2):as
887c478bd9Sstevel@tonic-gate19:AUE_MCTL:mctl(2):no
897c478bd9Sstevel@tonic-gate20:AUE_REBOOT:reboot(2):no
907c478bd9Sstevel@tonic-gate21:AUE_SYMLINK:symlink(2):fc
917c478bd9Sstevel@tonic-gate22:AUE_READLINK:readlink(2):fr
927c478bd9Sstevel@tonic-gate23:AUE_EXECVE:execve(2):ps,ex
937c478bd9Sstevel@tonic-gate24:AUE_CHROOT:chroot(2):pm
947c478bd9Sstevel@tonic-gate25:AUE_VFORK:vfork(2):ps
957c478bd9Sstevel@tonic-gate26:AUE_SETGROUPS:setgroups(2):pm
967c478bd9Sstevel@tonic-gate27:AUE_SETPGRP:setpgrp(2):pm
977c478bd9Sstevel@tonic-gate28:AUE_SWAPON:swapon(2):no
987c478bd9Sstevel@tonic-gate29:AUE_SETHOSTNAME:sethostname(2):no
997c478bd9Sstevel@tonic-gate30:AUE_FCNTL:fcntl(2):fm
1007c478bd9Sstevel@tonic-gate31:AUE_SETPRIORITY:setpriority(2):no
1017c478bd9Sstevel@tonic-gate32:AUE_CONNECT:connect(2):nt
1027c478bd9Sstevel@tonic-gate33:AUE_ACCEPT:accept(2):nt
1037c478bd9Sstevel@tonic-gate34:AUE_BIND:bind(2):nt
1047c478bd9Sstevel@tonic-gate35:AUE_SETSOCKOPT:setsockopt(2):nt
1057c478bd9Sstevel@tonic-gate36:AUE_VTRACE:vtrace(2):pm
1067c478bd9Sstevel@tonic-gate37:AUE_SETTIMEOFDAY:settimeofday(2):no
1077c478bd9Sstevel@tonic-gate38:AUE_FCHOWN:fchown(2):fm
1087c478bd9Sstevel@tonic-gate39:AUE_FCHMOD:fchmod(2):fm
1097c478bd9Sstevel@tonic-gate40:AUE_SETREUID:setreuid(2):pm
1107c478bd9Sstevel@tonic-gate41:AUE_SETREGID:setregid(2):pm
1117c478bd9Sstevel@tonic-gate42:AUE_RENAME:rename(2):fc,fd
1127c478bd9Sstevel@tonic-gate43:AUE_TRUNCATE:truncate(2):no
1137c478bd9Sstevel@tonic-gate44:AUE_FTRUNCATE:ftruncate(2):no
1147c478bd9Sstevel@tonic-gate45:AUE_FLOCK:flock(2):no
1157c478bd9Sstevel@tonic-gate46:AUE_SHUTDOWN:shutdown(2):nt
1167c478bd9Sstevel@tonic-gate47:AUE_MKDIR:mkdir(2):fc
1177c478bd9Sstevel@tonic-gate48:AUE_RMDIR:rmdir(2):fd
1187c478bd9Sstevel@tonic-gate49:AUE_UTIMES:utimes(2):fm
1197c478bd9Sstevel@tonic-gate50:AUE_ADJTIME:adjtime(2):as
1207c478bd9Sstevel@tonic-gate51:AUE_SETRLIMIT:setrlimit(2):ua
1217c478bd9Sstevel@tonic-gate52:AUE_KILLPG:killpg(2):no
1227c478bd9Sstevel@tonic-gate53:AUE_NFS_SVC:nfs_svc(2):no
1237c478bd9Sstevel@tonic-gate54:AUE_STATFS:statfs(2):fa
1247c478bd9Sstevel@tonic-gate55:AUE_FSTATFS:fstatfs(2):fa
1257c478bd9Sstevel@tonic-gate56:AUE_UNMOUNT:unmount(2):no
1267c478bd9Sstevel@tonic-gate57:AUE_ASYNC_DAEMON:async_daemon(2):no
1277c478bd9Sstevel@tonic-gate58:AUE_NFS_GETFH:nfs_getfh(2):no
1287c478bd9Sstevel@tonic-gate59:AUE_SETDOMAINNAME:setdomainname(2):no
1297c478bd9Sstevel@tonic-gate60:AUE_QUOTACTL:quotactl(2):no
1307c478bd9Sstevel@tonic-gate61:AUE_EXPORTFS:exportfs(2):no
1317c478bd9Sstevel@tonic-gate62:AUE_MOUNT:mount(2):as
1327c478bd9Sstevel@tonic-gate# AUE_SEMSYS is a placeholder and will not be generated
1337c478bd9Sstevel@tonic-gate63:AUE_SEMSYS:semsys(2) - place holder:no
1347c478bd9Sstevel@tonic-gate# AUE_MSGSYS is a placeholder and will not be generated
1357c478bd9Sstevel@tonic-gate64:AUE_MSGSYS:msgsys(2) - place holder:no
1367c478bd9Sstevel@tonic-gate# AUE_SHMSYS is a placeholder and will not be generated
1377c478bd9Sstevel@tonic-gate65:AUE_SHMSYS:shmsys(2) - place holder:no
1387c478bd9Sstevel@tonic-gate66:AUE_BSMSYS:bsmsys(2) - place holder:no
1397c478bd9Sstevel@tonic-gate67:AUE_RFSSYS:rfssys(2) - place holder:no
1407c478bd9Sstevel@tonic-gate68:AUE_FCHDIR:fchdir(2):pm
1417c478bd9Sstevel@tonic-gate69:AUE_FCHROOT:fchroot(2):pm
1427c478bd9Sstevel@tonic-gate70:AUE_VPIXSYS:vpixsys(2) - place holder:no
1437c478bd9Sstevel@tonic-gate71:AUE_PATHCONF:pathconf(2):fa
1447c478bd9Sstevel@tonic-gate72:AUE_OPEN_R:open(2) - read:fr
1457c478bd9Sstevel@tonic-gate73:AUE_OPEN_RC:open(2) - read,creat:fc,fr
1467c478bd9Sstevel@tonic-gate74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr
1477c478bd9Sstevel@tonic-gate75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr
1487c478bd9Sstevel@tonic-gate76:AUE_OPEN_W:open(2) - write:fw
1497c478bd9Sstevel@tonic-gate77:AUE_OPEN_WC:open(2) - write,creat:fc,fw
1507c478bd9Sstevel@tonic-gate78:AUE_OPEN_WT:open(2) - write,trunc:fd,fw
1517c478bd9Sstevel@tonic-gate79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw
1527c478bd9Sstevel@tonic-gate80:AUE_OPEN_RW:open(2) - read,write:fr,fw
1537c478bd9Sstevel@tonic-gate81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr
1547c478bd9Sstevel@tonic-gate82:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw
1557c478bd9Sstevel@tonic-gate83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr
1567c478bd9Sstevel@tonic-gate84:AUE_MSGCTL:msgctl(2) - illegal command:ip
1577c478bd9Sstevel@tonic-gate85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip
1587c478bd9Sstevel@tonic-gate86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip
1597c478bd9Sstevel@tonic-gate87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip
1607c478bd9Sstevel@tonic-gate88:AUE_MSGGET:msgget(2):ip
1617c478bd9Sstevel@tonic-gate89:AUE_MSGRCV:msgrcv(2):ip
1627c478bd9Sstevel@tonic-gate90:AUE_MSGSND:msgsnd(2):ip
1637c478bd9Sstevel@tonic-gate91:AUE_SHMCTL:shmctl(2) - illegal command:ip
1647c478bd9Sstevel@tonic-gate92:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip
1657c478bd9Sstevel@tonic-gate93:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip
1667c478bd9Sstevel@tonic-gate94:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip
1677c478bd9Sstevel@tonic-gate95:AUE_SHMGET:shmget(2):ip
1687c478bd9Sstevel@tonic-gate96:AUE_SHMAT:shmat(2):ip
1697c478bd9Sstevel@tonic-gate97:AUE_SHMDT:shmdt(2):ip
1707c478bd9Sstevel@tonic-gate98:AUE_SEMCTL:semctl(2) - illegal command:ip
1717c478bd9Sstevel@tonic-gate99:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip
1727c478bd9Sstevel@tonic-gate100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip
1737c478bd9Sstevel@tonic-gate101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip
1747c478bd9Sstevel@tonic-gate102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip
1757c478bd9Sstevel@tonic-gate103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip
1767c478bd9Sstevel@tonic-gate104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip
1777c478bd9Sstevel@tonic-gate105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip
1787c478bd9Sstevel@tonic-gate106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip
1797c478bd9Sstevel@tonic-gate107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip
1807c478bd9Sstevel@tonic-gate108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip
1817c478bd9Sstevel@tonic-gate109:AUE_SEMGET:semget(2):ip
1827c478bd9Sstevel@tonic-gate110:AUE_SEMOP:semop(2):ip
1837c478bd9Sstevel@tonic-gate111:AUE_CORE:process dumped core:fc
1847c478bd9Sstevel@tonic-gate112:AUE_CLOSE:close(2):cl
1857c478bd9Sstevel@tonic-gate113:AUE_SYSTEMBOOT:system booted:na
1867c478bd9Sstevel@tonic-gate114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no
1877c478bd9Sstevel@tonic-gate115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no
1887c478bd9Sstevel@tonic-gate130:AUE_GETAUID:getauid(2):aa
1897c478bd9Sstevel@tonic-gate131:AUE_SETAUID:setauid(2):aa
1907c478bd9Sstevel@tonic-gate132:AUE_GETAUDIT:getaudit(2):aa
1917c478bd9Sstevel@tonic-gate133:AUE_SETAUDIT:setaudit(2):aa
1927c478bd9Sstevel@tonic-gate134:AUE_GETUSERAUDIT:getuseraudit(2):no
1937c478bd9Sstevel@tonic-gate135:AUE_SETUSERAUDIT:setuseraudit(2):no
194787b48eaSgww# AUE_AUDITSVC is a placeholder and will not be generated
195787b48eaSgww136:AUE_AUDITSVC:auditsvc(2) - place holder:no
1967c478bd9Sstevel@tonic-gate# AUE_AUDITON is a placeholder and will not be generated
1977c478bd9Sstevel@tonic-gate138:AUE_AUDITON:auditon(2) - place holder:no
1987c478bd9Sstevel@tonic-gate139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no
1997c478bd9Sstevel@tonic-gate140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no
2007c478bd9Sstevel@tonic-gate141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa
2017c478bd9Sstevel@tonic-gate142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as
2027c478bd9Sstevel@tonic-gate143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no
2037c478bd9Sstevel@tonic-gate144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no
2047c478bd9Sstevel@tonic-gate145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as
2057c478bd9Sstevel@tonic-gate146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as
2067c478bd9Sstevel@tonic-gate147:AUE_GETKERNSTATE:getkernstate(2):no
2077c478bd9Sstevel@tonic-gate148:AUE_SETKERNSTATE:setkernstate(2):no
2087c478bd9Sstevel@tonic-gate149:AUE_GETPORTAUDIT:getportaudit(2):no
2097c478bd9Sstevel@tonic-gate150:AUE_AUDITSTAT:auditstat(2):no
2107c478bd9Sstevel@tonic-gate153:AUE_ENTERPROM:enter prom:na
2117c478bd9Sstevel@tonic-gate154:AUE_EXITPROM:exit prom:na
2127c478bd9Sstevel@tonic-gate158:AUE_IOCTL:ioctl(2):io
2137c478bd9Sstevel@tonic-gate173:AUE_ONESIDE:one-sided session record:no
2147c478bd9Sstevel@tonic-gate174:AUE_MSGGETL:msggetl(2):no
2157c478bd9Sstevel@tonic-gate175:AUE_MSGRCVL:msgrcvl(2):no
2167c478bd9Sstevel@tonic-gate176:AUE_MSGSNDL:msgsndl(2):no
2177c478bd9Sstevel@tonic-gate177:AUE_SEMGETL:semgetl(2):no
2187c478bd9Sstevel@tonic-gate178:AUE_SHMGETL:shmgetl(2):no
2197c478bd9Sstevel@tonic-gate183:AUE_SOCKET:socket(2):nt
2207c478bd9Sstevel@tonic-gate184:AUE_SENDTO:sendto(2):nt
2217c478bd9Sstevel@tonic-gate# AUE_PIPE is a potentially very high-volume event, use with caution
2227c478bd9Sstevel@tonic-gate185:AUE_PIPE:pipe(2):no
2237c478bd9Sstevel@tonic-gate186:AUE_SOCKETPAIR:socketpair(2):no
2247c478bd9Sstevel@tonic-gate187:AUE_SEND:send(2):no
2257c478bd9Sstevel@tonic-gate188:AUE_SENDMSG:sendmsg(2):nt
2267c478bd9Sstevel@tonic-gate189:AUE_RECV:recv(2):no
2277c478bd9Sstevel@tonic-gate190:AUE_RECVMSG:recvmsg(2):nt
2287c478bd9Sstevel@tonic-gate191:AUE_RECVFROM:recvfrom(2):nt
2297c478bd9Sstevel@tonic-gate# AUE_READ is a potentially very high-volume event, use with caution
2307c478bd9Sstevel@tonic-gate192:AUE_READ:read(2):no
2317c478bd9Sstevel@tonic-gate193:AUE_GETDENTS:getdents(2):no
2327c478bd9Sstevel@tonic-gate194:AUE_LSEEK:lseek(2):no
2337c478bd9Sstevel@tonic-gate# AUE_WRITE is a potentially very high-volume event, use with caution
2347c478bd9Sstevel@tonic-gate195:AUE_WRITE:write(2):no
2357c478bd9Sstevel@tonic-gate196:AUE_WRITEV:writev(2):no
2367c478bd9Sstevel@tonic-gate197:AUE_NFS:nfs server:no
2377c478bd9Sstevel@tonic-gate198:AUE_READV:readv(2):no
2387c478bd9Sstevel@tonic-gate199:AUE_OSTAT:old stat(2):no
2397c478bd9Sstevel@tonic-gate200:AUE_SETUID:old setuid(2):pm
2407c478bd9Sstevel@tonic-gate201:AUE_STIME:old stime(2):as
2417c478bd9Sstevel@tonic-gate202:AUE_UTIME:old utime(2):fm
2427c478bd9Sstevel@tonic-gate203:AUE_NICE:old nice(2):pm
2437c478bd9Sstevel@tonic-gate204:AUE_OSETPGRP:old setpgrp(2):no
2447c478bd9Sstevel@tonic-gate205:AUE_SETGID:old setgid(2):pm
2457c478bd9Sstevel@tonic-gate206:AUE_READL:readl(2):no
2467c478bd9Sstevel@tonic-gate207:AUE_READVL:readvl(2):no
2477c478bd9Sstevel@tonic-gate208:AUE_FSTAT:fstat(2):no
2487c478bd9Sstevel@tonic-gate209:AUE_DUP2:dup2(2):no
2497c478bd9Sstevel@tonic-gate# AUE_MMAP is a potentially very high-volume event, use with caution
2507c478bd9Sstevel@tonic-gate210:AUE_MMAP:mmap(2):no
2517c478bd9Sstevel@tonic-gate# AUE_AUDIT is a potentially very high-volume event, use with caution
2527c478bd9Sstevel@tonic-gate211:AUE_AUDIT:audit(2):no
2537c478bd9Sstevel@tonic-gate212:AUE_PRIOCNTLSYS:priocntlsys(2):pm
2547c478bd9Sstevel@tonic-gate213:AUE_MUNMAP:munmap(2):cl
2557c478bd9Sstevel@tonic-gate214:AUE_SETEGID:setegid(2):pm
2567c478bd9Sstevel@tonic-gate215:AUE_SETEUID:seteuid(2):pm
2577c478bd9Sstevel@tonic-gate216:AUE_PUTMSG:putmsg(2):nt
2587c478bd9Sstevel@tonic-gate217:AUE_GETMSG:getmsg(2):nt
2597c478bd9Sstevel@tonic-gate218:AUE_PUTPMSG:putpmsg(2):nt
2607c478bd9Sstevel@tonic-gate219:AUE_GETPMSG:getpmsg(2):nt
2617c478bd9Sstevel@tonic-gate# AUE_AUDITSYS is a placeholder and will not be generated
2627c478bd9Sstevel@tonic-gate220:AUE_AUDITSYS:audit system calls place holder:no
2637c478bd9Sstevel@tonic-gate221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa
2647c478bd9Sstevel@tonic-gate222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as
2657c478bd9Sstevel@tonic-gate223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as
2667c478bd9Sstevel@tonic-gate224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as
2677c478bd9Sstevel@tonic-gate225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as
2687c478bd9Sstevel@tonic-gate226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as
2697c478bd9Sstevel@tonic-gate227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as
2707c478bd9Sstevel@tonic-gate228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as
2717c478bd9Sstevel@tonic-gate229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa
2727c478bd9Sstevel@tonic-gate230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as
2737c478bd9Sstevel@tonic-gate231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as
2747c478bd9Sstevel@tonic-gate232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as
2757c478bd9Sstevel@tonic-gate233:AUE_FUSERS:utssys(2) - fusers:fa
2767c478bd9Sstevel@tonic-gate234:AUE_STATVFS:statvfs(2):fa
2777c478bd9Sstevel@tonic-gate235:AUE_XSTAT:xstat(2):no
2787c478bd9Sstevel@tonic-gate236:AUE_LXSTAT:lxstat(2):no
2797c478bd9Sstevel@tonic-gate237:AUE_LCHOWN:lchown(2):fm
2807c478bd9Sstevel@tonic-gate238:AUE_MEMCNTL:memcntl(2):ot
2817c478bd9Sstevel@tonic-gate239:AUE_SYSINFO:sysinfo(2):as
2827c478bd9Sstevel@tonic-gate240:AUE_XMKNOD:xmknod(2):no
2837c478bd9Sstevel@tonic-gate241:AUE_FORK1:fork1(2):ps
2847c478bd9Sstevel@tonic-gate# AUE_MODCTL is a placeholder and will not be generated
2857c478bd9Sstevel@tonic-gate242:AUE_MODCTL:modctl(2) system call place holder:no
2867c478bd9Sstevel@tonic-gate243:AUE_MODLOAD:modctl(2) - load module:as
2877c478bd9Sstevel@tonic-gate244:AUE_MODUNLOAD:modctl(2) - unload module:as
2887c478bd9Sstevel@tonic-gate# AUE_MODCONFIG is a place holder and will not be generated
2897c478bd9Sstevel@tonic-gate245:AUE_MODCONFIG:modctl(2) - no longer generated:no
2907c478bd9Sstevel@tonic-gate246:AUE_MODADDMAJ:modctl(2) - bind module:as
2917c478bd9Sstevel@tonic-gate247:AUE_SOCKACCEPT:getmsg-accept:nt
2927c478bd9Sstevel@tonic-gate248:AUE_SOCKCONNECT:putmsg-connect:nt
2937c478bd9Sstevel@tonic-gate249:AUE_SOCKSEND:putmsg-send:nt
2947c478bd9Sstevel@tonic-gate250:AUE_SOCKRECEIVE:getmsg-receive:nt
2957c478bd9Sstevel@tonic-gate251:AUE_ACLSET:acl(2) - SETACL command:fm
2967c478bd9Sstevel@tonic-gate252:AUE_FACLSET:facl(2) - SETACL command:fm
2977c478bd9Sstevel@tonic-gate# AUE_DOORFS is a placeholder and will not be generated
2987c478bd9Sstevel@tonic-gate253:AUE_DOORFS:doorfs(2) - system call place holder:no
2997c478bd9Sstevel@tonic-gate254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip
3007c478bd9Sstevel@tonic-gate255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip
3017c478bd9Sstevel@tonic-gate256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip
3027c478bd9Sstevel@tonic-gate257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip
3037c478bd9Sstevel@tonic-gate258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip
3047c478bd9Sstevel@tonic-gate259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip
3057c478bd9Sstevel@tonic-gate260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip
3067c478bd9Sstevel@tonic-gate261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip
3077c478bd9Sstevel@tonic-gate262:AUE_P_ONLINE:p_online(2):as
3087c478bd9Sstevel@tonic-gate263:AUE_PROCESSOR_BIND:processor_bind(2):as
3097c478bd9Sstevel@tonic-gate264:AUE_INST_SYNC:inst_sync(2):as
3107c478bd9Sstevel@tonic-gate265:AUE_SOCKCONFIG:configure socket:nt
3117c478bd9Sstevel@tonic-gate266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa
3127c478bd9Sstevel@tonic-gate267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa
3137c478bd9Sstevel@tonic-gate268:AUE_UMOUNT2:umount2(2):as
3147c478bd9Sstevel@tonic-gate# AUE_FSAT is a placeholder and will not be generated
3157c478bd9Sstevel@tonic-gate269:AUE_FSAT:fsat(2) - place holder:no
3167c478bd9Sstevel@tonic-gate270:AUE_OPENAT_R:openat(2) - read:fr
3177c478bd9Sstevel@tonic-gate271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr
3187c478bd9Sstevel@tonic-gate272:AUE_OPENAT_RT:openat(2) - read,trunc:fd,fr
3197c478bd9Sstevel@tonic-gate273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr
3207c478bd9Sstevel@tonic-gate274:AUE_OPENAT_W:openat(2) - write:fw
3217c478bd9Sstevel@tonic-gate275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw
3227c478bd9Sstevel@tonic-gate276:AUE_OPENAT_WT:openat(2) - write,trunc:fd,fw
3237c478bd9Sstevel@tonic-gate277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:fc,fd,fw
3247c478bd9Sstevel@tonic-gate278:AUE_OPENAT_RW:openat(2) - read,write:fr,fw
3257c478bd9Sstevel@tonic-gate279:AUE_OPENAT_RWC:openat(2) - read,write,creat:fc,fw,fr
3267c478bd9Sstevel@tonic-gate280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:fd,fr,fw
3277c478bd9Sstevel@tonic-gate281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:fc,fd,fw,fr
3287c478bd9Sstevel@tonic-gate282:AUE_RENAMEAT:renameat(2):fc,fd
3297c478bd9Sstevel@tonic-gate# AUE_FSTATAT is a potentially very high-volume event, use with caution
3307c478bd9Sstevel@tonic-gate283:AUE_FSTATAT:fstatat(2):no
3317c478bd9Sstevel@tonic-gate284:AUE_FCHOWNAT:fchownat(2):fm
3327c478bd9Sstevel@tonic-gate285:AUE_FUTIMESAT:futimesat(2):fm
3337c478bd9Sstevel@tonic-gate286:AUE_UNLINKAT:unlinkat(2):fd
3347c478bd9Sstevel@tonic-gate287:AUE_CLOCK_SETTIME:clock_settime(3RT):as
3357c478bd9Sstevel@tonic-gate288:AUE_NTP_ADJTIME:ntp_adjtime(2):as
3367c478bd9Sstevel@tonic-gate289:AUE_SETPPRIV:setppriv(2):pm
3377c478bd9Sstevel@tonic-gate290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as
3387c478bd9Sstevel@tonic-gate291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as
3397c478bd9Sstevel@tonic-gate292:AUE_CRYPTOADM:kernel cryptographic framework:as
340c28749e9Skais293:AUE_CONFIGSSL:configure kernel SSL:as
3419acbbeafSnn35248294:AUE_BRANDSYS:brandsys(2):ot
342799bd290Spwernau295:AUE_PF_POLICY_ADDRULE:Add IPsec policy rule:as
343799bd290Spwernau296:AUE_PF_POLICY_DELRULE:Delete IPsec policy rule:as
344799bd290Spwernau297:AUE_PF_POLICY_CLONE:Clone IPsec policy:as
345799bd290Spwernau298:AUE_PF_POLICY_FLIP:Flip IPsec policy:as
346799bd290Spwernau299:AUE_PF_POLICY_FLUSH:Flush IPsec policy rules:as
347799bd290Spwernau300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:as
348df2381bfSpraks301:AUE_PORTFS:portfs(2) - file events source:fa
3497c478bd9Sstevel@tonic-gate#
3507c478bd9Sstevel@tonic-gate# user level audit events
3517c478bd9Sstevel@tonic-gate#	2048 -  6143	Reserved
3527c478bd9Sstevel@tonic-gate#
353d31ffe99Srica#	6000 -  7999	allocated for Solaris
354d31ffe99Srica#
3557c478bd9Sstevel@tonic-gate6144:AUE_at_create:at-create atjob:ua
3567c478bd9Sstevel@tonic-gate6145:AUE_at_delete:at-delete atjob (at or atrm):ua
3577c478bd9Sstevel@tonic-gate6146:AUE_at_perm:at-permission:no
3587c478bd9Sstevel@tonic-gate6147:AUE_cron_invoke:cron-invoke:ua
3597c478bd9Sstevel@tonic-gate6148:AUE_crontab_create:crontab-crontab created:ua
3607c478bd9Sstevel@tonic-gate6149:AUE_crontab_delete:crontab-crontab deleted:ua
3617c478bd9Sstevel@tonic-gate6150:AUE_crontab_perm:crontab-persmisson:no
3627c478bd9Sstevel@tonic-gate6151:AUE_inetd_connect:inetd connect:na
3637c478bd9Sstevel@tonic-gate6152:AUE_login:login - local:lo
3647c478bd9Sstevel@tonic-gate6153:AUE_logout:logout:lo
3657c478bd9Sstevel@tonic-gate6154:AUE_telnet:login - telnet:lo
3667c478bd9Sstevel@tonic-gate6155:AUE_rlogin:login - rlogin:lo
3677c478bd9Sstevel@tonic-gate6156:AUE_mountd_mount:mount:na
3687c478bd9Sstevel@tonic-gate6157:AUE_mountd_umount:unmount:na
3697c478bd9Sstevel@tonic-gate6158:AUE_rshd:rsh access:lo
3707c478bd9Sstevel@tonic-gate6159:AUE_su:su:lo
3717c478bd9Sstevel@tonic-gate6160:AUE_halt_solaris:halt(1m):ss
3727c478bd9Sstevel@tonic-gate6161:AUE_reboot_solaris:reboot(1m):ss
3737c478bd9Sstevel@tonic-gate6162:AUE_rexecd:rexecd:lo
3747c478bd9Sstevel@tonic-gate6163:AUE_passwd:passwd:lo
3757c478bd9Sstevel@tonic-gate6164:AUE_rexd:rexd:lo
3767c478bd9Sstevel@tonic-gate6165:AUE_ftpd:ftp access:lo
3777c478bd9Sstevel@tonic-gate6166:AUE_init_solaris:init(1m):ss
3786a3b10dbStz2045796167:AUE_uadmin_solaris:uadmin(1m):no
3797c478bd9Sstevel@tonic-gate6168:AUE_shutdown_solaris:shutdown(1b):ss
3807c478bd9Sstevel@tonic-gate6169:AUE_poweroff_solaris:poweroff(1m):ss
3817c478bd9Sstevel@tonic-gate6170:AUE_crontab_mod:crontab-modify:ua
3827c478bd9Sstevel@tonic-gate6171:AUE_ftpd_logout:ftp logout:lo
3837c478bd9Sstevel@tonic-gate6172:AUE_ssh:login - ssh:lo
3847c478bd9Sstevel@tonic-gate6173:AUE_role_login:role login:lo
3857c478bd9Sstevel@tonic-gate6180:AUE_prof_cmd:profile command:ua,as
3867c478bd9Sstevel@tonic-gate6181:AUE_filesystem_add:add filesystem:as
3877c478bd9Sstevel@tonic-gate6182:AUE_filesystem_delete:delete filesystem:as
3887c478bd9Sstevel@tonic-gate6183:AUE_filesystem_modify:modify filesystem:as
3897c478bd9Sstevel@tonic-gate6184:AUE_network_add:add network attributes:as
3907c478bd9Sstevel@tonic-gate6185:AUE_network_delete:delete network attributes:as
3917c478bd9Sstevel@tonic-gate6186:AUE_network_modify:modify network attributes:as
3927c478bd9Sstevel@tonic-gate6187:AUE_printer_add:add printer:as
3937c478bd9Sstevel@tonic-gate6188:AUE_printer_delete:delete printer:as
3947c478bd9Sstevel@tonic-gate6189:AUE_printer_modify:modify printer:as
3957c478bd9Sstevel@tonic-gate6190:AUE_scheduledjob_add:add scheduled job:ua
3967c478bd9Sstevel@tonic-gate6191:AUE_scheduledjob_delete:delete scheduled job:ua
3977c478bd9Sstevel@tonic-gate6192:AUE_scheduledjob_modify:modify scheduled job:ua
3987c478bd9Sstevel@tonic-gate6193:AUE_serialport_add:add serial port:as
3997c478bd9Sstevel@tonic-gate6194:AUE_serialport_delete:delete serial port:as
4007c478bd9Sstevel@tonic-gate6195:AUE_serialport_modify:modify serial port:as
4017c478bd9Sstevel@tonic-gate6196:AUE_usermgr_add:add user/user attributes:ua
4027c478bd9Sstevel@tonic-gate6197:AUE_usermgr_delete:delete user/user attributes:ua
4037c478bd9Sstevel@tonic-gate6198:AUE_usermgr_modify:modify user/user attributes:ua
4047c478bd9Sstevel@tonic-gate6199:AUE_uauth:authorization used:ua,as
4057c478bd9Sstevel@tonic-gate6200:AUE_allocate_succ:allocate-device success:ot
4067c478bd9Sstevel@tonic-gate6201:AUE_allocate_fail:allocate-device failure:ot
4077c478bd9Sstevel@tonic-gate6202:AUE_deallocate_succ:deallocate-device success:ot
4087c478bd9Sstevel@tonic-gate6203:AUE_deallocate_fail:deallocate-device failure:ot
4097c478bd9Sstevel@tonic-gate6205:AUE_listdevice_succ:allocate-list devices success:ot
4107c478bd9Sstevel@tonic-gate6206:AUE_listdevice_fail:allocate-list devices failure:ot
4117c478bd9Sstevel@tonic-gate6207:AUE_create_user:create user:ua
4127c478bd9Sstevel@tonic-gate6208:AUE_modify_user:modify user:ua
4137c478bd9Sstevel@tonic-gate6209:AUE_delete_user:delete user:ua
4147c478bd9Sstevel@tonic-gate6210:AUE_disable_user:disable user:ua
4157c478bd9Sstevel@tonic-gate6211:AUE_enable_user:enable user:ua
4167c478bd9Sstevel@tonic-gate6212:AUE_newgrp_login:newgrp login:lo
4177c478bd9Sstevel@tonic-gate6213:AUE_admin_authenticate:admin login:lo
4187c478bd9Sstevel@tonic-gate6214:AUE_kadmind_auth:authenticated kadmind request:ua
4197c478bd9Sstevel@tonic-gate6215:AUE_kadmind_unauth:unauthenticated kadmind req:ua
4207c478bd9Sstevel@tonic-gate6216:AUE_krb5kdc_as_req:kdc authentication svc request:ap
4217c478bd9Sstevel@tonic-gate6217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap
4227c478bd9Sstevel@tonic-gate6218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap
4237c478bd9Sstevel@tonic-gate6219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap
4247c478bd9Sstevel@tonic-gate6220:AUE_smserverd:smserverd:ot
4257c478bd9Sstevel@tonic-gate6221:AUE_screenlock:screenlock - lock:lo
4267c478bd9Sstevel@tonic-gate6222:AUE_screenunlock:screenlock - unlock:lo
4277c478bd9Sstevel@tonic-gate6223:AUE_zone_state:zoneadmd:ss
4287c478bd9Sstevel@tonic-gate6224:AUE_inetd_copylimit:inetd copylimit:na
4297c478bd9Sstevel@tonic-gate6225:AUE_inetd_failrate:inetd failrate:na
4307c478bd9Sstevel@tonic-gate6226:AUE_inetd_ratelimit:inetd ratelimit:na
4317c478bd9Sstevel@tonic-gate6227:AUE_zlogin:login - zlogin:lo
43209295472Sgww6228:AUE_su_logout:su logout:lo
43309295472Sgww6229:AUE_role_logout:role logout:lo
43418c2aff7Sartem6230:AUE_attach:attach device:ot
43518c2aff7Sartem6231:AUE_detach:detach device:ot
43618c2aff7Sartem6232:AUE_remove:remove/eject device:ot
43718c2aff7Sartem6233:AUE_pool_import:import device into pool:ot
43818c2aff7Sartem6234:AUE_pool_export:export device from pool:ot
4390ba2cbe9Sxc1513556235:AUE_dladm_create_secobj:create network security object:as,cy
4400ba2cbe9Sxc1513556236:AUE_dladm_delete_secobj:delete network security object:as,cy
4416a3b10dbStz2045796237:AUE_uadmin_shutdown:uadmin(1m) - shutdown:ss
4426a3b10dbStz2045796238:AUE_uadmin_reboot:uadmin(1m) - reboot:ss
4436a3b10dbStz2045796239:AUE_uadmin_dump:uadmin(1m) - dump:ss
4446a3b10dbStz2045796240:AUE_uadmin_freeze:uadmin(1m) - freeze:ss
4456a3b10dbStz2045796241:AUE_uadmin_remount:uadmin(1m) - remount:ss
4466a3b10dbStz2045796242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss
4476a3b10dbStz2045796243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss
4487451ee93Samw6244:AUE_smbd_session:smbd(1m) session setup:lo
4497451ee93Samw6245:AUE_smbd_logoff:smbd(1m) session logoff:lo
450911106dfSjm1993546246:AUE_vscan_quarantine:vscand(1m) quarantine infected file:na
45169987563Ssabdar6247:AUE_ndmp_connect:ndmp connect:na
45269987563Ssabdar6248:AUE_ndmp_disconnect:ndmp disconnect:na
45369987563Ssabdar6249:AUE_ndmp_backup:ndmp backup:na
45469987563Ssabdar6250:AUE_ndmp_restore:ndmp restore:na
455a9da3307Snp1462836251:AUE_cpu_ondemand:set ondemand CPU freq governor:ss
456a9da3307Snp1462836252:AUE_cpu_performance:set max CPU freq governor:ss
457a9da3307Snp1462836253:AUE_cpu_threshold:set CPU freq threshold:ss
458*b08d8a12Sgww6254:AUE_uadmin_thaw:uadmin(1m) - thaw after freeze:ss,na
459a9da3307Snp146283
46069987563Ssabdar#
4615b7f77adStw21770# SMF(5) svc.configd events (svcadm(1M) related)
4625b7f77adStw21770#
4635b7f77adStw217706260:AUE_smf_enable:persistently enable service instance:ss
4645b7f77adStw217706261:AUE_smf_tmp_enable:temporarily enable service instance:ss
4655b7f77adStw217706262:AUE_smf_disable:persistently disable service instance:ss
4665b7f77adStw217706263:AUE_smf_tmp_disable:temporarily disable service instance:ss
4675b7f77adStw217706264:AUE_smf_restart:restart service instance:ss
4685b7f77adStw217706265:AUE_smf_refresh:refresh service instance:ss
4695b7f77adStw217706266:AUE_smf_clear:clear service instance state:ss
4705b7f77adStw217706267:AUE_smf_degrade:set service instance degraded state:ss
4715b7f77adStw217706268:AUE_smf_immediate_degrade:immediately set service instance degraded state:ss
4725b7f77adStw217706269:AUE_smf_maintenance:set service instance persistent maintenance state:ss
4735b7f77adStw217706270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss
4745b7f77adStw217706271:AUE_smf_immtmp_maintenance:immediately set service instance temporary maintenance state:ss
4755b7f77adStw217706272:AUE_smf_tmp_maintenance:set service instance maintenance temporary state:ss
4765b7f77adStw217706273:AUE_smf_milestone:set service management facility milestone:ss
4775b7f77adStw21770#
4785b7f77adStw21770# SMF(5) svc.configd miscellaneous events
4795b7f77adStw21770#
4805b7f77adStw217706275:AUE_smf_read_prop:read restricted access property value:as
4815b7f77adStw21770#
4825b7f77adStw21770# SMF(5) svc.configd events (svccfg(1M) related)
4835b7f77adStw21770#
4845b7f77adStw217706280:AUE_smf_create:create service instance object:as
4855b7f77adStw217706281:AUE_smf_delete:delete service instance object:as
4865b7f77adStw217706282:AUE_smf_create_pg:create persistent service property group:as
4875b7f77adStw217706283:AUE_smf_create_npg:create non-persistent service property group:as
4885b7f77adStw217706284:AUE_smf_delete_pg:delete persistent service property group:as
4895b7f77adStw217706285:AUE_smf_delete_npg:delete non-persistent service property group:as
4905b7f77adStw217706286:AUE_smf_create_snap:create repository snapshot:as
4915b7f77adStw217706287:AUE_smf_delete_snap:delete repository snapshot:as
4925b7f77adStw217706288:AUE_smf_attach_snap:attach repository snapshot:as
4935b7f77adStw217706289:AUE_smf_annotation:annotate transaction:as,ss
4945b7f77adStw217706290:AUE_smf_create_prop:create service instance property:as
4955b7f77adStw217706291:AUE_smf_change_prop:change service instance property:as
4965b7f77adStw217706292:AUE_smf_delete_prop:delete service instance property:as
49745916cd2Sjpk#
498d31ffe99Srica# Trusted Extensions events:
49945916cd2Sjpk#
50045916cd2Sjpk9035:AUE_sl_change:Workspace label change:ap
5016bd88051Sgww9036:AUE_file_relabel:relabel file:fm
50245916cd2Sjpk9037:AUE_file_copy:file copy:fm
5036bd88051Sgww9038:AUE_file_move:file move:no
50445916cd2Sjpk9039:AUE_sel_mgr_xfer:selection manager transfer:fm
50545916cd2Sjpk9101:AUE_ClientConnect:client connection to x server:lo
50645916cd2Sjpk9102:AUE_ClientDisconnect:client disconn. from x server:lo
50745916cd2Sjpk9120:AUE_ChangeProperty:XChangeProperty(3X11):xc
50845916cd2Sjpk9121:AUE_DeleteProperty:XDeleteProperty(3X11):xc
50945916cd2Sjpk9137:AUE_GrabServer:XGrabServer(3X11):ot
51045916cd2Sjpk9138:AUE_UngrabServer:XUngrabServer(3X11):ot
51145916cd2Sjpk9146:AUE_SetFontPath:XSetFontPath(3X11):ot
51245916cd2Sjpk9173:AUE_InstallColormap:XInstallColormap(3X11):ot
51345916cd2Sjpk9174:AUE_UninstallColormap:XUninstallColormap(3X11):xp
51445916cd2Sjpk9193:AUE_SetScreenSaver:XSetScreenSaver(3X11):xp
51545916cd2Sjpk9194:AUE_ChangeHosts:XChangeHosts(3X11):ot
51645916cd2Sjpk9195:AUE_SetAccessControl:XSetAccessControl(3X11):xp
51745916cd2Sjpk9196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs
51845916cd2Sjpk9197:AUE_KillClient:XKillClient(3X11):xc
51945916cd2Sjpk9202:AUE_XExtensions:X server extensions:xp
52045916cd2Sjpk9103:AUE_CreateWindow:XCreateWindow(3X11):xc
52145916cd2Sjpk9104:AUE_ChangeWindowAttributes:XChangeWindowAttributes(3X11):xp
52245916cd2Sjpk9105:AUE_GetWindowAttributes:XGetWindowAttributes(3X11):xp
52345916cd2Sjpk9106:AUE_DestroyWindow:XDestroyWindow(3X11):xc
52445916cd2Sjpk9107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc
52545916cd2Sjpk9108:AUE_ChangeSaveSet:XChangeSaveSet(3X11):xp
52645916cd2Sjpk9109:AUE_ReparentWindow:XReparentWindow(3X11):xp
52745916cd2Sjpk9110:AUE_MapWindow:XMapWindow(3X11):xp
52845916cd2Sjpk9111:AUE_MapSubwindows:XMapSubwindows(3X11):xp
52945916cd2Sjpk9112:AUE_UnmapWindow:XUnmapWindow(3X11):xp
53045916cd2Sjpk9113:AUE_UnmapSubwindows:XUnmapSubwindows(3X11):xp
53145916cd2Sjpk9114:AUE_ConfigureWindow:XConfigureWindow(3X11):xp
53245916cd2Sjpk9115:AUE_CirculateWindow:XCirculateWindow(3X11):xp
53345916cd2Sjpk9116:AUE_GetGeometry:XGetGeometry(3X11):xp
53445916cd2Sjpk9117:AUE_QueryTree:XQueryTree(3X11):xp
53545916cd2Sjpk9118:AUE_InternAtom:XInternAtom(3X11):xs
53645916cd2Sjpk9119:AUE_GetAtomName:XGetAtomName(3X11):xs
53745916cd2Sjpk9122:AUE_GetProperty:XGetProperty(3X11):xp
53845916cd2Sjpk9123:AUE_ListProperties:XListProperties(3X11):xp
53945916cd2Sjpk9124:AUE_SetSelectionOwner:XSetSelectionOwner(3X11):xp
54045916cd2Sjpk9125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs
54145916cd2Sjpk9126:AUE_ConvertSelection:XConvertSelection(3X11):xs
54245916cd2Sjpk9127:AUE_SendEvent:XSendEvent(3X11):xs
54345916cd2Sjpk9128:AUE_GrabPointer:XGrabPointer(3X11):xs
54445916cd2Sjpk9129:AUE_UngrabPointer:XUngrabPointer(3X11):xs
54545916cd2Sjpk9130:AUE_GrabButton:XGrabButton(3X11):xp
54645916cd2Sjpk9131:AUE_UngrabButton:XUngrabButton(3X11):xs
54745916cd2Sjpk9132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs
54845916cd2Sjpk9133:AUE_GrabKeyboard:XGrabKeyboard(3X11):xp
54945916cd2Sjpk9134:AUE_UngrabKeyboard:XUngrabKeyboard(3X11):xs
55045916cd2Sjpk9135:AUE_GrabKey:XGrabKey(3X11):xp
55145916cd2Sjpk9136:AUE_UngrabKey:XUngrabKey(3X11):xp
55245916cd2Sjpk9139:AUE_QueryPointer:XQueryPointer(3X11):xp
55345916cd2Sjpk9140:AUE_GetMotionEvents:XGetMotionEvents(3X11):xp
55445916cd2Sjpk9141:AUE_TranslateCoords:XTranslateCoords(3X11):xp
55545916cd2Sjpk9142:AUE_WarpPointer:XWarpPointer(3X11):xs
55645916cd2Sjpk9143:AUE_SetInputFocus:XSetInputFocus(3X11):xs
55745916cd2Sjpk9144:AUE_GetInputFocus:XGetInputFocus(3X11):xs
55845916cd2Sjpk9145:AUE_QueryKeymap:XQueryKeymap(3X11):xp
55945916cd2Sjpk9147:AUE_FreePixmap:XFreePixmap(3X11):xc
56045916cd2Sjpk9148:AUE_ChangeGC:XChangeGC(3X11):xp
56145916cd2Sjpk9149:AUE_CopyGC:XCopyGC(3X11):xp
56245916cd2Sjpk9150:AUE_SetDashes:XSetDashes(3X11):xp
56345916cd2Sjpk9151:AUE_SetClipRectangles:XSetClipRectangles(3X11):xp
56445916cd2Sjpk9152:AUE_FreeGC:XFreeGC(3X11):xc
56545916cd2Sjpk9153:AUE_ClearArea:XClearArea(3X11):xp
56645916cd2Sjpk9154:AUE_CopyArea:XCopyArea(3X11):xs
56745916cd2Sjpk9155:AUE_CopyPlane:XCopyPlane(3X11):xs
56845916cd2Sjpk9156:AUE_PolyPoint:XPolyPoint(3X11):xp
56945916cd2Sjpk9157:AUE_PolyLine:XPolyLine(3X11):xp
57045916cd2Sjpk9158:AUE_PolySegment:XPolySegment(3X11):xp
57145916cd2Sjpk9159:AUE_PolyRectangle:XPolyRectangle(3X11):xs
57245916cd2Sjpk9160:AUE_PolyArc:XPolyArc(3X11):xp
57345916cd2Sjpk9161:AUE_FillPolygon:XFillPolygon(3X11):xp
57445916cd2Sjpk9162:AUE_PolyFillRectangle:XPolyFillRectangle(3X11):xp
57545916cd2Sjpk9163:AUE_PolyFillArc:XPolyFillArc(3X11):xp
57645916cd2Sjpk9164:AUE_PutImage:XPutImage(3X11):xp
57745916cd2Sjpk9165:AUE_GetImage:XGetImage(3X11):xs
57845916cd2Sjpk9166:AUE_PolyText8:XPolyText8(3X11):xp
57945916cd2Sjpk9167:AUE_PolyText16:XPolyText16(3X11):xp
58045916cd2Sjpk9168:AUE_ImageText8:XImageText8(3X11):xp
58145916cd2Sjpk9169:AUE_ImageText16:XImageText16(3X11):xp
58245916cd2Sjpk9170:AUE_CreateColormap:XCreateColormap(3X11):xc
58345916cd2Sjpk9171:AUE_FreeColormap:XFreeColormap(3X11):xc
58445916cd2Sjpk9172:AUE_CopyColormapAndFree:XCopyColormapAndFree(3X11):xp
58545916cd2Sjpk9175:AUE_ListInstalledColormaps:XListInstalledColormaps(3X11):xs
58645916cd2Sjpk9176:AUE_AllocColor:XAllocColor(3X11):xc
58745916cd2Sjpk9177:AUE_AllocNamedColor:XAllocNamedColor(3X11):xc
58845916cd2Sjpk9178:AUE_AllocColorCells:XAllocColorCells(3X11):xc
58945916cd2Sjpk9179:AUE_AllocColorPlanes:XAllocColorPlanes(3X11):xc
59045916cd2Sjpk9180:AUE_FreeColors:XFreeColors(3X11):xc
59145916cd2Sjpk9181:AUE_StoreColors:XStoreColors(3X11):xp
59245916cd2Sjpk9182:AUE_StoreNamedColor:XStoreNamedColor(3X11):xp
59345916cd2Sjpk9183:AUE_QueryColors:XQueryColors(3X11):xp
59445916cd2Sjpk9184:AUE_LookupColor:XLookupColor(3X11):xp
59545916cd2Sjpk9185:AUE_CreateCursor:XCreateCursor(3X11):xc
59645916cd2Sjpk9186:AUE_CreateGlyphCursor:XCreateGlyphCursor(3X11):xc
59745916cd2Sjpk9187:AUE_FreeCursor:XFreeCursor(3X11):xc
59845916cd2Sjpk9188:AUE_RecolorCursor:XRecolorCursor(3X11):xp
59945916cd2Sjpk9189:AUE_ChangeKeyboardMapping:XChangeKeyboardMapping(3X11):xs
60045916cd2Sjpk9190:AUE_ChangeKeyboardControl:XChangeKeyboardControl(3X11):xs
60145916cd2Sjpk9191:AUE_Bell:XBell(3X11):xs
60245916cd2Sjpk9192:AUE_ChangePointerControl:XChangePointerControl(3X11):xs
60345916cd2Sjpk9198:AUE_RotateProperties:XRotateProperties(3X11):xp
60445916cd2Sjpk9199:AUE_ForceScreenSaver:XForceScreenSaver(3X11):xp
60545916cd2Sjpk9200:AUE_SetPointerMapping:XSetPointerMapping(3X11):xs
60645916cd2Sjpk9201:AUE_SetModifierMapping:XSetModifierMapping(3X11):xs
607