1# 2# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# 6# CDDL HEADER START 7# 8# The contents of this file are subject to the terms of the 9# Common Development and Distribution License (the "License"). 10# You may not use this file except in compliance 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# Audit Event Database 28# 29# File Format: 30# 31# event number:event name:event description:event classes (comma separated) 32# 33# Used to map audit events to audit classes for preselection and post-selection. 34# Used by TCB programs that write audit records to preselect audit events 35# based on event to class mappings. 36# 37# NOTE: several events are obsolete but must continue to be defined here for 38# compatibility reasons. Obsolete events are defined in the "no" (invalid) 39# class to indicate they will not be generated. Other events in the "no" 40# class which are not obsolete (but are in this class for other reasons), 41# are individually noted with a comment for explanation. 42# 43# System Adminstrators: Do NOT modify or add events with an event number less 44# than 32768. These are reserved by the system. 45# 46# 0 Reserved as an invalid event number. 47# 1 - 2047 Reserved for the Solaris Kernel events. 48# 2048 - 32767 Reserved for the Solaris TCB programs. 49# 32768 - 65535 Available for third party TCB applications. 50# 51# 52# Allocation of reserved kernel events: 53# (NOTE: the kernel event table, and possibly MAX_KEVENTS, must be updated 54# in audit_kevents.h when changes are made to kernel events.) 55# 1 - 511 allocated for Solaris 56# 512 - 1023 allocated for Trusted Solaris/Trusted Extensions 57# 1024 - 2047 (reserved but not allocated) 58# 59# Allocation of user level audit events: 60# 2048 - 5999 (reserved but not allocated) 61# 6000 - 7999 allocated for Solaris 62# 8000 - 8999 (reserved but not allocated) 63# 9000 - 9999 allocated for Trusted Solaris/Trusted Extensions 64# 10000 - 32767 (reserved but not allocated) 65# 32768 - 65535 (Available for third party TCB applications) 66# 67# 68# kernel audit events 69# 1 - 511 allocated for Solaris 70# 710:AUE_NULL:indir system call:no 721:AUE_EXIT:exit(2):ps 732:AUE_FORK:fork(2):ps 74# AUE_OPEN is a placeholder and will not be generated 753:AUE_OPEN:open(2) - place holder:no 764:AUE_CREAT:creat(2):fc 775:AUE_LINK:link(2):fc 786:AUE_UNLINK:unlink(2):fd 797:AUE_EXEC:exec(2):ps,ex 808:AUE_CHDIR:chdir(2):pm 819:AUE_MKNOD:mknod(2):fc 8210:AUE_CHMOD:chmod(2):fm 8311:AUE_CHOWN:chown(2):fm 8412:AUE_UMOUNT:umount(2) - old version:as 8513:AUE_JUNK:junk:no 8614:AUE_ACCESS:access(2):fa 8715:AUE_KILL:kill(2):pm 8816:AUE_STAT:stat(2):fa 8917:AUE_LSTAT:lstat(2):fa 9018:AUE_ACCT:acct(2):as 9119:AUE_MCTL:mctl(2):no 9220:AUE_REBOOT:reboot(2):no 9321:AUE_SYMLINK:symlink(2):fc 9422:AUE_READLINK:readlink(2):fr 9523:AUE_EXECVE:execve(2):ps,ex 9624:AUE_CHROOT:chroot(2):pm 9725:AUE_VFORK:vfork(2):ps 9826:AUE_SETGROUPS:setgroups(2):pm 9927:AUE_SETPGRP:setpgrp(2):pm 10028:AUE_SWAPON:swapon(2):no 10129:AUE_SETHOSTNAME:sethostname(2):no 10230:AUE_FCNTL:fcntl(2):fm 10331:AUE_SETPRIORITY:setpriority(2):no 10432:AUE_CONNECT:connect(2):nt 10533:AUE_ACCEPT:accept(2):nt 10634:AUE_BIND:bind(2):nt 10735:AUE_SETSOCKOPT:setsockopt(2):nt 10836:AUE_VTRACE:vtrace(2):pm 10937:AUE_SETTIMEOFDAY:settimeofday(2):no 11038:AUE_FCHOWN:fchown(2):fm 11139:AUE_FCHMOD:fchmod(2):fm 11240:AUE_SETREUID:setreuid(2):pm 11341:AUE_SETREGID:setregid(2):pm 11442:AUE_RENAME:rename(2):fc,fd 11543:AUE_TRUNCATE:truncate(2):no 11644:AUE_FTRUNCATE:ftruncate(2):no 11745:AUE_FLOCK:flock(2):no 11846:AUE_SHUTDOWN:shutdown(2):nt 11947:AUE_MKDIR:mkdir(2):fc 12048:AUE_RMDIR:rmdir(2):fd 12149:AUE_UTIMES:utimes(2):fm 12250:AUE_ADJTIME:adjtime(2):as 12351:AUE_SETRLIMIT:setrlimit(2):ua 12452:AUE_KILLPG:killpg(2):no 12553:AUE_NFS_SVC:nfs_svc(2):no 12654:AUE_STATFS:statfs(2):fa 12755:AUE_FSTATFS:fstatfs(2):fa 12856:AUE_UNMOUNT:unmount(2):no 12957:AUE_ASYNC_DAEMON:async_daemon(2):no 13058:AUE_NFS_GETFH:nfs_getfh(2):no 13159:AUE_SETDOMAINNAME:setdomainname(2):no 13260:AUE_QUOTACTL:quotactl(2):no 13361:AUE_EXPORTFS:exportfs(2):no 13462:AUE_MOUNT:mount(2):as 135# AUE_SEMSYS is a placeholder and will not be generated 13663:AUE_SEMSYS:semsys(2) - place holder:no 137# AUE_MSGSYS is a placeholder and will not be generated 13864:AUE_MSGSYS:msgsys(2) - place holder:no 139# AUE_SHMSYS is a placeholder and will not be generated 14065:AUE_SHMSYS:shmsys(2) - place holder:no 14166:AUE_BSMSYS:bsmsys(2) - place holder:no 14267:AUE_RFSSYS:rfssys(2) - place holder:no 14368:AUE_FCHDIR:fchdir(2):pm 14469:AUE_FCHROOT:fchroot(2):pm 14570:AUE_VPIXSYS:vpixsys(2) - place holder:no 14671:AUE_PATHCONF:pathconf(2):fa 14772:AUE_OPEN_R:open(2) - read:fr 14873:AUE_OPEN_RC:open(2) - read,creat:fc,fr 14974:AUE_OPEN_RT:open(2) - read,trunc:fd,fr 15075:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr 15176:AUE_OPEN_W:open(2) - write:fw 15277:AUE_OPEN_WC:open(2) - write,creat:fc,fw 15378:AUE_OPEN_WT:open(2) - write,trunc:fd,fw 15479:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw 15580:AUE_OPEN_RW:open(2) - read,write:fr,fw 15681:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr 15782:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw 15883:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr 15984:AUE_MSGCTL:msgctl(2) - illegal command:ip 16085:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip 16186:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip 16287:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip 16388:AUE_MSGGET:msgget(2):ip 16489:AUE_MSGRCV:msgrcv(2):ip 16590:AUE_MSGSND:msgsnd(2):ip 16691:AUE_SHMCTL:shmctl(2) - illegal command:ip 16792:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip 16893:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip 16994:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip 17095:AUE_SHMGET:shmget(2):ip 17196:AUE_SHMAT:shmat(2):ip 17297:AUE_SHMDT:shmdt(2):ip 17398:AUE_SEMCTL:semctl(2) - illegal command:ip 17499:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip 175100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip 176101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip 177102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip 178103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip 179104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip 180105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip 181106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip 182107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip 183108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip 184109:AUE_SEMGET:semget(2):ip 185110:AUE_SEMOP:semop(2):ip 186111:AUE_CORE:process dumped core:fc 187112:AUE_CLOSE:close(2):cl 188113:AUE_SYSTEMBOOT:system booted:na 189114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no 190115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no 191130:AUE_GETAUID:getauid(2):aa 192131:AUE_SETAUID:setauid(2):aa 193132:AUE_GETAUDIT:getaudit(2):aa 194133:AUE_SETAUDIT:setaudit(2):aa 195134:AUE_GETUSERAUDIT:getuseraudit(2):no 196135:AUE_SETUSERAUDIT:setuseraudit(2):no 197136:AUE_AUDITSVC:auditsvc(2):as 198# AUE_AUDITON is a placeholder and will not be generated 199138:AUE_AUDITON:auditon(2) - place holder:no 200139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no 201140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no 202141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa 203142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as 204143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no 205144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no 206145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as 207146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as 208147:AUE_GETKERNSTATE:getkernstate(2):no 209148:AUE_SETKERNSTATE:setkernstate(2):no 210149:AUE_GETPORTAUDIT:getportaudit(2):no 211150:AUE_AUDITSTAT:auditstat(2):no 212153:AUE_ENTERPROM:enter prom:na 213154:AUE_EXITPROM:exit prom:na 214158:AUE_IOCTL:ioctl(2):io 215173:AUE_ONESIDE:one-sided session record:no 216174:AUE_MSGGETL:msggetl(2):no 217175:AUE_MSGRCVL:msgrcvl(2):no 218176:AUE_MSGSNDL:msgsndl(2):no 219177:AUE_SEMGETL:semgetl(2):no 220178:AUE_SHMGETL:shmgetl(2):no 221183:AUE_SOCKET:socket(2):nt 222184:AUE_SENDTO:sendto(2):nt 223# AUE_PIPE is a potentially very high-volume event, use with caution 224185:AUE_PIPE:pipe(2):no 225186:AUE_SOCKETPAIR:socketpair(2):no 226187:AUE_SEND:send(2):no 227188:AUE_SENDMSG:sendmsg(2):nt 228189:AUE_RECV:recv(2):no 229190:AUE_RECVMSG:recvmsg(2):nt 230191:AUE_RECVFROM:recvfrom(2):nt 231# AUE_READ is a potentially very high-volume event, use with caution 232192:AUE_READ:read(2):no 233193:AUE_GETDENTS:getdents(2):no 234194:AUE_LSEEK:lseek(2):no 235# AUE_WRITE is a potentially very high-volume event, use with caution 236195:AUE_WRITE:write(2):no 237196:AUE_WRITEV:writev(2):no 238197:AUE_NFS:nfs server:no 239198:AUE_READV:readv(2):no 240199:AUE_OSTAT:old stat(2):no 241200:AUE_SETUID:old setuid(2):pm 242201:AUE_STIME:old stime(2):as 243202:AUE_UTIME:old utime(2):fm 244203:AUE_NICE:old nice(2):pm 245204:AUE_OSETPGRP:old setpgrp(2):no 246205:AUE_SETGID:old setgid(2):pm 247206:AUE_READL:readl(2):no 248207:AUE_READVL:readvl(2):no 249208:AUE_FSTAT:fstat(2):no 250209:AUE_DUP2:dup2(2):no 251# AUE_MMAP is a potentially very high-volume event, use with caution 252210:AUE_MMAP:mmap(2):no 253# AUE_AUDIT is a potentially very high-volume event, use with caution 254211:AUE_AUDIT:audit(2):no 255212:AUE_PRIOCNTLSYS:priocntlsys(2):pm 256213:AUE_MUNMAP:munmap(2):cl 257214:AUE_SETEGID:setegid(2):pm 258215:AUE_SETEUID:seteuid(2):pm 259216:AUE_PUTMSG:putmsg(2):nt 260217:AUE_GETMSG:getmsg(2):nt 261218:AUE_PUTPMSG:putpmsg(2):nt 262219:AUE_GETPMSG:getpmsg(2):nt 263# AUE_AUDITSYS is a placeholder and will not be generated 264220:AUE_AUDITSYS:audit system calls place holder:no 265221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa 266222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as 267223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as 268224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as 269225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as 270226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as 271227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as 272228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as 273229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa 274230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as 275231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as 276232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as 277233:AUE_FUSERS:utssys(2) - fusers:fa 278234:AUE_STATVFS:statvfs(2):fa 279235:AUE_XSTAT:xstat(2):no 280236:AUE_LXSTAT:lxstat(2):no 281237:AUE_LCHOWN:lchown(2):fm 282238:AUE_MEMCNTL:memcntl(2):ot 283239:AUE_SYSINFO:sysinfo(2):as 284240:AUE_XMKNOD:xmknod(2):no 285241:AUE_FORK1:fork1(2):ps 286# AUE_MODCTL is a placeholder and will not be generated 287242:AUE_MODCTL:modctl(2) system call place holder:no 288243:AUE_MODLOAD:modctl(2) - load module:as 289244:AUE_MODUNLOAD:modctl(2) - unload module:as 290# AUE_MODCONFIG is a place holder and will not be generated 291245:AUE_MODCONFIG:modctl(2) - no longer generated:no 292246:AUE_MODADDMAJ:modctl(2) - bind module:as 293247:AUE_SOCKACCEPT:getmsg-accept:nt 294248:AUE_SOCKCONNECT:putmsg-connect:nt 295249:AUE_SOCKSEND:putmsg-send:nt 296250:AUE_SOCKRECEIVE:getmsg-receive:nt 297251:AUE_ACLSET:acl(2) - SETACL command:fm 298252:AUE_FACLSET:facl(2) - SETACL command:fm 299# AUE_DOORFS is a placeholder and will not be generated 300253:AUE_DOORFS:doorfs(2) - system call place holder:no 301254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip 302255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip 303256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip 304257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip 305258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip 306259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip 307260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip 308261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip 309262:AUE_P_ONLINE:p_online(2):as 310263:AUE_PROCESSOR_BIND:processor_bind(2):as 311264:AUE_INST_SYNC:inst_sync(2):as 312265:AUE_SOCKCONFIG:configure socket:nt 313266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa 314267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa 315268:AUE_UMOUNT2:umount2(2):as 316# AUE_FSAT is a placeholder and will not be generated 317269:AUE_FSAT:fsat(2) - place holder:no 318270:AUE_OPENAT_R:openat(2) - read:fr 319271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr 320272:AUE_OPENAT_RT:openat(2) - read,trunc:fd,fr 321273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr 322274:AUE_OPENAT_W:openat(2) - write:fw 323275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw 324276:AUE_OPENAT_WT:openat(2) - write,trunc:fd,fw 325277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:fc,fd,fw 326278:AUE_OPENAT_RW:openat(2) - read,write:fr,fw 327279:AUE_OPENAT_RWC:openat(2) - read,write,creat:fc,fw,fr 328280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:fd,fr,fw 329281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:fc,fd,fw,fr 330282:AUE_RENAMEAT:renameat(2):fc,fd 331# AUE_FSTATAT is a potentially very high-volume event, use with caution 332283:AUE_FSTATAT:fstatat(2):no 333284:AUE_FCHOWNAT:fchownat(2):fm 334285:AUE_FUTIMESAT:futimesat(2):fm 335286:AUE_UNLINKAT:unlinkat(2):fd 336287:AUE_CLOCK_SETTIME:clock_settime(3RT):as 337288:AUE_NTP_ADJTIME:ntp_adjtime(2):as 338289:AUE_SETPPRIV:setppriv(2):pm 339290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as 340291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as 341292:AUE_CRYPTOADM:kernel cryptographic framework:as 342293:AUE_CONFIGSSL:configure kernel SSL:as 343# 344# Trusted Solaris/Trusted Extensions kernel audit events 345# 512 - 1023 allocated for Trusted Solaris/Trusted Extensions 346# 347# 348# user level audit events 349# 6000 - 7999 allocated for Solaris 350# 351# 2048 - 6143 Reserved 352# 3536144:AUE_at_create:at-create atjob:ua 3546145:AUE_at_delete:at-delete atjob (at or atrm):ua 3556146:AUE_at_perm:at-permission:no 3566147:AUE_cron_invoke:cron-invoke:ua 3576148:AUE_crontab_create:crontab-crontab created:ua 3586149:AUE_crontab_delete:crontab-crontab deleted:ua 3596150:AUE_crontab_perm:crontab-persmisson:no 3606151:AUE_inetd_connect:inetd connect:na 3616152:AUE_login:login - local:lo 3626153:AUE_logout:logout:lo 3636154:AUE_telnet:login - telnet:lo 3646155:AUE_rlogin:login - rlogin:lo 3656156:AUE_mountd_mount:mount:na 3666157:AUE_mountd_umount:unmount:na 3676158:AUE_rshd:rsh access:lo 3686159:AUE_su:su:lo 3696160:AUE_halt_solaris:halt(1m):ss 3706161:AUE_reboot_solaris:reboot(1m):ss 3716162:AUE_rexecd:rexecd:lo 3726163:AUE_passwd:passwd:lo 3736164:AUE_rexd:rexd:lo 3746165:AUE_ftpd:ftp access:lo 3756166:AUE_init_solaris:init(1m):ss 3766167:AUE_uadmin_solaris:uadmin(1m):ss 3776168:AUE_shutdown_solaris:shutdown(1b):ss 3786169:AUE_poweroff_solaris:poweroff(1m):ss 3796170:AUE_crontab_mod:crontab-modify:ua 3806171:AUE_ftpd_logout:ftp logout:lo 3816172:AUE_ssh:login - ssh:lo 3826173:AUE_role_login:role login:lo 3836180:AUE_prof_cmd:profile command:ua,as 3846181:AUE_filesystem_add:add filesystem:as 3856182:AUE_filesystem_delete:delete filesystem:as 3866183:AUE_filesystem_modify:modify filesystem:as 3876184:AUE_network_add:add network attributes:as 3886185:AUE_network_delete:delete network attributes:as 3896186:AUE_network_modify:modify network attributes:as 3906187:AUE_printer_add:add printer:as 3916188:AUE_printer_delete:delete printer:as 3926189:AUE_printer_modify:modify printer:as 3936190:AUE_scheduledjob_add:add scheduled job:ua 3946191:AUE_scheduledjob_delete:delete scheduled job:ua 3956192:AUE_scheduledjob_modify:modify scheduled job:ua 3966193:AUE_serialport_add:add serial port:as 3976194:AUE_serialport_delete:delete serial port:as 3986195:AUE_serialport_modify:modify serial port:as 3996196:AUE_usermgr_add:add user/user attributes:ua 4006197:AUE_usermgr_delete:delete user/user attributes:ua 4016198:AUE_usermgr_modify:modify user/user attributes:ua 4026199:AUE_uauth:authorization used:ua,as 4036200:AUE_allocate_succ:allocate-device success:ot 4046201:AUE_allocate_fail:allocate-device failure:ot 4056202:AUE_deallocate_succ:deallocate-device success:ot 4066203:AUE_deallocate_fail:deallocate-device failure:ot 4076205:AUE_listdevice_succ:allocate-list devices success:ot 4086206:AUE_listdevice_fail:allocate-list devices failure:ot 4096207:AUE_create_user:create user:ua 4106208:AUE_modify_user:modify user:ua 4116209:AUE_delete_user:delete user:ua 4126210:AUE_disable_user:disable user:ua 4136211:AUE_enable_user:enable user:ua 4146212:AUE_newgrp_login:newgrp login:lo 4156213:AUE_admin_authenticate:admin login:lo 4166214:AUE_kadmind_auth:authenticated kadmind request:ua 4176215:AUE_kadmind_unauth:unauthenticated kadmind req:ua 4186216:AUE_krb5kdc_as_req:kdc authentication svc request:ap 4196217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap 4206218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap 4216219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap 4226220:AUE_smserverd:smserverd:ot 4236221:AUE_screenlock:screenlock - lock:lo 4246222:AUE_screenunlock:screenlock - unlock:lo 4256223:AUE_zone_state:zoneadmd:ss 4266224:AUE_inetd_copylimit:inetd copylimit:na 4276225:AUE_inetd_failrate:inetd failrate:na 4286226:AUE_inetd_ratelimit:inetd ratelimit:na 4296227:AUE_zlogin:login - zlogin:lo 4306228:AUE_su_logout:su logout:lo 4316229:AUE_role_logout:role logout:lo 432# 433# Trusted Solaris/Trusted Extensions user level audit events 434# 9000 - 9999 allocated for Trusted Solaris/Trusted Extensions 435# 4369035:AUE_sl_change:Workspace label change:ap 4379037:AUE_file_copy:file copy:fm 4389038:AUE_file_move:file move:fm 4399039:AUE_sel_mgr_xfer:selection manager transfer:fm 4409101:AUE_ClientConnect:client connection to x server:lo 4419102:AUE_ClientDisconnect:client disconn. from x server:lo 4429120:AUE_ChangeProperty:XChangeProperty(3X11):xc 4439121:AUE_DeleteProperty:XDeleteProperty(3X11):xc 4449137:AUE_GrabServer:XGrabServer(3X11):ot 4459138:AUE_UngrabServer:XUngrabServer(3X11):ot 4469146:AUE_SetFontPath:XSetFontPath(3X11):ot 4479173:AUE_InstallColormap:XInstallColormap(3X11):ot 4489174:AUE_UninstallColormap:XUninstallColormap(3X11):xp 4499193:AUE_SetScreenSaver:XSetScreenSaver(3X11):xp 4509194:AUE_ChangeHosts:XChangeHosts(3X11):ot 4519195:AUE_SetAccessControl:XSetAccessControl(3X11):xp 4529196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs 4539197:AUE_KillClient:XKillClient(3X11):xc 4549202:AUE_XExtensions:X server extensions:xp 4559103:AUE_CreateWindow:XCreateWindow(3X11):xc 4569104:AUE_ChangeWindowAttributes:XChangeWindowAttributes(3X11):xp 4579105:AUE_GetWindowAttributes:XGetWindowAttributes(3X11):xp 4589106:AUE_DestroyWindow:XDestroyWindow(3X11):xc 4599107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc 4609108:AUE_ChangeSaveSet:XChangeSaveSet(3X11):xp 4619109:AUE_ReparentWindow:XReparentWindow(3X11):xp 4629110:AUE_MapWindow:XMapWindow(3X11):xp 4639111:AUE_MapSubwindows:XMapSubwindows(3X11):xp 4649112:AUE_UnmapWindow:XUnmapWindow(3X11):xp 4659113:AUE_UnmapSubwindows:XUnmapSubwindows(3X11):xp 4669114:AUE_ConfigureWindow:XConfigureWindow(3X11):xp 4679115:AUE_CirculateWindow:XCirculateWindow(3X11):xp 4689116:AUE_GetGeometry:XGetGeometry(3X11):xp 4699117:AUE_QueryTree:XQueryTree(3X11):xp 4709118:AUE_InternAtom:XInternAtom(3X11):xs 4719119:AUE_GetAtomName:XGetAtomName(3X11):xs 4729122:AUE_GetProperty:XGetProperty(3X11):xp 4739123:AUE_ListProperties:XListProperties(3X11):xp 4749124:AUE_SetSelectionOwner:XSetSelectionOwner(3X11):xp 4759125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs 4769126:AUE_ConvertSelection:XConvertSelection(3X11):xs 4779127:AUE_SendEvent:XSendEvent(3X11):xs 4789128:AUE_GrabPointer:XGrabPointer(3X11):xs 4799129:AUE_UngrabPointer:XUngrabPointer(3X11):xs 4809130:AUE_GrabButton:XGrabButton(3X11):xp 4819131:AUE_UngrabButton:XUngrabButton(3X11):xs 4829132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs 4839133:AUE_GrabKeyboard:XGrabKeyboard(3X11):xp 4849134:AUE_UngrabKeyboard:XUngrabKeyboard(3X11):xs 4859135:AUE_GrabKey:XGrabKey(3X11):xp 4869136:AUE_UngrabKey:XUngrabKey(3X11):xp 4879139:AUE_QueryPointer:XQueryPointer(3X11):xp 4889140:AUE_GetMotionEvents:XGetMotionEvents(3X11):xp 4899141:AUE_TranslateCoords:XTranslateCoords(3X11):xp 4909142:AUE_WarpPointer:XWarpPointer(3X11):xs 4919143:AUE_SetInputFocus:XSetInputFocus(3X11):xs 4929144:AUE_GetInputFocus:XGetInputFocus(3X11):xs 4939145:AUE_QueryKeymap:XQueryKeymap(3X11):xp 4949147:AUE_FreePixmap:XFreePixmap(3X11):xc 4959148:AUE_ChangeGC:XChangeGC(3X11):xp 4969149:AUE_CopyGC:XCopyGC(3X11):xp 4979150:AUE_SetDashes:XSetDashes(3X11):xp 4989151:AUE_SetClipRectangles:XSetClipRectangles(3X11):xp 4999152:AUE_FreeGC:XFreeGC(3X11):xc 5009153:AUE_ClearArea:XClearArea(3X11):xp 5019154:AUE_CopyArea:XCopyArea(3X11):xs 5029155:AUE_CopyPlane:XCopyPlane(3X11):xs 5039156:AUE_PolyPoint:XPolyPoint(3X11):xp 5049157:AUE_PolyLine:XPolyLine(3X11):xp 5059158:AUE_PolySegment:XPolySegment(3X11):xp 5069159:AUE_PolyRectangle:XPolyRectangle(3X11):xs 5079160:AUE_PolyArc:XPolyArc(3X11):xp 5089161:AUE_FillPolygon:XFillPolygon(3X11):xp 5099162:AUE_PolyFillRectangle:XPolyFillRectangle(3X11):xp 5109163:AUE_PolyFillArc:XPolyFillArc(3X11):xp 5119164:AUE_PutImage:XPutImage(3X11):xp 5129165:AUE_GetImage:XGetImage(3X11):xs 5139166:AUE_PolyText8:XPolyText8(3X11):xp 5149167:AUE_PolyText16:XPolyText16(3X11):xp 5159168:AUE_ImageText8:XImageText8(3X11):xp 5169169:AUE_ImageText16:XImageText16(3X11):xp 5179170:AUE_CreateColormap:XCreateColormap(3X11):xc 5189171:AUE_FreeColormap:XFreeColormap(3X11):xc 5199172:AUE_CopyColormapAndFree:XCopyColormapAndFree(3X11):xp 5209175:AUE_ListInstalledColormaps:XListInstalledColormaps(3X11):xs 5219176:AUE_AllocColor:XAllocColor(3X11):xc 5229177:AUE_AllocNamedColor:XAllocNamedColor(3X11):xc 5239178:AUE_AllocColorCells:XAllocColorCells(3X11):xc 5249179:AUE_AllocColorPlanes:XAllocColorPlanes(3X11):xc 5259180:AUE_FreeColors:XFreeColors(3X11):xc 5269181:AUE_StoreColors:XStoreColors(3X11):xp 5279182:AUE_StoreNamedColor:XStoreNamedColor(3X11):xp 5289183:AUE_QueryColors:XQueryColors(3X11):xp 5299184:AUE_LookupColor:XLookupColor(3X11):xp 5309185:AUE_CreateCursor:XCreateCursor(3X11):xc 5319186:AUE_CreateGlyphCursor:XCreateGlyphCursor(3X11):xc 5329187:AUE_FreeCursor:XFreeCursor(3X11):xc 5339188:AUE_RecolorCursor:XRecolorCursor(3X11):xp 5349189:AUE_ChangeKeyboardMapping:XChangeKeyboardMapping(3X11):xs 5359190:AUE_ChangeKeyboardControl:XChangeKeyboardControl(3X11):xs 5369191:AUE_Bell:XBell(3X11):xs 5379192:AUE_ChangePointerControl:XChangePointerControl(3X11):xs 5389198:AUE_RotateProperties:XRotateProperties(3X11):xp 5399199:AUE_ForceScreenSaver:XForceScreenSaver(3X11):xp 5409200:AUE_SetPointerMapping:XSetPointerMapping(3X11):xs 5419201:AUE_SetModifierMapping:XSetModifierMapping(3X11):xs 542