1# 2# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. 3# 4# 5# CDDL HEADER START 6# 7# The contents of this file are subject to the terms of the 8# Common Development and Distribution License (the "License"). 9# You may not use this file except in compliance with the License. 10# 11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 12# or http://www.opensolaris.org/os/licensing. 13# See the License for the specific language governing permissions 14# and limitations under the License. 15# 16# When distributing Covered Code, include this CDDL HEADER in each 17# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 18# If applicable, add the following below this CDDL HEADER, with the 19# fields enclosed by brackets "[]" replaced with your own identifying 20# information: Portions Copyright [yyyy] [name of copyright owner] 21# 22# CDDL HEADER END 23# 24# Audit Event Database 25# 26# File Format: 27# 28# event number:event name:event description:event classes (comma separated) 29# 30# Used to map audit events to audit classes for preselection and post-selection. 31# Used by TCB programs that write audit records to preselect audit events 32# based on event to class mappings. 33# 34# NOTE: several events are obsolete but must continue to be defined here for 35# compatibility reasons. Obsolete events are defined in the "no" (invalid) 36# class to indicate they will not be generated. Other events in the "no" 37# class which are not obsolete (but are in this class for other reasons), 38# are individually noted with a comment for explanation. 39# 40# System Adminstrators: Do NOT modify or add events with an event number less 41# than 32768. These are reserved by the system. 42# 43# 0 Reserved as an invalid event number. 44# 1 - 2047 Reserved for the Solaris Kernel events. 45# 2048 - 32767 Reserved for the Solaris TCB programs. 46# 32768 - 65535 Available for third party TCB applications. 47# 48# 49# Allocation of reserved kernel events: 50# (NOTE: the kernel event table, and possibly MAX_KEVENTS, must be updated 51# in audit_kevents.h when changes are made to kernel events.) 52# 1 - 511 allocated for Solaris 53# 512 - 2047 (reserved but not allocated) 54# 55# Allocation of user level audit events: 56# 2048 - 5999 (reserved but not allocated) 57# 6000 - 9999 allocated for Solaris 58# 10000 - 32767 (reserved but not allocated) 59# 32768 - 65535 (Available for third party TCB applications) 60# 61# 62# kernel audit events 63# 1 - 511 allocated for Solaris 64# 650:AUE_NULL:indir system call:no 661:AUE_EXIT:exit(2):ps 672:AUE_FORKALL:forkall(2):ps 68# AUE_OPEN is a placeholder and will not be generated 693:AUE_OPEN:open(2) - place holder:no 704:AUE_CREAT:creat(2):no 715:AUE_LINK:link(2):fc 726:AUE_UNLINK:unlink(2):fd 737:AUE_EXEC:exec(2):no 748:AUE_CHDIR:chdir(2):pm 759:AUE_MKNOD:mknod(2):fc 7610:AUE_CHMOD:chmod(2):fm 7711:AUE_CHOWN:chown(2):fm 7812:AUE_UMOUNT:umount(2) - old version:as 7913:AUE_JUNK:junk:no 8014:AUE_ACCESS:access(2):fa 8115:AUE_KILL:kill(2):pm 8216:AUE_STAT:stat(2):fa 8317:AUE_LSTAT:lstat(2):fa 8418:AUE_ACCT:acct(2):as 8519:AUE_MCTL:mctl(2):no 8620:AUE_REBOOT:reboot(2):no 8721:AUE_SYMLINK:symlink(2):fc 8822:AUE_READLINK:readlink(2):fr 8923:AUE_EXECVE:execve(2):ps,ex 9024:AUE_CHROOT:chroot(2):pm 9125:AUE_VFORK:vfork(2):ps 9226:AUE_SETGROUPS:setgroups(2):pm 9327:AUE_SETPGRP:setpgrp(2):pm 9428:AUE_SWAPON:swapon(2):no 9529:AUE_SETHOSTNAME:sethostname(2):no 9630:AUE_FCNTL:fcntl(2):fm 9731:AUE_SETPRIORITY:setpriority(2):no 9832:AUE_CONNECT:connect(2):nt 9933:AUE_ACCEPT:accept(2):nt 10034:AUE_BIND:bind(2):nt 10135:AUE_SETSOCKOPT:setsockopt(2):nt 10236:AUE_VTRACE:vtrace(2):no 10337:AUE_SETTIMEOFDAY:settimeofday(2):no 10438:AUE_FCHOWN:fchown(2):fm 10539:AUE_FCHMOD:fchmod(2):fm 10640:AUE_SETREUID:setreuid(2):pm 10741:AUE_SETREGID:setregid(2):pm 10842:AUE_RENAME:rename(2):fc,fd 10943:AUE_TRUNCATE:truncate(2):no 11044:AUE_FTRUNCATE:ftruncate(2):no 11145:AUE_FLOCK:flock(2):no 11246:AUE_SHUTDOWN:shutdown(2):nt 11347:AUE_MKDIR:mkdir(2):fc 11448:AUE_RMDIR:rmdir(2):fd 11549:AUE_UTIMES:utimes(2):fm 11650:AUE_ADJTIME:adjtime(2):as 11751:AUE_SETRLIMIT:setrlimit(2):ua 11852:AUE_KILLPG:killpg(2):no 11953:AUE_NFS_SVC:nfs_svc(2):no 12054:AUE_STATFS:statfs(2):fa 12155:AUE_FSTATFS:fstatfs(2):fa 12256:AUE_UNMOUNT:unmount(2):no 12357:AUE_ASYNC_DAEMON:async_daemon(2):no 12458:AUE_NFS_GETFH:nfs_getfh(2):no 12559:AUE_SETDOMAINNAME:setdomainname(2):no 12660:AUE_QUOTACTL:quotactl(2):no 12761:AUE_EXPORTFS:exportfs(2):no 12862:AUE_MOUNT:mount(2):as 129# AUE_SEMSYS is a placeholder and will not be generated 13063:AUE_SEMSYS:semsys(2) - place holder:no 131# AUE_MSGSYS is a placeholder and will not be generated 13264:AUE_MSGSYS:msgsys(2) - place holder:no 133# AUE_SHMSYS is a placeholder and will not be generated 13465:AUE_SHMSYS:shmsys(2) - place holder:no 13566:AUE_BSMSYS:bsmsys(2) - place holder:no 13667:AUE_RFSSYS:rfssys(2) - place holder:no 13768:AUE_FCHDIR:fchdir(2):pm 13869:AUE_FCHROOT:fchroot(2):pm 13970:AUE_VPIXSYS:vpixsys(2) - place holder:no 14071:AUE_PATHCONF:pathconf(2):fa 14172:AUE_OPEN_R:open(2) - read:fr 14273:AUE_OPEN_RC:open(2) - read,creat:fc,fr 14374:AUE_OPEN_RT:open(2) - read,trunc:fd,fr 14475:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr 14576:AUE_OPEN_W:open(2) - write:fw 14677:AUE_OPEN_WC:open(2) - write,creat:fc,fw 14778:AUE_OPEN_WT:open(2) - write,trunc:fd,fw 14879:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw 14980:AUE_OPEN_RW:open(2) - read,write:fr,fw 15081:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr 15182:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw 15283:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr 15384:AUE_MSGCTL:msgctl(2) - illegal command:ip 15485:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip 15586:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip 15687:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip 15788:AUE_MSGGET:msgget(2):ip 15889:AUE_MSGRCV:msgrcv(2):ip 15990:AUE_MSGSND:msgsnd(2):ip 16091:AUE_SHMCTL:shmctl(2) - illegal command:ip 16192:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip 16293:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip 16394:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip 16495:AUE_SHMGET:shmget(2):ip 16596:AUE_SHMAT:shmat(2):ip 16697:AUE_SHMDT:shmdt(2):ip 16798:AUE_SEMCTL:semctl(2) - illegal command:ip 16899:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip 169100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip 170101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip 171102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip 172103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip 173104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip 174105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip 175106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip 176107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip 177108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip 178109:AUE_SEMGET:semget(2):ip 179110:AUE_SEMOP:semop(2):ip 180111:AUE_CORE:process dumped core:fc 181112:AUE_CLOSE:close(2):cl 182113:AUE_SYSTEMBOOT:system booted:na 183114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no 184115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no 185116:AUE_PFEXEC:execve(2) with pfexec enabled:ps,ex,ua,as 186117:AUE_OPEN_S:open(2) - search:fr 187118:AUE_OPEN_E:open(2) - exec:fr 188 189130:AUE_GETAUID:getauid(2):aa 190131:AUE_SETAUID:setauid(2):aa 191132:AUE_GETAUDIT:getaudit(2):aa 192133:AUE_SETAUDIT:setaudit(2):aa 193134:AUE_GETUSERAUDIT:getuseraudit(2):no 194135:AUE_SETUSERAUDIT:setuseraudit(2):no 195# AUE_AUDITSVC is a placeholder and will not be generated 196136:AUE_AUDITSVC:auditsvc(2) - place holder:no 197# AUE_AUDITON is a placeholder and will not be generated 198138:AUE_AUDITON:auditon(2) - place holder:no 199139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no 200140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no 201141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa 202142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as 203143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no 204144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no 205145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as 206146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as 207147:AUE_GETKERNSTATE:getkernstate(2):no 208148:AUE_SETKERNSTATE:setkernstate(2):no 209149:AUE_GETPORTAUDIT:getportaudit(2):no 210150:AUE_AUDITSTAT:auditstat(2):no 211153:AUE_ENTERPROM:enter prom:na 212154:AUE_EXITPROM:exit prom:na 213158:AUE_IOCTL:ioctl(2):io 214173:AUE_ONESIDE:one-sided session record:no 215174:AUE_MSGGETL:msggetl(2):no 216175:AUE_MSGRCVL:msgrcvl(2):no 217176:AUE_MSGSNDL:msgsndl(2):no 218177:AUE_SEMGETL:semgetl(2):no 219178:AUE_SHMGETL:shmgetl(2):no 220183:AUE_SOCKET:socket(2):nt 221184:AUE_SENDTO:sendto(2):nt 222# AUE_PIPE is a potentially very high-volume event, use with caution 223185:AUE_PIPE:pipe(2):no 224186:AUE_SOCKETPAIR:socketpair(2):no 225187:AUE_SEND:send(2):no 226188:AUE_SENDMSG:sendmsg(2):nt 227189:AUE_RECV:recv(2):no 228190:AUE_RECVMSG:recvmsg(2):nt 229191:AUE_RECVFROM:recvfrom(2):nt 230# AUE_READ is a potentially very high-volume event, use with caution 231192:AUE_READ:read(2):no 232193:AUE_GETDENTS:getdents(2):no 233194:AUE_LSEEK:lseek(2):no 234# AUE_WRITE is a potentially very high-volume event, use with caution 235195:AUE_WRITE:write(2):no 236196:AUE_WRITEV:writev(2):no 237197:AUE_NFS:nfs server:no 238198:AUE_READV:readv(2):no 239199:AUE_OSTAT:old stat(2):no 240200:AUE_SETUID:setuid(2):pm 241201:AUE_STIME:old stime(2):as 242202:AUE_UTIME:old utime(2):no 243203:AUE_NICE:old nice(2):pm 244204:AUE_OSETPGRP:old setpgrp(2):no 245205:AUE_SETGID:old setgid(2):pm 246206:AUE_READL:readl(2):no 247207:AUE_READVL:readvl(2):no 248208:AUE_FSTAT:fstat(2):no 249209:AUE_DUP2:dup2(2):no 250# AUE_MMAP is a potentially very high-volume event, use with caution 251210:AUE_MMAP:mmap(2):no 252# AUE_AUDIT is a potentially very high-volume event, use with caution 253211:AUE_AUDIT:audit(2):no 254212:AUE_PRIOCNTLSYS:priocntlsys(2):pm 255213:AUE_MUNMAP:munmap(2):cl 256214:AUE_SETEGID:setegid(2):pm 257215:AUE_SETEUID:seteuid(2):pm 258216:AUE_PUTMSG:putmsg(2):nt 259217:AUE_GETMSG:getmsg(2):nt 260218:AUE_PUTPMSG:putpmsg(2):nt 261219:AUE_GETPMSG:getpmsg(2):nt 262# AUE_AUDITSYS is a placeholder and will not be generated 263220:AUE_AUDITSYS:audit system calls place holder:no 264221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa 265222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as 266223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as 267224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as 268225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as 269226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as 270227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as 271228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as 272229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa 273230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as 274231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as 275232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as 276233:AUE_FUSERS:utssys(2) - fusers:fa 277234:AUE_STATVFS:statvfs(2):fa 278235:AUE_XSTAT:xstat(2):no 279236:AUE_LXSTAT:lxstat(2):no 280237:AUE_LCHOWN:lchown(2):fm 281238:AUE_MEMCNTL:memcntl(2):ot 282239:AUE_SYSINFO:sysinfo(2):as 283240:AUE_XMKNOD:xmknod(2):no 284241:AUE_FORK1:fork1(2):ps 285# AUE_MODCTL is a placeholder and will not be generated 286242:AUE_MODCTL:modctl(2) system call place holder:no 287243:AUE_MODLOAD:modctl(2) - load module:as 288244:AUE_MODUNLOAD:modctl(2) - unload module:as 289# AUE_MODCONFIG is a place holder and will not be generated 290245:AUE_MODCONFIG:modctl(2) - no longer generated:no 291246:AUE_MODADDMAJ:modctl(2) - bind module:as 292247:AUE_SOCKACCEPT:getmsg-accept:nt 293248:AUE_SOCKCONNECT:putmsg-connect:nt 294249:AUE_SOCKSEND:putmsg-send:nt 295250:AUE_SOCKRECEIVE:getmsg-receive:nt 296251:AUE_ACLSET:acl(2) - SETACL command:fm 297252:AUE_FACLSET:facl(2) - SETACL command:fm 298# AUE_DOORFS is a placeholder and will not be generated 299253:AUE_DOORFS:doorfs(2) - system call place holder:no 300254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip 301255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip 302256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip 303257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip 304258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip 305259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip 306260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip 307261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip 308262:AUE_P_ONLINE:p_online(2):as 309263:AUE_PROCESSOR_BIND:processor_bind(2):as 310264:AUE_INST_SYNC:inst_sync(2):as 311265:AUE_SOCKCONFIG:configure socket:nt 312266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa 313267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa 314268:AUE_UMOUNT2:umount2(2):as 315# AUE_FSAT and all AUE_OPENAT_* codes are obsolete and will not be generated 316269:AUE_FSAT:fsat(2) - place holder:no 317270:AUE_OPENAT_R:openat(2) - read:no 318271:AUE_OPENAT_RC:openat(2) - read,creat:no 319272:AUE_OPENAT_RT:openat(2) - read,trunc:no 320273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:no 321274:AUE_OPENAT_W:openat(2) - write:no 322275:AUE_OPENAT_WC:openat(2) - write,creat:no 323276:AUE_OPENAT_WT:openat(2) - write,trunc:no 324277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:no 325278:AUE_OPENAT_RW:openat(2) - read,write:no 326279:AUE_OPENAT_RWC:openat(2) - read,write,creat:no 327280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:no 328281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:no 329282:AUE_RENAMEAT:renameat(2):no 330283:AUE_FSTATAT:fstatat(2):no 331284:AUE_FCHOWNAT:fchownat(2):no 332285:AUE_FUTIMESAT:futimesat(2):no 333286:AUE_UNLINKAT:unlinkat(2):no 334287:AUE_CLOCK_SETTIME:clock_settime(3RT):as 335288:AUE_NTP_ADJTIME:ntp_adjtime(2):as 336289:AUE_SETPPRIV:setppriv(2):pm 337290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as 338291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as 339292:AUE_CRYPTOADM:kernel cryptographic framework:as 340293:AUE_CONFIGKSSL:configure kernel SSL:as 341294:AUE_BRANDSYS:brandsys(2):ot 342295:AUE_PF_POLICY_ADDRULE:Add IPsec policy rule:as 343296:AUE_PF_POLICY_DELRULE:Delete IPsec policy rule:as 344297:AUE_PF_POLICY_CLONE:Clone IPsec policy:as 345298:AUE_PF_POLICY_FLIP:Flip IPsec policy:as 346299:AUE_PF_POLICY_FLUSH:Flush IPsec policy rules:as 347300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:as 348# AUE_PORTFS is a placeholder and won't be generated. 349301:AUE_PORTFS:portfs(2) - file events source - place holder:no 350# 351302:AUE_LABELSYS_TNRH:tnrh(2) - config TN remote host cache:as 352303:AUE_LABELSYS_TNRHTP:tnrhtp(2) - config TN remote host template cache:as 353304:AUE_LABELSYS_TNMLP:tnmlp(2) - config TN multi-level port entry:as 354# 355305:AUE_PORTFS_ASSOCIATE:portfs(2) - file events source - PORT_ASSOCIATE:fa 356306:AUE_PORTFS_DISSOCIATE:portfs(2) - file events source - PORT_DISSOCIATE:fa 357# 358307:AUE_SETSID:setsid(2):pm 359308:AUE_SETPGID:setpgid(2):pm 360309:AUE_FACCESSAT:faccessat(2):no 361310:AUE_AUDITON_GETAMASK:auditon(2) - get default user preselection mask:aa 362311:AUE_AUDITON_SETAMASK:auditon(2) - set default user preselection mask:as 363312:AUE_PSECFLAGS:psecflags(2) - set process security flags:pm 364# 365# user level audit events 366# 2048 - 6143 Reserved 367# 368# 6000 - 7999 allocated for Solaris 369# 3706144:AUE_at_create:at-create atjob:ua 3716145:AUE_at_delete:at-delete atjob (at or atrm):ua 3726146:AUE_at_perm:at-permission:no 3736147:AUE_cron_invoke:cron-invoke:ua 3746148:AUE_crontab_create:crontab-crontab created:ua 3756149:AUE_crontab_delete:crontab-crontab deleted:ua 3766150:AUE_crontab_perm:crontab-persmisson:no 3776151:AUE_inetd_connect:inetd connect:na 3786152:AUE_login:login - local:lo 3796153:AUE_logout:logout:lo 3806154:AUE_telnet:login - telnet:lo 3816155:AUE_rlogin:login - rlogin:lo 3826156:AUE_mountd_mount:mount:na 3836157:AUE_mountd_umount:unmount:na 3846158:AUE_rshd:rsh access:lo 3856159:AUE_su:su:lo 3866160:AUE_halt_solaris:halt(1m):ss 3876161:AUE_reboot_solaris:reboot(1m):ss 3886162:AUE_rexecd:rexecd:lo 3896163:AUE_passwd:passwd:lo 3906164:AUE_rexd:rexd:lo 3916165:AUE_ftpd:ftp access:lo 3926166:AUE_init_solaris:init(1m):ss 3936167:AUE_uadmin_solaris:uadmin(1m):no 3946168:AUE_shutdown_solaris:shutdown(1b):ss 3956169:AUE_poweroff_solaris:poweroff(1m):ss 3966170:AUE_crontab_mod:crontab-modify:ua 3976171:AUE_ftpd_logout:ftp logout:lo 3986172:AUE_ssh:login - ssh:lo 3996173:AUE_role_login:role login:lo 4006180:AUE_prof_cmd:profile command:ua,as 4016181:AUE_filesystem_add:add filesystem:as 4026182:AUE_filesystem_delete:delete filesystem:as 4036183:AUE_filesystem_modify:modify filesystem:as 4046184:AUE_network_add:add network attributes:as 4056185:AUE_network_delete:delete network attributes:as 4066186:AUE_network_modify:modify network attributes:as 4076187:AUE_printer_add:add printer:as 4086188:AUE_printer_delete:delete printer:as 4096189:AUE_printer_modify:modify printer:as 4106190:AUE_scheduledjob_add:add scheduled job:ua 4116191:AUE_scheduledjob_delete:delete scheduled job:ua 4126192:AUE_scheduledjob_modify:modify scheduled job:ua 4136193:AUE_serialport_add:add serial port:as 4146194:AUE_serialport_delete:delete serial port:as 4156195:AUE_serialport_modify:modify serial port:as 4166196:AUE_usermgr_add:add user/user attributes:ua 4176197:AUE_usermgr_delete:delete user/user attributes:ua 4186198:AUE_usermgr_modify:modify user/user attributes:ua 4196199:AUE_uauth:authorization used:ua,as 4206200:AUE_allocate_succ:allocate-device success:ot 4216201:AUE_allocate_fail:allocate-device failure:ot 4226202:AUE_deallocate_succ:deallocate-device success:ot 4236203:AUE_deallocate_fail:deallocate-device failure:ot 4246205:AUE_listdevice_succ:allocate-list devices success:ot 4256206:AUE_listdevice_fail:allocate-list devices failure:ot 4266207:AUE_create_user:create user:no 4276208:AUE_modify_user:modify user:no 4286209:AUE_delete_user:delete user:no 4296210:AUE_disable_user:disable user:no 4306211:AUE_enable_user:enable user:no 4316212:AUE_newgrp_login:newgrp login:lo 4326213:AUE_admin_authenticate:admin login:lo 4336214:AUE_kadmind_auth:authenticated kadmind request:ua 4346215:AUE_kadmind_unauth:unauthenticated kadmind req:ua 4356216:AUE_krb5kdc_as_req:kdc authentication svc request:ap 4366217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap 4376218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap 4386219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap 4396220:AUE_smserverd:smserverd:ot 4406221:AUE_screenlock:screenlock - lock:lo 4416222:AUE_screenunlock:screenlock - unlock:lo 4426223:AUE_zone_state:zoneadmd:ss 4436224:AUE_inetd_copylimit:inetd copylimit:na 4446225:AUE_inetd_failrate:inetd failrate:na 4456226:AUE_inetd_ratelimit:inetd ratelimit:na 4466227:AUE_zlogin:login - zlogin:lo 4476228:AUE_su_logout:su logout:lo 4486229:AUE_role_logout:role logout:lo 4496230:AUE_attach:attach device:ot 4506231:AUE_detach:detach device:ot 4516232:AUE_remove:remove/eject device:ot 4526233:AUE_pool_import:import device into pool:ot 4536234:AUE_pool_export:export device from pool:ot 4546235:AUE_dladm_create_secobj:create network security object:as,cy 4556236:AUE_dladm_delete_secobj:delete network security object:as,cy 4566237:AUE_uadmin_shutdown:uadmin(1m) - shutdown:ss 4576238:AUE_uadmin_reboot:uadmin(1m) - reboot:ss 4586239:AUE_uadmin_dump:uadmin(1m) - dump:ss 4596240:AUE_uadmin_freeze:uadmin(1m) - freeze:ss 4606241:AUE_uadmin_remount:uadmin(1m) - remount:ss 4616242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss 4626243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss 4636244:AUE_smbd_session:smbd(1m) session setup:lo 4646245:AUE_smbd_logoff:smbd(1m) session logoff:lo 4656246:AUE_vscan_quarantine:vscand(1m) quarantine infected file:na 4666247:AUE_ndmp_connect:ndmp connect:na 4676248:AUE_ndmp_disconnect:ndmp disconnect:na 4686249:AUE_ndmp_backup:ndmp backup:na 4696250:AUE_ndmp_restore:ndmp restore:na 4706251:AUE_cpu_ondemand:set ondemand CPU freq governor:ss 4716252:AUE_cpu_performance:set max CPU freq governor:ss 4726253:AUE_cpu_threshold:set CPU freq threshold:ss 4736254:AUE_uadmin_thaw:uadmin(1m) - thaw after freeze:ss,na 4746255:AUE_uadmin_config:uadmin(1m) - config:ss 475 476# 477# SMF(5) svc.configd events (svcadm(1M) related) 478# 4796260:AUE_smf_enable:persistently enable service instance:ss 4806261:AUE_smf_tmp_enable:temporarily enable service instance:ss 4816262:AUE_smf_disable:persistently disable service instance:ss 4826263:AUE_smf_tmp_disable:temporarily disable service instance:ss 4836264:AUE_smf_restart:restart service instance:ss 4846265:AUE_smf_refresh:refresh service instance:ss 4856266:AUE_smf_clear:clear service instance state:ss 4866267:AUE_smf_degrade:set service instance degraded state:ss 4876268:AUE_smf_immediate_degrade:immediately set service instance degraded state:ss 4886269:AUE_smf_maintenance:set service instance persistent maintenance state:ss 4896270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss 4906271:AUE_smf_immtmp_maintenance:immediately set service instance temporary maintenance state:ss 4916272:AUE_smf_tmp_maintenance:set service instance maintenance temporary state:ss 4926273:AUE_smf_milestone:set service management facility milestone:ss 493# 494# SMF(5) svc.configd miscellaneous events 495# 4966275:AUE_smf_read_prop:read restricted access property value:as 497# 498# SMF(5) svc.configd events (svccfg(1M) related) 499# 5006280:AUE_smf_create:create service instance object:as 5016281:AUE_smf_delete:delete service instance object:as 5026282:AUE_smf_create_pg:create persistent service property group:as 5036283:AUE_smf_create_npg:create non-persistent service property group:as 5046284:AUE_smf_delete_pg:delete persistent service property group:as 5056285:AUE_smf_delete_npg:delete non-persistent service property group:as 5066286:AUE_smf_create_snap:create repository snapshot:as 5076287:AUE_smf_delete_snap:delete repository snapshot:as 5086288:AUE_smf_attach_snap:attach repository snapshot:as 5096289:AUE_smf_annotation:annotate transaction:as,ss 5106290:AUE_smf_create_prop:create service instance property:as 5116291:AUE_smf_change_prop:change service instance property:as 5126292:AUE_smf_delete_prop:delete service instance property:as 513# 514# nwamd(1M) events 515# 5166300:AUE_nwam_enable:enable nwam profile object:ss 5176301:AUE_nwam_disable:disable nwam profile object:ss 518# 519# ilbd(1M) events 520# 5216310:AUE_ilb_create_healthcheck:create ILB health check:as 5226311:AUE_ilb_delete_healthcheck:delete ILB health check:as 5236312:AUE_ilb_create_rule:create ILB rule:as 5246313:AUE_ilb_delete_rule:delete ILB rule:as 5256314:AUE_ilb_disable_rule:disable ILB rule:as 5266315:AUE_ilb_enable_rule:enable ILB rule:as 5276316:AUE_ilb_add_server:add ILB server:as 5286317:AUE_ilb_disable_server:disable ILB server:as 5296318:AUE_ilb_enable_server:enable ILB server:as 5306319:AUE_ilb_remove_server:remove ILB server:as 5316320:AUE_ilb_create_servergroup:create ILB server group:as 5326321:AUE_ilb_delete_servergroup:delete ILB server group:as 533# 534# netcfgd(1M) events 535# 5366330:AUE_netcfg_update:create or modify configuration object:ss 5376331:AUE_netcfg_remove:remove configuration object from repository:ss 538# 539# TCSD(8) events 540# 5416400:AUE_tpm_takeownership:take ownership of TPM:as 5426401:AUE_tpm_clearowner:clear ownership of TPM:as 5436402:AUE_tpm_setoperatorauth:set TPM operator authorization:as 5446403:AUE_tpm_setownerinstall:set TPM ownership flag:as 5456404:AUE_tpm_selftestfull:test all TPM protected capabilities:as 5466405:AUE_tpm_certifyselftest:perform full TPM self-test:as 5476406:AUE_tpm_continueselftest:complete TPM self-test:as 5486407:AUE_tpm_ownersetdisable:change the status of TPM disable flag:as 5496408:AUE_tpm_ownerclear:perform the clear operation under TPM owner auth:as 5506409:AUE_tpm_disableownerclear:disable TPM_OwnerClear command permanently:as 5516410:AUE_tpm_forceclear:perform TPM clear operation under physical access:as 5526411:AUE_tpm_disableforceclear:disable ForceClear execution until next startup:as 5536412:AUE_tpm_physicaldisable:disable TPM physical presence:as 5546413:AUE_tpm_physicalenable:enable TPM physical presence:as 5556414:AUE_tpm_physicaldeactivate:set TPM deactivated flag:as 5566415:AUE_tpm_settempdeactivated:set volatile TPM deactivated flag to TRUE:as 5576416:AUE_tpm_settempdeactivated2:set volatile TPM deactivated flag TRUE with auth:as 5586417:AUE_tpm_physicalpresence:set the TPM physical presence flag:as 5596418:AUE_tpm_fieldupgrade:update TPM protected capabilities:as 5606419:AUE_tpm_resetlockvalue:reset TPM failed authorization attempt lock:as 561# 562# hotplugd(1m) events 563# 5646500:AUE_hotplug_state:change hotplug connection state:ss 5656501:AUE_hotplug_set:set hotplug bus private options:ss 566 567# 568# sudo event 569# 5706650:AUE_sudo:sudo(1m):lo,ua,as 571 572# 573# Trusted Extensions events: 574# 5759035:AUE_sl_change:Workspace label change:ap 5769036:AUE_file_relabel:relabel file:fm 5779037:AUE_file_copy:file copy:fm 5789038:AUE_file_move:file move:no 5799039:AUE_sel_mgr_xfer:selection manager transfer:fm 5809101:AUE_ClientConnect:client connection to x server:lo 5819102:AUE_ClientDisconnect:client disconn. from x server:lo 5829120:AUE_ChangeProperty:XChangeProperty(3X11):xc 5839121:AUE_DeleteProperty:XDeleteProperty(3X11):xc 5849137:AUE_GrabServer:XGrabServer(3X11):ot 5859138:AUE_UngrabServer:XUngrabServer(3X11):ot 5869146:AUE_SetFontPath:XSetFontPath(3X11):ot 5879173:AUE_InstallColormap:XInstallColormap(3X11):ot 5889174:AUE_UninstallColormap:XUninstallColormap(3X11):xp 5899193:AUE_SetScreenSaver:XSetScreenSaver(3X11):xp 5909194:AUE_ChangeHosts:XChangeHosts(3X11):ot 5919195:AUE_SetAccessControl:XSetAccessControl(3X11):xp 5929196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs 5939197:AUE_KillClient:XKillClient(3X11):xc 5949202:AUE_XExtensions:X server extensions:xp 5959103:AUE_CreateWindow:XCreateWindow(3X11):xc 5969104:AUE_ChangeWindowAttributes:XChangeWindowAttributes(3X11):xp 5979105:AUE_GetWindowAttributes:XGetWindowAttributes(3X11):xp 5989106:AUE_DestroyWindow:XDestroyWindow(3X11):xc 5999107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc 6009108:AUE_ChangeSaveSet:XChangeSaveSet(3X11):xp 6019109:AUE_ReparentWindow:XReparentWindow(3X11):xp 6029110:AUE_MapWindow:XMapWindow(3X11):xp 6039111:AUE_MapSubwindows:XMapSubwindows(3X11):xp 6049112:AUE_UnmapWindow:XUnmapWindow(3X11):xp 6059113:AUE_UnmapSubwindows:XUnmapSubwindows(3X11):xp 6069114:AUE_ConfigureWindow:XConfigureWindow(3X11):xp 6079115:AUE_CirculateWindow:XCirculateWindow(3X11):xp 6089116:AUE_GetGeometry:XGetGeometry(3X11):xp 6099117:AUE_QueryTree:XQueryTree(3X11):xp 6109118:AUE_InternAtom:XInternAtom(3X11):xs 6119119:AUE_GetAtomName:XGetAtomName(3X11):xs 6129122:AUE_GetProperty:XGetProperty(3X11):xp 6139123:AUE_ListProperties:XListProperties(3X11):xp 6149124:AUE_SetSelectionOwner:XSetSelectionOwner(3X11):xp 6159125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs 6169126:AUE_ConvertSelection:XConvertSelection(3X11):xs 6179127:AUE_SendEvent:XSendEvent(3X11):xs 6189128:AUE_GrabPointer:XGrabPointer(3X11):xs 6199129:AUE_UngrabPointer:XUngrabPointer(3X11):xs 6209130:AUE_GrabButton:XGrabButton(3X11):xp 6219131:AUE_UngrabButton:XUngrabButton(3X11):xs 6229132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs 6239133:AUE_GrabKeyboard:XGrabKeyboard(3X11):xp 6249134:AUE_UngrabKeyboard:XUngrabKeyboard(3X11):xs 6259135:AUE_GrabKey:XGrabKey(3X11):xp 6269136:AUE_UngrabKey:XUngrabKey(3X11):xp 6279139:AUE_QueryPointer:XQueryPointer(3X11):xp 6289140:AUE_GetMotionEvents:XGetMotionEvents(3X11):xp 6299141:AUE_TranslateCoords:XTranslateCoords(3X11):xp 6309142:AUE_WarpPointer:XWarpPointer(3X11):xs 6319143:AUE_SetInputFocus:XSetInputFocus(3X11):xs 6329144:AUE_GetInputFocus:XGetInputFocus(3X11):xs 6339145:AUE_QueryKeymap:XQueryKeymap(3X11):xp 6349147:AUE_FreePixmap:XFreePixmap(3X11):xc 6359148:AUE_ChangeGC:XChangeGC(3X11):xp 6369149:AUE_CopyGC:XCopyGC(3X11):xp 6379150:AUE_SetDashes:XSetDashes(3X11):xp 6389151:AUE_SetClipRectangles:XSetClipRectangles(3X11):xp 6399152:AUE_FreeGC:XFreeGC(3X11):xc 6409153:AUE_ClearArea:XClearArea(3X11):xp 6419154:AUE_CopyArea:XCopyArea(3X11):xs 6429155:AUE_CopyPlane:XCopyPlane(3X11):xs 6439156:AUE_PolyPoint:XPolyPoint(3X11):xp 6449157:AUE_PolyLine:XPolyLine(3X11):xp 6459158:AUE_PolySegment:XPolySegment(3X11):xp 6469159:AUE_PolyRectangle:XPolyRectangle(3X11):xs 6479160:AUE_PolyArc:XPolyArc(3X11):xp 6489161:AUE_FillPolygon:XFillPolygon(3X11):xp 6499162:AUE_PolyFillRectangle:XPolyFillRectangle(3X11):xp 6509163:AUE_PolyFillArc:XPolyFillArc(3X11):xp 6519164:AUE_PutImage:XPutImage(3X11):xp 6529165:AUE_GetImage:XGetImage(3X11):xs 6539166:AUE_PolyText8:XPolyText8(3X11):xp 6549167:AUE_PolyText16:XPolyText16(3X11):xp 6559168:AUE_ImageText8:XImageText8(3X11):xp 6569169:AUE_ImageText16:XImageText16(3X11):xp 6579170:AUE_CreateColormap:XCreateColormap(3X11):xc 6589171:AUE_FreeColormap:XFreeColormap(3X11):xc 6599172:AUE_CopyColormapAndFree:XCopyColormapAndFree(3X11):xp 6609175:AUE_ListInstalledColormaps:XListInstalledColormaps(3X11):xs 6619176:AUE_AllocColor:XAllocColor(3X11):xc 6629177:AUE_AllocNamedColor:XAllocNamedColor(3X11):xc 6639178:AUE_AllocColorCells:XAllocColorCells(3X11):xc 6649179:AUE_AllocColorPlanes:XAllocColorPlanes(3X11):xc 6659180:AUE_FreeColors:XFreeColors(3X11):xc 6669181:AUE_StoreColors:XStoreColors(3X11):xp 6679182:AUE_StoreNamedColor:XStoreNamedColor(3X11):xp 6689183:AUE_QueryColors:XQueryColors(3X11):xp 6699184:AUE_LookupColor:XLookupColor(3X11):xp 6709185:AUE_CreateCursor:XCreateCursor(3X11):xc 6719186:AUE_CreateGlyphCursor:XCreateGlyphCursor(3X11):xc 6729187:AUE_FreeCursor:XFreeCursor(3X11):xc 6739188:AUE_RecolorCursor:XRecolorCursor(3X11):xp 6749189:AUE_ChangeKeyboardMapping:XChangeKeyboardMapping(3X11):xs 6759190:AUE_ChangeKeyboardControl:XChangeKeyboardControl(3X11):xs 6769191:AUE_Bell:XBell(3X11):xs 6779192:AUE_ChangePointerControl:XChangePointerControl(3X11):xs 6789198:AUE_RotateProperties:XRotateProperties(3X11):xp 6799199:AUE_ForceScreenSaver:XForceScreenSaver(3X11):xp 6809200:AUE_SetPointerMapping:XSetPointerMapping(3X11):xs 6819201:AUE_SetModifierMapping:XSetModifierMapping(3X11):xs 682