2N/A#
2N/A# Copyright (c) 1992, 2012, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A# Audit Event Database
2N/A#
2N/A# File Format:
2N/A#
2N/A# event number:event name:event description:event classes (comma separated)
2N/A#
2N/A# Used to map audit events to audit classes for preselection and post-selection.
2N/A# Used by TCB programs that write audit records to preselect audit events
2N/A# based on event to class mappings.
2N/A#
2N/A# Length limits: event name up to 30, event description up to 50 and
2N/A# the entire configuration line up to 256 single byte characters.
2N/A#
2N/A# NOTE: several events are obsolete but must continue to be defined here for
2N/A# compatibility reasons. Obsolete events are defined in the "no" (invalid)
2N/A# class to indicate they will not be generated. Other events in the "no"
2N/A# class which are not obsolete (but are in this class for other reasons),
2N/A# are individually noted with a comment for explanation.
2N/A#
2N/A# System Adminstrators: Do NOT modify or add events with an event number less
2N/A# than 32768. These are reserved by the system.
2N/A#
2N/A# 0 Reserved as an invalid event number.
2N/A# 1 - 2047 Reserved for the Solaris Kernel events.
2N/A# 2048 - 32767 Reserved for the Solaris TCB programs.
2N/A# 32768 - 65535 Available for third party TCB applications.
2N/A#
2N/A#
2N/A# Allocation of reserved kernel events:
2N/A# (NOTE: the kernel event table, and possibly MAX_KEVENTS, must be updated
2N/A# in audit_kevents.h when changes are made to kernel events.)
2N/A# 0 the kernel event table must start with AUE_NULL
2N/A# 1 - 511 allocated for Solaris
2N/A# 512 - 2047 (reserved but not allocated)
2N/A#
2N/A# Allocation of user level audit events:
2N/A# 2048 - 5999 (reserved but not allocated)
2N/A# 6000 - 9999 allocated for Solaris
2N/A# 10000 - 32767 (reserved but not allocated)
2N/A# 32768 - 65535 (Available for third party TCB applications)
2N/A#
2N/A#
2N/A# kernel audit events
2N/A# 1 - 511 allocated for Solaris
2N/A#
2N/A0:AUE_NULL:indir system call:no
2N/A1:AUE_EXIT:exit(2):ps
2N/A2:AUE_FORKALL:forkall(2):ps
2N/A# AUE_OPEN is a placeholder and will not be generated
2N/A3:AUE_OPEN:open(2) - place holder:no
2N/A4:AUE_CREAT:creat(2):no
2N/A5:AUE_LINK:link(2):fc
2N/A6:AUE_UNLINK:unlink(2):fd
2N/A7:AUE_EXEC:exec(2):no
2N/A8:AUE_CHDIR:chdir(2):pm
2N/A9:AUE_MKNOD:mknod(2):fc
2N/A10:AUE_CHMOD:chmod(2):fm
2N/A11:AUE_CHOWN:chown(2):fm
2N/A12:AUE_UMOUNT:umount(2) - old version:as
2N/A13:AUE_JUNK:junk:no
2N/A14:AUE_ACCESS:access(2):fa
2N/A15:AUE_KILL:kill(2):pm
2N/A16:AUE_STAT:stat(2):fa
2N/A17:AUE_LSTAT:lstat(2):fa
2N/A18:AUE_ACCT:acct(2):as
2N/A19:AUE_MCTL:mctl(2):no
2N/A20:AUE_REBOOT:reboot(2):no
2N/A21:AUE_SYMLINK:symlink(2):fc
2N/A22:AUE_READLINK:readlink(2):fr
2N/A23:AUE_EXECVE:execve(2):ps,ex
2N/A24:AUE_CHROOT:chroot(2):pm
2N/A25:AUE_VFORK:vfork(2):ps
2N/A26:AUE_SETGROUPS:setgroups(2):pm
2N/A27:AUE_SETPGRP:setpgrp(2):pm
2N/A28:AUE_SWAPON:swapon(2):no
2N/A29:AUE_SETHOSTNAME:sethostname(2):no
2N/A30:AUE_FCNTL:fcntl(2):fm
2N/A31:AUE_SETPRIORITY:setpriority(2):no
2N/A32:AUE_CONNECT:connect(2):nt
2N/A33:AUE_ACCEPT:accept(2):nt
2N/A34:AUE_BIND:bind(2):nt
2N/A35:AUE_SETSOCKOPT:setsockopt(2):nt
2N/A36:AUE_VTRACE:vtrace(2):no
2N/A37:AUE_SETTIMEOFDAY:settimeofday(2):no
2N/A38:AUE_FCHOWN:fchown(2):fm
2N/A39:AUE_FCHMOD:fchmod(2):fm
2N/A40:AUE_SETREUID:setreuid(2):pm
2N/A41:AUE_SETREGID:setregid(2):pm
2N/A42:AUE_RENAME:rename(2):fc,fd
2N/A43:AUE_TRUNCATE:truncate(2):no
2N/A44:AUE_FTRUNCATE:ftruncate(2):no
2N/A45:AUE_FLOCK:flock(2):no
2N/A46:AUE_SHUTDOWN:shutdown(2):nt
2N/A47:AUE_MKDIR:mkdir(2):fc
2N/A48:AUE_RMDIR:rmdir(2):fd
2N/A49:AUE_UTIMES:utimes(2):fm
2N/A50:AUE_ADJTIME:adjtime(2):as
2N/A51:AUE_SETRLIMIT:setrlimit(2):ua
2N/A52:AUE_KILLPG:killpg(2):no
2N/A53:AUE_NFS_SVC:nfs_svc(2):no
2N/A54:AUE_STATFS:statfs(2):fa
2N/A55:AUE_FSTATFS:fstatfs(2):fa
2N/A56:AUE_UNMOUNT:unmount(2):no
2N/A57:AUE_ASYNC_DAEMON:async_daemon(2):no
2N/A58:AUE_NFS_GETFH:nfs_getfh(2):no
2N/A59:AUE_SETDOMAINNAME:setdomainname(2):no
2N/A60:AUE_QUOTACTL:quotactl(2):no
2N/A61:AUE_EXPORTFS:exportfs(2):no
2N/A62:AUE_MOUNT:mount(2):as
2N/A# AUE_SEMSYS is a placeholder and will not be generated
2N/A63:AUE_SEMSYS:semsys(2) - place holder:no
2N/A# AUE_MSGSYS is a placeholder and will not be generated
2N/A64:AUE_MSGSYS:msgsys(2) - place holder:no
2N/A# AUE_SHMSYS is a placeholder and will not be generated
2N/A65:AUE_SHMSYS:shmsys(2) - place holder:no
2N/A66:AUE_BSMSYS:bsmsys(2) - place holder:no
2N/A67:AUE_RFSSYS:rfssys(2) - place holder:no
2N/A68:AUE_FCHDIR:fchdir(2):pm
2N/A69:AUE_FCHROOT:fchroot(2):pm
2N/A70:AUE_VPIXSYS:vpixsys(2) - place holder:no
2N/A71:AUE_PATHCONF:pathconf(2):fa
2N/A72:AUE_OPEN_R:open(2) - read:fr
2N/A73:AUE_OPEN_RC:open(2) - read,creat:fc,fr
2N/A74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr
2N/A75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr
2N/A76:AUE_OPEN_W:open(2) - write:fw
2N/A77:AUE_OPEN_WC:open(2) - write,creat:fc,fw
2N/A78:AUE_OPEN_WT:open(2) - write,trunc:fd,fw
2N/A79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw
2N/A80:AUE_OPEN_RW:open(2) - read,write:fr,fw
2N/A81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr
2N/A82:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw
2N/A83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr
2N/A84:AUE_MSGCTL:msgctl(2) - illegal command:ip
2N/A85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip
2N/A86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip
2N/A87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip
2N/A88:AUE_MSGGET:msgget(2):ip
2N/A89:AUE_MSGRCV:msgrcv(2):ip
2N/A90:AUE_MSGSND:msgsnd(2):ip
2N/A91:AUE_SHMCTL:shmctl(2) - illegal command:ip
2N/A92:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip
2N/A93:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip
2N/A94:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip
2N/A95:AUE_SHMGET:shmget(2):ip
2N/A96:AUE_SHMAT:shmat(2):ip
2N/A97:AUE_SHMDT:shmdt(2):ip
2N/A98:AUE_SEMCTL:semctl(2) - illegal command:ip
2N/A99:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip
2N/A100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip
2N/A101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip
2N/A102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip
2N/A103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip
2N/A104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip
2N/A105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip
2N/A106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip
2N/A107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip
2N/A108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip
2N/A109:AUE_SEMGET:semget(2):ip
2N/A110:AUE_SEMOP:semop(2):ip
2N/A111:AUE_CORE:process dumped core:fc
2N/A112:AUE_CLOSE:close(2):cl
2N/A113:AUE_SYSTEMBOOT:system booted:na
2N/A114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no
2N/A115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no
2N/A116:AUE_PFEXEC:execve(2) with pfexec enabled:ps,ex,ua,as
2N/A117:AUE_OPEN_S:open(2) - search:fr
2N/A118:AUE_OPEN_E:open(2) - exec:fr
2N/A
2N/A130:AUE_GETAUID:getauid(2):aa
2N/A131:AUE_SETAUID:setauid(2):aa
2N/A132:AUE_GETAUDIT:getaudit(2):aa
2N/A133:AUE_SETAUDIT:setaudit(2):aa
2N/A134:AUE_GETUSERAUDIT:getuseraudit(2):no
2N/A135:AUE_SETUSERAUDIT:setuseraudit(2):no
2N/A# AUE_AUDITSVC is a placeholder and will not be generated
2N/A136:AUE_AUDITSVC:auditsvc(2) - place holder:no
2N/A# AUE_AUDITON is a placeholder and will not be generated
2N/A138:AUE_AUDITON:auditon(2) - place holder:no
2N/A139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no
2N/A140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no
2N/A141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa
2N/A142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as
2N/A143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no
2N/A144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no
2N/A145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as
2N/A146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as
2N/A147:AUE_GETKERNSTATE:getkernstate(2):no
2N/A148:AUE_SETKERNSTATE:setkernstate(2):no
2N/A149:AUE_GETPORTAUDIT:getportaudit(2):no
2N/A150:AUE_AUDITSTAT:auditstat(2):no
2N/A153:AUE_ENTERPROM:enter prom:na
2N/A154:AUE_EXITPROM:exit prom:na
2N/A158:AUE_IOCTL:ioctl(2):io
2N/A173:AUE_ONESIDE:one-sided session record:no
2N/A174:AUE_MSGGETL:msggetl(2):no
2N/A175:AUE_MSGRCVL:msgrcvl(2):no
2N/A176:AUE_MSGSNDL:msgsndl(2):no
2N/A177:AUE_SEMGETL:semgetl(2):no
2N/A178:AUE_SHMGETL:shmgetl(2):no
2N/A183:AUE_SOCKET:socket(2):nt
2N/A184:AUE_SENDTO:sendto(2):nt
2N/A# AUE_PIPE is a potentially very high-volume event, use with caution
2N/A185:AUE_PIPE:pipe(2):no
2N/A186:AUE_SOCKETPAIR:socketpair(2):no
2N/A187:AUE_SEND:send(2):no
2N/A188:AUE_SENDMSG:sendmsg(2):nt
2N/A189:AUE_RECV:recv(2):no
2N/A190:AUE_RECVMSG:recvmsg(2):nt
2N/A191:AUE_RECVFROM:recvfrom(2):nt
2N/A# AUE_READ is a potentially very high-volume event, use with caution
2N/A192:AUE_READ:read(2):no
2N/A193:AUE_GETDENTS:getdents(2):no
2N/A194:AUE_LSEEK:lseek(2):no
2N/A# AUE_WRITE is a potentially very high-volume event, use with caution
2N/A195:AUE_WRITE:write(2):no
2N/A196:AUE_WRITEV:writev(2):no
2N/A197:AUE_NFS:nfs server:no
2N/A198:AUE_READV:readv(2):no
2N/A199:AUE_OSTAT:old stat(2):no
2N/A200:AUE_SETUID:setuid(2):pm
2N/A201:AUE_STIME:old stime(2):as
2N/A202:AUE_UTIME:old utime(2):no
2N/A203:AUE_NICE:old nice(2):pm
2N/A204:AUE_OSETPGRP:old setpgrp(2):no
2N/A205:AUE_SETGID:old setgid(2):pm
2N/A206:AUE_READL:readl(2):no
2N/A207:AUE_READVL:readvl(2):no
2N/A208:AUE_FSTAT:fstat(2):no
2N/A209:AUE_DUP2:dup2(2):no
2N/A# AUE_MMAP is a potentially very high-volume event, use with caution
2N/A210:AUE_MMAP:mmap(2):no
2N/A# AUE_AUDIT is a potentially very high-volume event, use with caution
2N/A211:AUE_AUDIT:audit(2):no
2N/A212:AUE_PRIOCNTLSYS:priocntlsys(2):pm
2N/A213:AUE_MUNMAP:munmap(2):cl
2N/A214:AUE_SETEGID:setegid(2):pm
2N/A215:AUE_SETEUID:seteuid(2):pm
2N/A216:AUE_PUTMSG:putmsg(2):nt
2N/A217:AUE_GETMSG:getmsg(2):nt
2N/A218:AUE_PUTPMSG:putpmsg(2):nt
2N/A219:AUE_GETPMSG:getpmsg(2):nt
2N/A# AUE_AUDITSYS is a placeholder and will not be generated
2N/A220:AUE_AUDITSYS:audit system calls place holder:no
2N/A221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa
2N/A222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as
2N/A223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as
2N/A224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as
2N/A225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as
2N/A226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as
2N/A227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as
2N/A228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as
2N/A229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa
2N/A230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as
2N/A231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as
2N/A232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as
2N/A233:AUE_FUSERS:utssys(2) - fusers:fa
2N/A234:AUE_STATVFS:statvfs(2):fa
2N/A235:AUE_XSTAT:xstat(2):no
2N/A236:AUE_LXSTAT:lxstat(2):no
2N/A237:AUE_LCHOWN:lchown(2):fm
2N/A238:AUE_MEMCNTL:memcntl(2):ot
2N/A239:AUE_SYSINFO:sysinfo(2):as
2N/A240:AUE_XMKNOD:xmknod(2):no
2N/A241:AUE_FORK1:fork1(2):ps
2N/A# AUE_MODCTL is a placeholder and will not be generated
2N/A242:AUE_MODCTL:modctl(2) system call place holder:no
2N/A243:AUE_MODLOAD:modctl(2) - load module:as
2N/A244:AUE_MODUNLOAD:modctl(2) - unload module:as
2N/A# AUE_MODCONFIG is a place holder and will not be generated
2N/A245:AUE_MODCONFIG:modctl(2) - no longer generated:no
2N/A246:AUE_MODADDMAJ:modctl(2) - bind module:as
2N/A247:AUE_SOCKACCEPT:getmsg-accept:nt
2N/A248:AUE_SOCKCONNECT:putmsg-connect:nt
2N/A249:AUE_SOCKSEND:putmsg-send:nt
2N/A250:AUE_SOCKRECEIVE:getmsg-receive:nt
2N/A251:AUE_ACLSET:acl(2) - SETACL command:fm
2N/A252:AUE_FACLSET:facl(2) - SETACL command:fm
2N/A# AUE_DOORFS is a placeholder and will not be generated
2N/A253:AUE_DOORFS:doorfs(2) - system call place holder:no
2N/A254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip
2N/A255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip
2N/A256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip
2N/A257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip
2N/A258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip
2N/A259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip
2N/A260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip
2N/A261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip
2N/A262:AUE_P_ONLINE:p_online(2):as
2N/A263:AUE_PROCESSOR_BIND:processor_bind(2):as
2N/A264:AUE_INST_SYNC:inst_sync(2):as
2N/A265:AUE_SOCKCONFIG:configure socket:nt
2N/A266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa
2N/A267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa
2N/A268:AUE_UMOUNT2:umount2(2):as
2N/A# AUE_FSAT and all AUE_OPENAT_* codes are obsolete and will not be generated
2N/A269:AUE_FSAT:fsat(2) - place holder:no
2N/A270:AUE_OPENAT_R:openat(2) - read:no
2N/A271:AUE_OPENAT_RC:openat(2) - read,creat:no
2N/A272:AUE_OPENAT_RT:openat(2) - read,trunc:no
2N/A273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:no
2N/A274:AUE_OPENAT_W:openat(2) - write:no
2N/A275:AUE_OPENAT_WC:openat(2) - write,creat:no
2N/A276:AUE_OPENAT_WT:openat(2) - write,trunc:no
2N/A277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:no
2N/A278:AUE_OPENAT_RW:openat(2) - read,write:no
2N/A279:AUE_OPENAT_RWC:openat(2) - read,write,creat:no
2N/A280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:no
2N/A281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:no
2N/A282:AUE_RENAMEAT:renameat(2):no
2N/A283:AUE_FSTATAT:fstatat(2):no
2N/A284:AUE_FCHOWNAT:fchownat(2):no
2N/A285:AUE_FUTIMESAT:futimesat(2):no
2N/A286:AUE_UNLINKAT:unlinkat(2):no
2N/A287:AUE_CLOCK_SETTIME:clock_settime(3RT):as
2N/A288:AUE_NTP_ADJTIME:ntp_adjtime(2):as
2N/A289:AUE_SETPPRIV:setppriv(2):pm
2N/A290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as
2N/A291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as
2N/A292:AUE_CRYPTOADM:kernel cryptographic framework:as
2N/A293:AUE_CONFIGKSSL:configure kernel SSL:as
2N/A294:AUE_BRANDSYS:brandsys(2):ot
2N/A295:AUE_PF_POLICY_ADDRULE:Add IPsec policy rule:as
2N/A296:AUE_PF_POLICY_DELRULE:Delete IPsec policy rule:as
2N/A297:AUE_PF_POLICY_CLONE:Clone IPsec policy:as
2N/A298:AUE_PF_POLICY_FLIP:Flip IPsec policy:as
2N/A299:AUE_PF_POLICY_FLUSH:Flush IPsec policy rules:as
2N/A300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:as
2N/A# AUE_PORTFS is a placeholder and won't be generated.
2N/A301:AUE_PORTFS:portfs(2) - file events source - place holder:no
2N/A#
2N/A302:AUE_LABELSYS_TNRH:tnrh(2) - config TN remote host cache:as
2N/A303:AUE_LABELSYS_TNRHTP:tnrhtp(2) - config TN remote host template cache:as
2N/A304:AUE_LABELSYS_TNMLP:tnmlp(2) - config TN multi-level port entry:as
2N/A#
2N/A305:AUE_PORTFS_ASSOCIATE:portfs(2) - file events source - PORT_ASSOCIATE:fa
2N/A306:AUE_PORTFS_DISSOCIATE:portfs(2) - file events source - PORT_DISSOCIATE:fa
2N/A#
2N/A307:AUE_SETSID:setsid(2):pm
2N/A308:AUE_SETPGID:setpgid(2):pm
2N/A309:AUE_FACCESSAT:faccessat(2):no
2N/A310:AUE_AUDITON_GETAMASK:auditon(2) - get default user preselection mask:aa
2N/A311:AUE_AUDITON_SETAMASK:auditon(2) - set default user preselection mask:as
2N/A312:AUE_AUDITON_GETPINFO:auditon(2) - get process audit info:aa
2N/A313:AUE_AUDITON_GETPINFO_ADDR:auditon(2) - get process audit info:aa
2N/A314:AUE_AUDITON_SETPMASK:auditon(2) - set process mask:as
2N/A315:AUE_AUDITON_GETKAUDIT:auditon(2) - get zone audit info:aa
2N/A316:AUE_AUDITON_SETKAUDIT:auditon(2) - set zone audit info:as
2N/A317:AUE_SIGQUEUE:sigqueue(3C):pm
2N/A#
2N/A# user level audit events
2N/A# 2048 - 6143 Reserved
2N/A#
2N/A# 6000 - 7999 allocated for Solaris
2N/A#
2N/A6144:AUE_at_create:at-create atjob:ua
2N/A6145:AUE_at_delete:at-delete atjob (at or atrm):ua
2N/A6146:AUE_at_perm:at-permission:no
2N/A6147:AUE_cron_invoke:cron-invoke:ua
2N/A6148:AUE_crontab_create:crontab-crontab created:ua
2N/A6149:AUE_crontab_delete:crontab-crontab deleted:ua
2N/A6150:AUE_crontab_perm:crontab-persmisson:no
2N/A6151:AUE_inetd_connect:inetd connect:na
2N/A6152:AUE_login:login - local:lo
2N/A6153:AUE_logout:logout:lo
2N/A6154:AUE_telnet:login - telnet:lo
2N/A6155:AUE_rlogin:login - rlogin:lo
2N/A6156:AUE_mountd_mount:mountd(1M) mount:na
2N/A6157:AUE_mountd_umount:mountd(1M) unmount:na
2N/A6158:AUE_rshd:rsh access:lo
2N/A6159:AUE_su:su:lo
2N/A6160:AUE_halt_solaris:halt(1m):ss,frcp
2N/A6161:AUE_reboot_solaris:reboot(1m):ss,frcp
2N/A6162:AUE_rexecd:rexecd:lo
2N/A6163:AUE_passwd:passwd:lo
2N/A6164:AUE_rexd:rexd:lo
2N/A6165:AUE_ftpd:ftp access:lo
2N/A6166:AUE_init_solaris:init(1m):ss,frcp
2N/A6167:AUE_uadmin_solaris:uadmin(1m):no
2N/A6168:AUE_shutdown_solaris:shutdown(1b):ss,frcp
2N/A6169:AUE_poweroff_solaris:poweroff(1m):ss,frcp
2N/A6170:AUE_crontab_mod:crontab-modify:ua
2N/A6171:AUE_ftpd_logout:ftp logout:lo
2N/A6172:AUE_ssh:login - ssh:lo
2N/A6173:AUE_role_login:role login:lo
2N/A6174:AUE_rad_login:connect to RAD:lo
2N/A6180:AUE_prof_cmd:profile command:ua,as
2N/A6181:AUE_filesystem_add:add filesystem:as
2N/A6182:AUE_filesystem_delete:delete filesystem:as
2N/A6183:AUE_filesystem_modify:modify filesystem:as
2N/A6184:AUE_network_add:add network attributes:as
2N/A6185:AUE_network_delete:delete network attributes:as
2N/A6186:AUE_network_modify:modify network attributes:as
2N/A6187:AUE_printer_add:add printer:as
2N/A6188:AUE_printer_delete:delete printer:as
2N/A6189:AUE_printer_modify:modify printer:as
2N/A6190:AUE_scheduledjob_add:add scheduled job:ua
2N/A6191:AUE_scheduledjob_delete:delete scheduled job:ua
2N/A6192:AUE_scheduledjob_modify:modify scheduled job:ua
2N/A6193:AUE_serialport_add:add serial port:as
2N/A6194:AUE_serialport_delete:delete serial port:as
2N/A6195:AUE_serialport_modify:modify serial port:as
2N/A6196:AUE_usermgr_add:add user/user attributes:ua
2N/A6197:AUE_usermgr_delete:delete user/user attributes:ua
2N/A6198:AUE_usermgr_modify:modify user/user attributes:ua
2N/A6199:AUE_uauth:authorization used:ua,as
2N/A# 6200-6206: Obsolete device allocation events. Not generated anymore.
2N/A# Replaced by AUE_da_* events.
2N/A6200:AUE_allocate_succ:allocate-device success:no
2N/A6201:AUE_allocate_fail:allocate-device failure:no
2N/A6202:AUE_deallocate_succ:deallocate-device success:no
2N/A6203:AUE_deallocate_fail:deallocate-device failure:no
2N/A6205:AUE_listdevice_succ:allocate-list devices success:no
2N/A6206:AUE_listdevice_fail:allocate-list devices failure:no
2N/A6207:AUE_create_user:create user:no
2N/A6208:AUE_modify_user:modify user:no
2N/A6209:AUE_delete_user:delete user:no
2N/A6210:AUE_disable_user:disable user:no
2N/A6211:AUE_enable_user:enable user:no
2N/A6212:AUE_newgrp_login:newgrp login:lo
2N/A6213:AUE_admin_authenticate:admin login:lo
2N/A6214:AUE_kadmind_auth:authenticated kadmind request:ua
2N/A6215:AUE_kadmind_unauth:unauthenticated kadmind req:ua
2N/A6216:AUE_krb5kdc_as_req:kdc authentication svc request:ap
2N/A6217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap
2N/A6218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap
2N/A6219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap
2N/A6220:AUE_smserverd:smserverd:ot
2N/A6221:AUE_screenlock:screenlock - lock:lo
2N/A6222:AUE_screenunlock:screenlock - unlock:lo
2N/A6223:AUE_zone_state:zoneadmd:ss,frcp
2N/A6224:AUE_inetd_copylimit:inetd copylimit:na
2N/A6225:AUE_inetd_failrate:inetd failrate:na
2N/A6226:AUE_inetd_ratelimit:inetd ratelimit:na
2N/A6227:AUE_zlogin:login - zlogin:lo
2N/A6228:AUE_su_logout:su logout:lo
2N/A6229:AUE_role_logout:role logout:lo
2N/A6230:AUE_attach:attach device:ot
2N/A6231:AUE_detach:detach device:ot
2N/A6232:AUE_remove:remove/eject device:ot
2N/A6233:AUE_pool_import:import device into pool:ot
2N/A6234:AUE_pool_export:export device from pool:ot
2N/A6235:AUE_dladm_create_secobj:create network security object:as,cy
2N/A6236:AUE_dladm_delete_secobj:delete network security object:as,cy
2N/A6237:AUE_uadmin_shutdown:uadmin(1m) - shutdown:ss,frcp
2N/A6238:AUE_uadmin_reboot:uadmin(1m) - reboot:ss,frcp
2N/A6239:AUE_uadmin_dump:uadmin(1m) - dump:ss,frcp
2N/A6240:AUE_uadmin_freeze:uadmin(1m) - freeze:ss,frcp
2N/A6241:AUE_uadmin_remount:uadmin(1m) - remount:ss
2N/A6242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss
2N/A6243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss
2N/A6244:AUE_smbd_session:smbd(1m) session setup:lo
2N/A6245:AUE_smbd_logoff:smbd(1m) session logoff:lo
2N/A6246:AUE_vscan_quarantine:vscand(1m) quarantine infected file:na
2N/A6247:AUE_ndmp_connect:ndmp connect:na
2N/A6248:AUE_ndmp_disconnect:ndmp disconnect:na
2N/A6249:AUE_ndmp_backup:ndmp backup:na
2N/A6250:AUE_ndmp_restore:ndmp restore:na
2N/A6251:AUE_cpu_ondemand:set ondemand CPU freq governor:ss
2N/A6252:AUE_cpu_performance:set max CPU freq governor:ss
2N/A6253:AUE_cpu_threshold:set CPU freq threshold:ss
2N/A6254:AUE_uadmin_thaw:uadmin(1m) - thaw after freeze:ss,na,frcp
2N/A6255:AUE_uadmin_config:uadmin(1m) - config:ss
2N/A6256:AUE_admin_edit:edit administrative file:as
2N/A6257:AUE_admin_file_create:create administrative file:as
2N/A6258:AUE_admin_file_remove:remove administrative file:as
2N/A
2N/A#
2N/A# SMF(5) svc.configd events (svcadm(1M) related)
2N/A#
2N/A6260:AUE_smf_enable:persistently enable service instance:ss
2N/A6261:AUE_smf_tmp_enable:temporarily enable service instance:ss
2N/A6262:AUE_smf_disable:persistently disable service instance:ss
2N/A6263:AUE_smf_tmp_disable:temporarily disable service instance:ss
2N/A6264:AUE_smf_restart:restart service instance:ss
2N/A6265:AUE_smf_refresh:refresh service instance:ss
2N/A6266:AUE_smf_clear:clear service instance state:ss
2N/A6267:AUE_smf_degrade:set service instance degraded state:ss
2N/A6268:AUE_smf_immediate_degrade:immediately set service instance degraded state:ss
2N/A6269:AUE_smf_maintenance:set service instance persistent maintenance state:ss
2N/A6270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss
2N/A6271:AUE_smf_immtmp_maintenance:immediately set service instance temporary maintenance state:ss
2N/A6272:AUE_smf_tmp_maintenance:set service instance maintenance temporary state:ss
2N/A6273:AUE_smf_milestone:set service management facility milestone:ss
2N/A#
2N/A# SMF(5) svc.configd miscellaneous events
2N/A#
2N/A6275:AUE_smf_read_prop:read restricted access property value:as
2N/A#
2N/A# SMF(5) svc.configd events (svccfg(1M) related)
2N/A#
2N/A6274:AUE_smf_delcust:delete customization service instance object:as
2N/A6276:AUE_smf_delcust_pg:delete customization persistent service instance property group:as
2N/A6277:AUE_smf_delcust_prop:delete customization service instance property:as
2N/A6280:AUE_smf_create:create service instance object:as
2N/A6281:AUE_smf_delete:delete service instance object:as
2N/A6282:AUE_smf_create_pg:create persistent service property group:as
2N/A6283:AUE_smf_create_npg:create non-persistent service property group:as
2N/A6284:AUE_smf_delete_pg:delete persistent service property group:as
2N/A6285:AUE_smf_delete_npg:delete non-persistent service property group:as
2N/A6286:AUE_smf_create_snap:create repository snapshot:as
2N/A6287:AUE_smf_delete_snap:delete repository snapshot:as
2N/A6288:AUE_smf_attach_snap:attach repository snapshot:as
2N/A6289:AUE_smf_annotation:annotate transaction:as,ss
2N/A6290:AUE_smf_create_prop:create service instance property:as
2N/A6291:AUE_smf_change_prop:change service instance property:as
2N/A6292:AUE_smf_delete_prop:delete service instance property:as
2N/A6293:AUE_smf_unmask_prop:unmask service instance property:as
2N/A6294:AUE_smf_remove_prop:remove service instance property:as
2N/A6295:AUE_smf_unmask_pg:unmask persistent service property group:as
2N/A6296:AUE_smf_remove_pg:remove persistent service property group:as
2N/A6297:AUE_smf_unmask:unmask service instance object:as
2N/A6298:AUE_smf_remove:remove service instance object:as
2N/A6299:AUE_smf_remove_bundle:remove service bundle:as
2N/A#
2N/A# nwamd(1M) events
2N/A#
2N/A6300:AUE_nwam_enable:enable nwam profile object:ss
2N/A6301:AUE_nwam_disable:disable nwam profile object:ss
2N/A6302:AUE_nwam_offline:offile nwam profile object:ss
2N/A6303:AUE_nwam_online:online nwam profile object:ss
2N/A#
2N/A# ilbd(1M) events
2N/A#
2N/A6310:AUE_ilb_create_healthcheck:create ILB health check:as
2N/A6311:AUE_ilb_delete_healthcheck:delete ILB health check:as
2N/A6312:AUE_ilb_create_rule:create ILB rule:as
2N/A6313:AUE_ilb_delete_rule:delete ILB rule:as
2N/A6314:AUE_ilb_disable_rule:disable ILB rule:as
2N/A6315:AUE_ilb_enable_rule:enable ILB rule:as
2N/A6316:AUE_ilb_add_server:add ILB server:as
2N/A6317:AUE_ilb_disable_server:disable ILB server:as
2N/A6318:AUE_ilb_enable_server:enable ILB server:as
2N/A6319:AUE_ilb_remove_server:remove ILB server:as
2N/A6320:AUE_ilb_create_servergroup:create ILB server group:as
2N/A6321:AUE_ilb_delete_servergroup:delete ILB server group:as
2N/A#
2N/A# netcfgd(1M) events
2N/A#
2N/A6330:AUE_netcfg_update:create or modify configuration object:ss
2N/A6331:AUE_netcfg_remove:remove configuration object from repository:ss
2N/A#
2N/A# TCSD(8) events
2N/A#
2N/A6400:AUE_tpm_takeownership:take ownership of TPM:as
2N/A6401:AUE_tpm_clearowner:clear ownership of TPM:as
2N/A6402:AUE_tpm_setoperatorauth:set TPM operator authorization:as
2N/A6403:AUE_tpm_setownerinstall:set TPM ownership flag:as
2N/A6404:AUE_tpm_selftestfull:test all TPM protected capabilities:as
2N/A6405:AUE_tpm_certifyselftest:perform full TPM self-test:as
2N/A6406:AUE_tpm_continueselftest:complete TPM self-test:as
2N/A6407:AUE_tpm_ownersetdisable:change the status of TPM disable flag:as
2N/A6408:AUE_tpm_ownerclear:perform the clear operation under TPM owner auth:as
2N/A6409:AUE_tpm_disableownerclear:disable TPM_OwnerClear command permanently:as
2N/A6410:AUE_tpm_forceclear:perform TPM clear operation under physical access:as
2N/A6411:AUE_tpm_disableforceclear:disable ForceClear execution until next startup:as
2N/A6412:AUE_tpm_physicaldisable:disable TPM physical presence:as
2N/A6413:AUE_tpm_physicalenable:enable TPM physical presence:as
2N/A6414:AUE_tpm_physicaldeactivate:set TPM deactivated flag:as
2N/A6415:AUE_tpm_settempdeactivated:set volatile TPM deactivated flag to TRUE:as
2N/A6416:AUE_tpm_settempdeactivated2:set volatile TPM deactivated flag TRUE with auth:as
2N/A6417:AUE_tpm_physicalpresence:set the TPM physical presence flag:as
2N/A6418:AUE_tpm_fieldupgrade:update TPM protected capabilities:as
2N/A6419:AUE_tpm_resetlockvalue:reset TPM failed authorization attempt lock:as
2N/A#
2N/A# Xorg server events
2N/A# These are separate from the traditional Trusted Extensions (TX)
2N/A# events because the audit infrastructure is disjoint from TX.
2N/A#
2N/A6450:AUE_xconnect:X server client connection:xa
2N/A6451:AUE_xdisconnect:X server client disconnection:xa
2N/A6460:AUE_vnc_connect:VNC server client connection:xa
2N/A6461:AUE_vnc_disconnect:VNC server client disconnection:xa
2N/A#
2N/A# hotplugd(1m) events
2N/A#
2N/A6500:AUE_hotplug_state:change hotplug connection state:ss
2N/A6501:AUE_hotplug_set:set hotplug bus private options:ss
2N/A6502:AUE_hotplug_install:install hotplug dependents:ss
2N/A6503:AUE_hotplug_uninstall:uninstall hotplug dependents:ss
2N/A6504:AUE_hotplug_create_port:create hotplug port:ss
2N/A6505:AUE_hotplug_remove_port:remove hotplug port:ss
2N/A6506:AUE_hotplug_set_ceiling:set hotplug state threshold:ss
2N/A6507:AUE_hotplug_clear_ceiling:clear hotplug state threshold:ss
2N/A
2N/A#
2N/A# File Transfer events
2N/A#
2N/A6550:AUE_ft_start:file transfer session start:ft
2N/A6551:AUE_ft_stop:file transfer session end:ft
2N/A6552:AUE_ft_rename:file transfer rename:ft
2N/A6553:AUE_ft_remove:file transfer remove:ft
2N/A6554:AUE_ft_mkdir:file transfer mkdir:ft
2N/A6555:AUE_ft_rmdir:file transfer rmdir:ft
2N/A6556:AUE_ft_symlink:file transfer symlink:ft
2N/A6557:AUE_ft_get:file transfer get:ft
2N/A6558:AUE_ft_put:file transfer put:ft
2N/A6559:AUE_ft_chmod:file transfer chmod:ft
2N/A6560:AUE_ft_chown:file transfer chown:ft
2N/A6561:AUE_ft_utimes:file transfer utimes:ft
2N/A
2N/A#
2N/A# Device Allocation events
2N/A#
2N/A6600:AUE_da_allocate:device allocation:ot
2N/A6601:AUE_da_allocate_forced:forced device allocation:ot
2N/A6602:AUE_da_deallocate:device deallocation:ot
2N/A6603:AUE_da_deallocate_forced:forced device deallocation:ot
2N/A6604:AUE_da_list_devices:list allocatable devices:ot
2N/A
2N/A#
2N/A# Other events
2N/A#
2N/A6650:AUE_sudo:sudo(1M) execution:lo,as,ua
2N/A
2N/A#
2N/A# Trusted Extensions events
2N/A#
2N/A9035:AUE_sl_change:Workspace label change:ap
2N/A9036:AUE_file_relabel:relabel file:fm
2N/A9037:AUE_file_copy:file copy:fm
2N/A9038:AUE_file_move:file move:no
2N/A9039:AUE_sel_mgr_xfer:selection manager transfer:fm
2N/A9040:AUE_print_request:print request:ap
2N/A9041:AUE_print_request_ps:print request of postscript data:ap
2N/A9042:AUE_print_request_unlabeled:unlabeled print request:ap
2N/A9043:AUE_print_request_nobanner:print request without banner page:ap
2N/A9101:AUE_ClientConnect:client connection to X server:xa
2N/A9102:AUE_ClientDisconnect:client disconn. from X server:xa
2N/A9120:AUE_ChangeProperty:XChangeProperty(3X11):xc
2N/A9121:AUE_DeleteProperty:XDeleteProperty(3X11):xc
2N/A9137:AUE_GrabServer:XGrabServer(3X11):ot
2N/A9138:AUE_UngrabServer:XUngrabServer(3X11):ot
2N/A9146:AUE_SetFontPath:XSetFontPath(3X11):ot
2N/A9173:AUE_InstallColormap:XInstallColormap(3X11):ot
2N/A9174:AUE_UninstallColormap:XUninstallColormap(3X11):xp
2N/A9193:AUE_SetScreenSaver:XSetScreenSaver(3X11):xp
2N/A9194:AUE_ChangeHosts:XChangeHosts(3X11):ot
2N/A9195:AUE_SetAccessControl:XSetAccessControl(3X11):xp
2N/A9196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs
2N/A9197:AUE_KillClient:XKillClient(3X11):xc
2N/A9202:AUE_XExtensions:X server extensions:xp
2N/A9103:AUE_CreateWindow:XCreateWindow(3X11):xc
2N/A9104:AUE_ChangeWindowAttributes:XChangeWindowAttributes(3X11):xp
2N/A9105:AUE_GetWindowAttributes:XGetWindowAttributes(3X11):xp
2N/A9106:AUE_DestroyWindow:XDestroyWindow(3X11):xc
2N/A9107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc
2N/A9108:AUE_ChangeSaveSet:XChangeSaveSet(3X11):xp
2N/A9109:AUE_ReparentWindow:XReparentWindow(3X11):xp
2N/A9110:AUE_MapWindow:XMapWindow(3X11):xp
2N/A9111:AUE_MapSubwindows:XMapSubwindows(3X11):xp
2N/A9112:AUE_UnmapWindow:XUnmapWindow(3X11):xp
2N/A9113:AUE_UnmapSubwindows:XUnmapSubwindows(3X11):xp
2N/A9114:AUE_ConfigureWindow:XConfigureWindow(3X11):xp
2N/A9115:AUE_CirculateWindow:XCirculateWindow(3X11):xp
2N/A9116:AUE_GetGeometry:XGetGeometry(3X11):xp
2N/A9117:AUE_QueryTree:XQueryTree(3X11):xp
2N/A9118:AUE_InternAtom:XInternAtom(3X11):xs
2N/A9119:AUE_GetAtomName:XGetAtomName(3X11):xs
2N/A9122:AUE_GetProperty:XGetProperty(3X11):xp
2N/A9123:AUE_ListProperties:XListProperties(3X11):xp
2N/A9124:AUE_SetSelectionOwner:XSetSelectionOwner(3X11):xp
2N/A9125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs
2N/A9126:AUE_ConvertSelection:XConvertSelection(3X11):xs
2N/A9127:AUE_SendEvent:XSendEvent(3X11):xs
2N/A9128:AUE_GrabPointer:XGrabPointer(3X11):xs
2N/A9129:AUE_UngrabPointer:XUngrabPointer(3X11):xs
2N/A9130:AUE_GrabButton:XGrabButton(3X11):xp
2N/A9131:AUE_UngrabButton:XUngrabButton(3X11):xs
2N/A9132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs
2N/A9133:AUE_GrabKeyboard:XGrabKeyboard(3X11):xp
2N/A9134:AUE_UngrabKeyboard:XUngrabKeyboard(3X11):xs
2N/A9135:AUE_GrabKey:XGrabKey(3X11):xp
2N/A9136:AUE_UngrabKey:XUngrabKey(3X11):xp
2N/A9139:AUE_QueryPointer:XQueryPointer(3X11):xp
2N/A9140:AUE_GetMotionEvents:XGetMotionEvents(3X11):xp
2N/A9141:AUE_TranslateCoords:XTranslateCoords(3X11):xp
2N/A9142:AUE_WarpPointer:XWarpPointer(3X11):xs
2N/A9143:AUE_SetInputFocus:XSetInputFocus(3X11):xs
2N/A9144:AUE_GetInputFocus:XGetInputFocus(3X11):xs
2N/A9145:AUE_QueryKeymap:XQueryKeymap(3X11):xp
2N/A9147:AUE_FreePixmap:XFreePixmap(3X11):xc
2N/A9148:AUE_ChangeGC:XChangeGC(3X11):xp
2N/A9149:AUE_CopyGC:XCopyGC(3X11):xp
2N/A9150:AUE_SetDashes:XSetDashes(3X11):xp
2N/A9151:AUE_SetClipRectangles:XSetClipRectangles(3X11):xp
2N/A9152:AUE_FreeGC:XFreeGC(3X11):xc
2N/A9153:AUE_ClearArea:XClearArea(3X11):xp
2N/A9154:AUE_CopyArea:XCopyArea(3X11):xs
2N/A9155:AUE_CopyPlane:XCopyPlane(3X11):xs
2N/A9156:AUE_PolyPoint:XPolyPoint(3X11):xp
2N/A9157:AUE_PolyLine:XPolyLine(3X11):xp
2N/A9158:AUE_PolySegment:XPolySegment(3X11):xp
2N/A9159:AUE_PolyRectangle:XPolyRectangle(3X11):xs
2N/A9160:AUE_PolyArc:XPolyArc(3X11):xp
2N/A9161:AUE_FillPolygon:XFillPolygon(3X11):xp
2N/A9162:AUE_PolyFillRectangle:XPolyFillRectangle(3X11):xp
2N/A9163:AUE_PolyFillArc:XPolyFillArc(3X11):xp
2N/A9164:AUE_PutImage:XPutImage(3X11):xp
2N/A9165:AUE_GetImage:XGetImage(3X11):xs
2N/A9166:AUE_PolyText8:XPolyText8(3X11):xp
2N/A9167:AUE_PolyText16:XPolyText16(3X11):xp
2N/A9168:AUE_ImageText8:XImageText8(3X11):xp
2N/A9169:AUE_ImageText16:XImageText16(3X11):xp
2N/A9170:AUE_CreateColormap:XCreateColormap(3X11):xc
2N/A9171:AUE_FreeColormap:XFreeColormap(3X11):xc
2N/A9172:AUE_CopyColormapAndFree:XCopyColormapAndFree(3X11):xp
2N/A9175:AUE_ListInstalledColormaps:XListInstalledColormaps(3X11):xs
2N/A9176:AUE_AllocColor:XAllocColor(3X11):xc
2N/A9177:AUE_AllocNamedColor:XAllocNamedColor(3X11):xc
2N/A9178:AUE_AllocColorCells:XAllocColorCells(3X11):xc
2N/A9179:AUE_AllocColorPlanes:XAllocColorPlanes(3X11):xc
2N/A9180:AUE_FreeColors:XFreeColors(3X11):xc
2N/A9181:AUE_StoreColors:XStoreColors(3X11):xp
2N/A9182:AUE_StoreNamedColor:XStoreNamedColor(3X11):xp
2N/A9183:AUE_QueryColors:XQueryColors(3X11):xp
2N/A9184:AUE_LookupColor:XLookupColor(3X11):xp
2N/A9185:AUE_CreateCursor:XCreateCursor(3X11):xc
2N/A9186:AUE_CreateGlyphCursor:XCreateGlyphCursor(3X11):xc
2N/A9187:AUE_FreeCursor:XFreeCursor(3X11):xc
2N/A9188:AUE_RecolorCursor:XRecolorCursor(3X11):xp
2N/A9189:AUE_ChangeKeyboardMapping:XChangeKeyboardMapping(3X11):xs
2N/A9190:AUE_ChangeKeyboardControl:XChangeKeyboardControl(3X11):xs
2N/A9191:AUE_Bell:XBell(3X11):xs
2N/A9192:AUE_ChangePointerControl:XChangePointerControl(3X11):xs
2N/A9198:AUE_RotateProperties:XRotateProperties(3X11):xp
2N/A9199:AUE_ForceScreenSaver:XForceScreenSaver(3X11):xp
2N/A9200:AUE_SetPointerMapping:XSetPointerMapping(3X11):xs
2N/A9201:AUE_SetModifierMapping:XSetModifierMapping(3X11):xs