1# 2# Copyright 2009 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# Audit Event Database 26# 27# File Format: 28# 29# event number:event name:event description:event classes (comma separated) 30# 31# Used to map audit events to audit classes for preselection and post-selection. 32# Used by TCB programs that write audit records to preselect audit events 33# based on event to class mappings. 34# 35# NOTE: several events are obsolete but must continue to be defined here for 36# compatibility reasons. Obsolete events are defined in the "no" (invalid) 37# class to indicate they will not be generated. Other events in the "no" 38# class which are not obsolete (but are in this class for other reasons), 39# are individually noted with a comment for explanation. 40# 41# System Adminstrators: Do NOT modify or add events with an event number less 42# than 32768. These are reserved by the system. 43# 44# 0 Reserved as an invalid event number. 45# 1 - 2047 Reserved for the Solaris Kernel events. 46# 2048 - 32767 Reserved for the Solaris TCB programs. 47# 32768 - 65535 Available for third party TCB applications. 48# 49# 50# Allocation of reserved kernel events: 51# (NOTE: the kernel event table, and possibly MAX_KEVENTS, must be updated 52# in audit_kevents.h when changes are made to kernel events.) 53# 1 - 511 allocated for Solaris 54# 512 - 2047 (reserved but not allocated) 55# 56# Allocation of user level audit events: 57# 2048 - 5999 (reserved but not allocated) 58# 6000 - 9999 allocated for Solaris 59# 10000 - 32767 (reserved but not allocated) 60# 32768 - 65535 (Available for third party TCB applications) 61# 62# 63# kernel audit events 64# 1 - 511 allocated for Solaris 65# 660:AUE_NULL:indir system call:no 671:AUE_EXIT:exit(2):ps 682:AUE_FORKALL:forkall(2):ps 69# AUE_OPEN is a placeholder and will not be generated 703:AUE_OPEN:open(2) - place holder:no 714:AUE_CREAT:creat(2):fc 725:AUE_LINK:link(2):fc 736:AUE_UNLINK:unlink(2):fd 747:AUE_EXEC:exec(2):ps,ex 758:AUE_CHDIR:chdir(2):pm 769:AUE_MKNOD:mknod(2):fc 7710:AUE_CHMOD:chmod(2):fm 7811:AUE_CHOWN:chown(2):fm 7912:AUE_UMOUNT:umount(2) - old version:as 8013:AUE_JUNK:junk:no 8114:AUE_ACCESS:access(2):fa 8215:AUE_KILL:kill(2):pm 8316:AUE_STAT:stat(2):fa 8417:AUE_LSTAT:lstat(2):fa 8518:AUE_ACCT:acct(2):as 8619:AUE_MCTL:mctl(2):no 8720:AUE_REBOOT:reboot(2):no 8821:AUE_SYMLINK:symlink(2):fc 8922:AUE_READLINK:readlink(2):fr 9023:AUE_EXECVE:execve(2):ps,ex 9124:AUE_CHROOT:chroot(2):pm 9225:AUE_VFORK:vfork(2):ps 9326:AUE_SETGROUPS:setgroups(2):pm 9427:AUE_SETPGRP:setpgrp(2):pm 9528:AUE_SWAPON:swapon(2):no 9629:AUE_SETHOSTNAME:sethostname(2):no 9730:AUE_FCNTL:fcntl(2):fm 9831:AUE_SETPRIORITY:setpriority(2):no 9932:AUE_CONNECT:connect(2):nt 10033:AUE_ACCEPT:accept(2):nt 10134:AUE_BIND:bind(2):nt 10235:AUE_SETSOCKOPT:setsockopt(2):nt 10336:AUE_VTRACE:vtrace(2):no 10437:AUE_SETTIMEOFDAY:settimeofday(2):no 10538:AUE_FCHOWN:fchown(2):fm 10639:AUE_FCHMOD:fchmod(2):fm 10740:AUE_SETREUID:setreuid(2):pm 10841:AUE_SETREGID:setregid(2):pm 10942:AUE_RENAME:rename(2):fc,fd 11043:AUE_TRUNCATE:truncate(2):no 11144:AUE_FTRUNCATE:ftruncate(2):no 11245:AUE_FLOCK:flock(2):no 11346:AUE_SHUTDOWN:shutdown(2):nt 11447:AUE_MKDIR:mkdir(2):fc 11548:AUE_RMDIR:rmdir(2):fd 11649:AUE_UTIMES:utimes(2):fm 11750:AUE_ADJTIME:adjtime(2):as 11851:AUE_SETRLIMIT:setrlimit(2):ua 11952:AUE_KILLPG:killpg(2):no 12053:AUE_NFS_SVC:nfs_svc(2):no 12154:AUE_STATFS:statfs(2):fa 12255:AUE_FSTATFS:fstatfs(2):fa 12356:AUE_UNMOUNT:unmount(2):no 12457:AUE_ASYNC_DAEMON:async_daemon(2):no 12558:AUE_NFS_GETFH:nfs_getfh(2):no 12659:AUE_SETDOMAINNAME:setdomainname(2):no 12760:AUE_QUOTACTL:quotactl(2):no 12861:AUE_EXPORTFS:exportfs(2):no 12962:AUE_MOUNT:mount(2):as 130# AUE_SEMSYS is a placeholder and will not be generated 13163:AUE_SEMSYS:semsys(2) - place holder:no 132# AUE_MSGSYS is a placeholder and will not be generated 13364:AUE_MSGSYS:msgsys(2) - place holder:no 134# AUE_SHMSYS is a placeholder and will not be generated 13565:AUE_SHMSYS:shmsys(2) - place holder:no 13666:AUE_BSMSYS:bsmsys(2) - place holder:no 13767:AUE_RFSSYS:rfssys(2) - place holder:no 13868:AUE_FCHDIR:fchdir(2):pm 13969:AUE_FCHROOT:fchroot(2):pm 14070:AUE_VPIXSYS:vpixsys(2) - place holder:no 14171:AUE_PATHCONF:pathconf(2):fa 14272:AUE_OPEN_R:open(2) - read:fr 14373:AUE_OPEN_RC:open(2) - read,creat:fc,fr 14474:AUE_OPEN_RT:open(2) - read,trunc:fd,fr 14575:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr 14676:AUE_OPEN_W:open(2) - write:fw 14777:AUE_OPEN_WC:open(2) - write,creat:fc,fw 14878:AUE_OPEN_WT:open(2) - write,trunc:fd,fw 14979:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw 15080:AUE_OPEN_RW:open(2) - read,write:fr,fw 15181:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr 15282:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw 15383:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr 15484:AUE_MSGCTL:msgctl(2) - illegal command:ip 15585:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip 15686:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip 15787:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip 15888:AUE_MSGGET:msgget(2):ip 15989:AUE_MSGRCV:msgrcv(2):ip 16090:AUE_MSGSND:msgsnd(2):ip 16191:AUE_SHMCTL:shmctl(2) - illegal command:ip 16292:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip 16393:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip 16494:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip 16595:AUE_SHMGET:shmget(2):ip 16696:AUE_SHMAT:shmat(2):ip 16797:AUE_SHMDT:shmdt(2):ip 16898:AUE_SEMCTL:semctl(2) - illegal command:ip 16999:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip 170100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip 171101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip 172102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip 173103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip 174104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip 175105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip 176106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip 177107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip 178108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip 179109:AUE_SEMGET:semget(2):ip 180110:AUE_SEMOP:semop(2):ip 181111:AUE_CORE:process dumped core:fc 182112:AUE_CLOSE:close(2):cl 183113:AUE_SYSTEMBOOT:system booted:na 184114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no 185115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no 186130:AUE_GETAUID:getauid(2):aa 187131:AUE_SETAUID:setauid(2):aa 188132:AUE_GETAUDIT:getaudit(2):aa 189133:AUE_SETAUDIT:setaudit(2):aa 190134:AUE_GETUSERAUDIT:getuseraudit(2):no 191135:AUE_SETUSERAUDIT:setuseraudit(2):no 192# AUE_AUDITSVC is a placeholder and will not be generated 193136:AUE_AUDITSVC:auditsvc(2) - place holder:no 194# AUE_AUDITON is a placeholder and will not be generated 195138:AUE_AUDITON:auditon(2) - place holder:no 196139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no 197140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no 198141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa 199142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as 200143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no 201144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no 202145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as 203146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as 204147:AUE_GETKERNSTATE:getkernstate(2):no 205148:AUE_SETKERNSTATE:setkernstate(2):no 206149:AUE_GETPORTAUDIT:getportaudit(2):no 207150:AUE_AUDITSTAT:auditstat(2):no 208153:AUE_ENTERPROM:enter prom:na 209154:AUE_EXITPROM:exit prom:na 210158:AUE_IOCTL:ioctl(2):io 211173:AUE_ONESIDE:one-sided session record:no 212174:AUE_MSGGETL:msggetl(2):no 213175:AUE_MSGRCVL:msgrcvl(2):no 214176:AUE_MSGSNDL:msgsndl(2):no 215177:AUE_SEMGETL:semgetl(2):no 216178:AUE_SHMGETL:shmgetl(2):no 217183:AUE_SOCKET:socket(2):nt 218184:AUE_SENDTO:sendto(2):nt 219# AUE_PIPE is a potentially very high-volume event, use with caution 220185:AUE_PIPE:pipe(2):no 221186:AUE_SOCKETPAIR:socketpair(2):no 222187:AUE_SEND:send(2):no 223188:AUE_SENDMSG:sendmsg(2):nt 224189:AUE_RECV:recv(2):no 225190:AUE_RECVMSG:recvmsg(2):nt 226191:AUE_RECVFROM:recvfrom(2):nt 227# AUE_READ is a potentially very high-volume event, use with caution 228192:AUE_READ:read(2):no 229193:AUE_GETDENTS:getdents(2):no 230194:AUE_LSEEK:lseek(2):no 231# AUE_WRITE is a potentially very high-volume event, use with caution 232195:AUE_WRITE:write(2):no 233196:AUE_WRITEV:writev(2):no 234197:AUE_NFS:nfs server:no 235198:AUE_READV:readv(2):no 236199:AUE_OSTAT:old stat(2):no 237200:AUE_SETUID:setuid(2):pm 238201:AUE_STIME:old stime(2):as 239202:AUE_UTIME:old utime(2):fm 240203:AUE_NICE:old nice(2):pm 241204:AUE_OSETPGRP:old setpgrp(2):no 242205:AUE_SETGID:old setgid(2):pm 243206:AUE_READL:readl(2):no 244207:AUE_READVL:readvl(2):no 245208:AUE_FSTAT:fstat(2):no 246209:AUE_DUP2:dup2(2):no 247# AUE_MMAP is a potentially very high-volume event, use with caution 248210:AUE_MMAP:mmap(2):no 249# AUE_AUDIT is a potentially very high-volume event, use with caution 250211:AUE_AUDIT:audit(2):no 251212:AUE_PRIOCNTLSYS:priocntlsys(2):pm 252213:AUE_MUNMAP:munmap(2):cl 253214:AUE_SETEGID:setegid(2):pm 254215:AUE_SETEUID:seteuid(2):pm 255216:AUE_PUTMSG:putmsg(2):nt 256217:AUE_GETMSG:getmsg(2):nt 257218:AUE_PUTPMSG:putpmsg(2):nt 258219:AUE_GETPMSG:getpmsg(2):nt 259# AUE_AUDITSYS is a placeholder and will not be generated 260220:AUE_AUDITSYS:audit system calls place holder:no 261221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa 262222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as 263223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as 264224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as 265225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as 266226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as 267227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as 268228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as 269229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa 270230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as 271231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as 272232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as 273233:AUE_FUSERS:utssys(2) - fusers:fa 274234:AUE_STATVFS:statvfs(2):fa 275235:AUE_XSTAT:xstat(2):no 276236:AUE_LXSTAT:lxstat(2):no 277237:AUE_LCHOWN:lchown(2):fm 278238:AUE_MEMCNTL:memcntl(2):ot 279239:AUE_SYSINFO:sysinfo(2):as 280240:AUE_XMKNOD:xmknod(2):no 281241:AUE_FORK1:fork1(2):ps 282# AUE_MODCTL is a placeholder and will not be generated 283242:AUE_MODCTL:modctl(2) system call place holder:no 284243:AUE_MODLOAD:modctl(2) - load module:as 285244:AUE_MODUNLOAD:modctl(2) - unload module:as 286# AUE_MODCONFIG is a place holder and will not be generated 287245:AUE_MODCONFIG:modctl(2) - no longer generated:no 288246:AUE_MODADDMAJ:modctl(2) - bind module:as 289247:AUE_SOCKACCEPT:getmsg-accept:nt 290248:AUE_SOCKCONNECT:putmsg-connect:nt 291249:AUE_SOCKSEND:putmsg-send:nt 292250:AUE_SOCKRECEIVE:getmsg-receive:nt 293251:AUE_ACLSET:acl(2) - SETACL command:fm 294252:AUE_FACLSET:facl(2) - SETACL command:fm 295# AUE_DOORFS is a placeholder and will not be generated 296253:AUE_DOORFS:doorfs(2) - system call place holder:no 297254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip 298255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip 299256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip 300257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip 301258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip 302259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip 303260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip 304261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip 305262:AUE_P_ONLINE:p_online(2):as 306263:AUE_PROCESSOR_BIND:processor_bind(2):as 307264:AUE_INST_SYNC:inst_sync(2):as 308265:AUE_SOCKCONFIG:configure socket:nt 309266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa 310267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa 311268:AUE_UMOUNT2:umount2(2):as 312# AUE_FSAT is a placeholder and will not be generated 313269:AUE_FSAT:fsat(2) - place holder:no 314270:AUE_OPENAT_R:openat(2) - read:fr 315271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr 316272:AUE_OPENAT_RT:openat(2) - read,trunc:fd,fr 317273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr 318274:AUE_OPENAT_W:openat(2) - write:fw 319275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw 320276:AUE_OPENAT_WT:openat(2) - write,trunc:fd,fw 321277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:fc,fd,fw 322278:AUE_OPENAT_RW:openat(2) - read,write:fr,fw 323279:AUE_OPENAT_RWC:openat(2) - read,write,creat:fc,fw,fr 324280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:fd,fr,fw 325281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:fc,fd,fw,fr 326282:AUE_RENAMEAT:renameat(2):fc,fd 327# AUE_FSTATAT is a potentially very high-volume event, use with caution 328283:AUE_FSTATAT:fstatat(2):no 329284:AUE_FCHOWNAT:fchownat(2):fm 330285:AUE_FUTIMESAT:futimesat(2):fm 331286:AUE_UNLINKAT:unlinkat(2):fd 332287:AUE_CLOCK_SETTIME:clock_settime(3RT):as 333288:AUE_NTP_ADJTIME:ntp_adjtime(2):as 334289:AUE_SETPPRIV:setppriv(2):pm 335290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as 336291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as 337292:AUE_CRYPTOADM:kernel cryptographic framework:as 338293:AUE_CONFIGKSSL:configure kernel SSL:as 339294:AUE_BRANDSYS:brandsys(2):ot 340295:AUE_PF_POLICY_ADDRULE:Add IPsec policy rule:as 341296:AUE_PF_POLICY_DELRULE:Delete IPsec policy rule:as 342297:AUE_PF_POLICY_CLONE:Clone IPsec policy:as 343298:AUE_PF_POLICY_FLIP:Flip IPsec policy:as 344299:AUE_PF_POLICY_FLUSH:Flush IPsec policy rules:as 345300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:as 346# AUE_PORTFS is a placeholder and won't be generated. 347301:AUE_PORTFS:portfs(2) - file events source - place holder:no 348# 349302:AUE_LABELSYS_TNRH:tnrh(2) - config TN remote host cache:as 350303:AUE_LABELSYS_TNRHTP:tnrhtp(2) - config TN remote host template cache:as 351304:AUE_LABELSYS_TNMLP:tnmlp(2) - config TN multi-level port entry:as 352# 353305:AUE_PORTFS_ASSOCIATE:portfs(2) - file events source - PORT_ASSOCIATE:fa 354306:AUE_PORTFS_DISSOCIATE:portfs(2) - file events source - PORT_DISSOCIATE:fa 355# 356307:AUE_SETSID:setsid(2):pm 357308:AUE_SETPGID:setpgid(2):pm 358# 359# user level audit events 360# 2048 - 6143 Reserved 361# 362# 6000 - 7999 allocated for Solaris 363# 3646144:AUE_at_create:at-create atjob:ua 3656145:AUE_at_delete:at-delete atjob (at or atrm):ua 3666146:AUE_at_perm:at-permission:no 3676147:AUE_cron_invoke:cron-invoke:ua 3686148:AUE_crontab_create:crontab-crontab created:ua 3696149:AUE_crontab_delete:crontab-crontab deleted:ua 3706150:AUE_crontab_perm:crontab-persmisson:no 3716151:AUE_inetd_connect:inetd connect:na 3726152:AUE_login:login - local:lo 3736153:AUE_logout:logout:lo 3746154:AUE_telnet:login - telnet:lo 3756155:AUE_rlogin:login - rlogin:lo 3766156:AUE_mountd_mount:mount:na 3776157:AUE_mountd_umount:unmount:na 3786158:AUE_rshd:rsh access:lo 3796159:AUE_su:su:lo 3806160:AUE_halt_solaris:halt(1m):ss 3816161:AUE_reboot_solaris:reboot(1m):ss 3826162:AUE_rexecd:rexecd:lo 3836163:AUE_passwd:passwd:lo 3846164:AUE_rexd:rexd:lo 3856165:AUE_ftpd:ftp access:lo 3866166:AUE_init_solaris:init(1m):ss 3876167:AUE_uadmin_solaris:uadmin(1m):no 3886168:AUE_shutdown_solaris:shutdown(1b):ss 3896169:AUE_poweroff_solaris:poweroff(1m):ss 3906170:AUE_crontab_mod:crontab-modify:ua 3916171:AUE_ftpd_logout:ftp logout:lo 3926172:AUE_ssh:login - ssh:lo 3936173:AUE_role_login:role login:lo 3946180:AUE_prof_cmd:profile command:ua,as 3956181:AUE_filesystem_add:add filesystem:as 3966182:AUE_filesystem_delete:delete filesystem:as 3976183:AUE_filesystem_modify:modify filesystem:as 3986184:AUE_network_add:add network attributes:as 3996185:AUE_network_delete:delete network attributes:as 4006186:AUE_network_modify:modify network attributes:as 4016187:AUE_printer_add:add printer:as 4026188:AUE_printer_delete:delete printer:as 4036189:AUE_printer_modify:modify printer:as 4046190:AUE_scheduledjob_add:add scheduled job:ua 4056191:AUE_scheduledjob_delete:delete scheduled job:ua 4066192:AUE_scheduledjob_modify:modify scheduled job:ua 4076193:AUE_serialport_add:add serial port:as 4086194:AUE_serialport_delete:delete serial port:as 4096195:AUE_serialport_modify:modify serial port:as 4106196:AUE_usermgr_add:add user/user attributes:ua 4116197:AUE_usermgr_delete:delete user/user attributes:ua 4126198:AUE_usermgr_modify:modify user/user attributes:ua 4136199:AUE_uauth:authorization used:ua,as 4146200:AUE_allocate_succ:allocate-device success:ot 4156201:AUE_allocate_fail:allocate-device failure:ot 4166202:AUE_deallocate_succ:deallocate-device success:ot 4176203:AUE_deallocate_fail:deallocate-device failure:ot 4186205:AUE_listdevice_succ:allocate-list devices success:ot 4196206:AUE_listdevice_fail:allocate-list devices failure:ot 4206207:AUE_create_user:create user:no 4216208:AUE_modify_user:modify user:no 4226209:AUE_delete_user:delete user:no 4236210:AUE_disable_user:disable user:no 4246211:AUE_enable_user:enable user:no 4256212:AUE_newgrp_login:newgrp login:lo 4266213:AUE_admin_authenticate:admin login:lo 4276214:AUE_kadmind_auth:authenticated kadmind request:ua 4286215:AUE_kadmind_unauth:unauthenticated kadmind req:ua 4296216:AUE_krb5kdc_as_req:kdc authentication svc request:ap 4306217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap 4316218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap 4326219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap 4336220:AUE_smserverd:smserverd:ot 4346221:AUE_screenlock:screenlock - lock:lo 4356222:AUE_screenunlock:screenlock - unlock:lo 4366223:AUE_zone_state:zoneadmd:ss 4376224:AUE_inetd_copylimit:inetd copylimit:na 4386225:AUE_inetd_failrate:inetd failrate:na 4396226:AUE_inetd_ratelimit:inetd ratelimit:na 4406227:AUE_zlogin:login - zlogin:lo 4416228:AUE_su_logout:su logout:lo 4426229:AUE_role_logout:role logout:lo 4436230:AUE_attach:attach device:ot 4446231:AUE_detach:detach device:ot 4456232:AUE_remove:remove/eject device:ot 4466233:AUE_pool_import:import device into pool:ot 4476234:AUE_pool_export:export device from pool:ot 4486235:AUE_dladm_create_secobj:create network security object:as,cy 4496236:AUE_dladm_delete_secobj:delete network security object:as,cy 4506237:AUE_uadmin_shutdown:uadmin(1m) - shutdown:ss 4516238:AUE_uadmin_reboot:uadmin(1m) - reboot:ss 4526239:AUE_uadmin_dump:uadmin(1m) - dump:ss 4536240:AUE_uadmin_freeze:uadmin(1m) - freeze:ss 4546241:AUE_uadmin_remount:uadmin(1m) - remount:ss 4556242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss 4566243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss 4576244:AUE_smbd_session:smbd(1m) session setup:lo 4586245:AUE_smbd_logoff:smbd(1m) session logoff:lo 4596246:AUE_vscan_quarantine:vscand(1m) quarantine infected file:na 4606247:AUE_ndmp_connect:ndmp connect:na 4616248:AUE_ndmp_disconnect:ndmp disconnect:na 4626249:AUE_ndmp_backup:ndmp backup:na 4636250:AUE_ndmp_restore:ndmp restore:na 4646251:AUE_cpu_ondemand:set ondemand CPU freq governor:ss 4656252:AUE_cpu_performance:set max CPU freq governor:ss 4666253:AUE_cpu_threshold:set CPU freq threshold:ss 4676254:AUE_uadmin_thaw:uadmin(1m) - thaw after freeze:ss,na 4686255:AUE_uadmin_config:uadmin(1m) - config:ss 469 470# 471# SMF(5) svc.configd events (svcadm(1M) related) 472# 4736260:AUE_smf_enable:persistently enable service instance:ss 4746261:AUE_smf_tmp_enable:temporarily enable service instance:ss 4756262:AUE_smf_disable:persistently disable service instance:ss 4766263:AUE_smf_tmp_disable:temporarily disable service instance:ss 4776264:AUE_smf_restart:restart service instance:ss 4786265:AUE_smf_refresh:refresh service instance:ss 4796266:AUE_smf_clear:clear service instance state:ss 4806267:AUE_smf_degrade:set service instance degraded state:ss 4816268:AUE_smf_immediate_degrade:immediately set service instance degraded state:ss 4826269:AUE_smf_maintenance:set service instance persistent maintenance state:ss 4836270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss 4846271:AUE_smf_immtmp_maintenance:immediately set service instance temporary maintenance state:ss 4856272:AUE_smf_tmp_maintenance:set service instance maintenance temporary state:ss 4866273:AUE_smf_milestone:set service management facility milestone:ss 487# 488# SMF(5) svc.configd miscellaneous events 489# 4906275:AUE_smf_read_prop:read restricted access property value:as 491# 492# SMF(5) svc.configd events (svccfg(1M) related) 493# 4946280:AUE_smf_create:create service instance object:as 4956281:AUE_smf_delete:delete service instance object:as 4966282:AUE_smf_create_pg:create persistent service property group:as 4976283:AUE_smf_create_npg:create non-persistent service property group:as 4986284:AUE_smf_delete_pg:delete persistent service property group:as 4996285:AUE_smf_delete_npg:delete non-persistent service property group:as 5006286:AUE_smf_create_snap:create repository snapshot:as 5016287:AUE_smf_delete_snap:delete repository snapshot:as 5026288:AUE_smf_attach_snap:attach repository snapshot:as 5036289:AUE_smf_annotation:annotate transaction:as,ss 5046290:AUE_smf_create_prop:create service instance property:as 5056291:AUE_smf_change_prop:change service instance property:as 5066292:AUE_smf_delete_prop:delete service instance property:as 507# 508# nwamd(1M) events 509# 5106300:AUE_nwam_attach:attach nwam user:ss 5116301:AUE_nwam_detach:detach nwam user:ss 512# 513# TCSD(8) events 514# 5156400:AUE_tpm_takeownership:take ownership of TPM:as 5166401:AUE_tpm_clearowner:clear ownership of TPM:as 5176402:AUE_tpm_setoperatorauth:set TPM operator authorization:as 5186403:AUE_tpm_setownerinstall:set TPM ownership flag:as 5196404:AUE_tpm_selftestfull:test all TPM protected capabilities:as 5206405:AUE_tpm_certifyselftest:perform full TPM self-test:as 5216406:AUE_tpm_continueselftest:complete TPM self-test:as 5226407:AUE_tpm_ownersetdisable:change the status of TPM disable flag:as 5236408:AUE_tpm_ownerclear:perform the clear operation under TPM owner auth:as 5246409:AUE_tpm_disableownerclear:disable TPM_OwnerClear command permanently:as 5256410:AUE_tpm_forceclear:perform TPM clear operation under physical access:as 5266411:AUE_tpm_disableforceclear:disable ForceClear execution until next startup:as 5276412:AUE_tpm_physicaldisable:disable TPM physical presence:as 5286413:AUE_tpm_physicalenable:enable TPM physical presence:as 5296414:AUE_tpm_physicaldeactivate:set TPM deactivated flag:as 5306415:AUE_tpm_settempdeactivated:set volatile TPM deactivated flag to TRUE:as 5316416:AUE_tpm_settempdeactivated2:set volatile TPM deactivated flag TRUE with auth:as 5326417:AUE_tpm_physicalpresence:set the TPM physical presence flag:as 5336418:AUE_tpm_fieldupgrade:update TPM protected capabilities:as 5346419:AUE_tpm_resetlockvalue:reset TPM failed authorization attempt lock:as 535 536# 537# Trusted Extensions events: 538# 5399035:AUE_sl_change:Workspace label change:ap 5409036:AUE_file_relabel:relabel file:fm 5419037:AUE_file_copy:file copy:fm 5429038:AUE_file_move:file move:no 5439039:AUE_sel_mgr_xfer:selection manager transfer:fm 5449101:AUE_ClientConnect:client connection to x server:lo 5459102:AUE_ClientDisconnect:client disconn. from x server:lo 5469120:AUE_ChangeProperty:XChangeProperty(3X11):xc 5479121:AUE_DeleteProperty:XDeleteProperty(3X11):xc 5489137:AUE_GrabServer:XGrabServer(3X11):ot 5499138:AUE_UngrabServer:XUngrabServer(3X11):ot 5509146:AUE_SetFontPath:XSetFontPath(3X11):ot 5519173:AUE_InstallColormap:XInstallColormap(3X11):ot 5529174:AUE_UninstallColormap:XUninstallColormap(3X11):xp 5539193:AUE_SetScreenSaver:XSetScreenSaver(3X11):xp 5549194:AUE_ChangeHosts:XChangeHosts(3X11):ot 5559195:AUE_SetAccessControl:XSetAccessControl(3X11):xp 5569196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs 5579197:AUE_KillClient:XKillClient(3X11):xc 5589202:AUE_XExtensions:X server extensions:xp 5599103:AUE_CreateWindow:XCreateWindow(3X11):xc 5609104:AUE_ChangeWindowAttributes:XChangeWindowAttributes(3X11):xp 5619105:AUE_GetWindowAttributes:XGetWindowAttributes(3X11):xp 5629106:AUE_DestroyWindow:XDestroyWindow(3X11):xc 5639107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc 5649108:AUE_ChangeSaveSet:XChangeSaveSet(3X11):xp 5659109:AUE_ReparentWindow:XReparentWindow(3X11):xp 5669110:AUE_MapWindow:XMapWindow(3X11):xp 5679111:AUE_MapSubwindows:XMapSubwindows(3X11):xp 5689112:AUE_UnmapWindow:XUnmapWindow(3X11):xp 5699113:AUE_UnmapSubwindows:XUnmapSubwindows(3X11):xp 5709114:AUE_ConfigureWindow:XConfigureWindow(3X11):xp 5719115:AUE_CirculateWindow:XCirculateWindow(3X11):xp 5729116:AUE_GetGeometry:XGetGeometry(3X11):xp 5739117:AUE_QueryTree:XQueryTree(3X11):xp 5749118:AUE_InternAtom:XInternAtom(3X11):xs 5759119:AUE_GetAtomName:XGetAtomName(3X11):xs 5769122:AUE_GetProperty:XGetProperty(3X11):xp 5779123:AUE_ListProperties:XListProperties(3X11):xp 5789124:AUE_SetSelectionOwner:XSetSelectionOwner(3X11):xp 5799125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs 5809126:AUE_ConvertSelection:XConvertSelection(3X11):xs 5819127:AUE_SendEvent:XSendEvent(3X11):xs 5829128:AUE_GrabPointer:XGrabPointer(3X11):xs 5839129:AUE_UngrabPointer:XUngrabPointer(3X11):xs 5849130:AUE_GrabButton:XGrabButton(3X11):xp 5859131:AUE_UngrabButton:XUngrabButton(3X11):xs 5869132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs 5879133:AUE_GrabKeyboard:XGrabKeyboard(3X11):xp 5889134:AUE_UngrabKeyboard:XUngrabKeyboard(3X11):xs 5899135:AUE_GrabKey:XGrabKey(3X11):xp 5909136:AUE_UngrabKey:XUngrabKey(3X11):xp 5919139:AUE_QueryPointer:XQueryPointer(3X11):xp 5929140:AUE_GetMotionEvents:XGetMotionEvents(3X11):xp 5939141:AUE_TranslateCoords:XTranslateCoords(3X11):xp 5949142:AUE_WarpPointer:XWarpPointer(3X11):xs 5959143:AUE_SetInputFocus:XSetInputFocus(3X11):xs 5969144:AUE_GetInputFocus:XGetInputFocus(3X11):xs 5979145:AUE_QueryKeymap:XQueryKeymap(3X11):xp 5989147:AUE_FreePixmap:XFreePixmap(3X11):xc 5999148:AUE_ChangeGC:XChangeGC(3X11):xp 6009149:AUE_CopyGC:XCopyGC(3X11):xp 6019150:AUE_SetDashes:XSetDashes(3X11):xp 6029151:AUE_SetClipRectangles:XSetClipRectangles(3X11):xp 6039152:AUE_FreeGC:XFreeGC(3X11):xc 6049153:AUE_ClearArea:XClearArea(3X11):xp 6059154:AUE_CopyArea:XCopyArea(3X11):xs 6069155:AUE_CopyPlane:XCopyPlane(3X11):xs 6079156:AUE_PolyPoint:XPolyPoint(3X11):xp 6089157:AUE_PolyLine:XPolyLine(3X11):xp 6099158:AUE_PolySegment:XPolySegment(3X11):xp 6109159:AUE_PolyRectangle:XPolyRectangle(3X11):xs 6119160:AUE_PolyArc:XPolyArc(3X11):xp 6129161:AUE_FillPolygon:XFillPolygon(3X11):xp 6139162:AUE_PolyFillRectangle:XPolyFillRectangle(3X11):xp 6149163:AUE_PolyFillArc:XPolyFillArc(3X11):xp 6159164:AUE_PutImage:XPutImage(3X11):xp 6169165:AUE_GetImage:XGetImage(3X11):xs 6179166:AUE_PolyText8:XPolyText8(3X11):xp 6189167:AUE_PolyText16:XPolyText16(3X11):xp 6199168:AUE_ImageText8:XImageText8(3X11):xp 6209169:AUE_ImageText16:XImageText16(3X11):xp 6219170:AUE_CreateColormap:XCreateColormap(3X11):xc 6229171:AUE_FreeColormap:XFreeColormap(3X11):xc 6239172:AUE_CopyColormapAndFree:XCopyColormapAndFree(3X11):xp 6249175:AUE_ListInstalledColormaps:XListInstalledColormaps(3X11):xs 6259176:AUE_AllocColor:XAllocColor(3X11):xc 6269177:AUE_AllocNamedColor:XAllocNamedColor(3X11):xc 6279178:AUE_AllocColorCells:XAllocColorCells(3X11):xc 6289179:AUE_AllocColorPlanes:XAllocColorPlanes(3X11):xc 6299180:AUE_FreeColors:XFreeColors(3X11):xc 6309181:AUE_StoreColors:XStoreColors(3X11):xp 6319182:AUE_StoreNamedColor:XStoreNamedColor(3X11):xp 6329183:AUE_QueryColors:XQueryColors(3X11):xp 6339184:AUE_LookupColor:XLookupColor(3X11):xp 6349185:AUE_CreateCursor:XCreateCursor(3X11):xc 6359186:AUE_CreateGlyphCursor:XCreateGlyphCursor(3X11):xc 6369187:AUE_FreeCursor:XFreeCursor(3X11):xc 6379188:AUE_RecolorCursor:XRecolorCursor(3X11):xp 6389189:AUE_ChangeKeyboardMapping:XChangeKeyboardMapping(3X11):xs 6399190:AUE_ChangeKeyboardControl:XChangeKeyboardControl(3X11):xs 6409191:AUE_Bell:XBell(3X11):xs 6419192:AUE_ChangePointerControl:XChangePointerControl(3X11):xs 6429198:AUE_RotateProperties:XRotateProperties(3X11):xp 6439199:AUE_ForceScreenSaver:XForceScreenSaver(3X11):xp 6449200:AUE_SetPointerMapping:XSetPointerMapping(3X11):xs 6459201:AUE_SetModifierMapping:XSetModifierMapping(3X11):xs 646