1 # 2 # Copyright 2008 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 - 2047 (reserved but not allocated) 57 # 58 # Allocation of user level audit events: 59 # 2048 - 5999 (reserved but not allocated) 60 # 6000 - 9999 allocated for Solaris 61 # 10000 - 32767 (reserved but not allocated) 62 # 32768 - 65535 (Available for third party TCB applications) 63 # 64 # 65 # kernel audit events 66 # 1 - 511 allocated for Solaris 67 # 68 0:AUE_NULL:indir system call:no 69 1:AUE_EXIT:exit(2):ps 70 2:AUE_FORKALL:forkall(2):ps 71 # AUE_OPEN is a placeholder and will not be generated 72 3:AUE_OPEN:open(2) - place holder:no 73 4:AUE_CREAT:creat(2):fc 74 5:AUE_LINK:link(2):fc 75 6:AUE_UNLINK:unlink(2):fd 76 7:AUE_EXEC:exec(2):ps,ex 77 8:AUE_CHDIR:chdir(2):pm 78 9:AUE_MKNOD:mknod(2):fc 79 10:AUE_CHMOD:chmod(2):fm 80 11:AUE_CHOWN:chown(2):fm 81 12:AUE_UMOUNT:umount(2) - old version:as 82 13:AUE_JUNK:junk:no 83 14:AUE_ACCESS:access(2):fa 84 15:AUE_KILL:kill(2):pm 85 16:AUE_STAT:stat(2):fa 86 17:AUE_LSTAT:lstat(2):fa 87 18:AUE_ACCT:acct(2):as 88 19:AUE_MCTL:mctl(2):no 89 20:AUE_REBOOT:reboot(2):no 90 21:AUE_SYMLINK:symlink(2):fc 91 22:AUE_READLINK:readlink(2):fr 92 23:AUE_EXECVE:execve(2):ps,ex 93 24:AUE_CHROOT:chroot(2):pm 94 25:AUE_VFORK:vfork(2):ps 95 26:AUE_SETGROUPS:setgroups(2):pm 96 27:AUE_SETPGRP:setpgrp(2):pm 97 28:AUE_SWAPON:swapon(2):no 98 29:AUE_SETHOSTNAME:sethostname(2):no 99 30:AUE_FCNTL:fcntl(2):fm 100 31:AUE_SETPRIORITY:setpriority(2):no 101 32:AUE_CONNECT:connect(2):nt 102 33:AUE_ACCEPT:accept(2):nt 103 34:AUE_BIND:bind(2):nt 104 35:AUE_SETSOCKOPT:setsockopt(2):nt 105 36:AUE_VTRACE:vtrace(2):pm 106 37:AUE_SETTIMEOFDAY:settimeofday(2):no 107 38:AUE_FCHOWN:fchown(2):fm 108 39:AUE_FCHMOD:fchmod(2):fm 109 40:AUE_SETREUID:setreuid(2):pm 110 41:AUE_SETREGID:setregid(2):pm 111 42:AUE_RENAME:rename(2):fc,fd 112 43:AUE_TRUNCATE:truncate(2):no 113 44:AUE_FTRUNCATE:ftruncate(2):no 114 45:AUE_FLOCK:flock(2):no 115 46:AUE_SHUTDOWN:shutdown(2):nt 116 47:AUE_MKDIR:mkdir(2):fc 117 48:AUE_RMDIR:rmdir(2):fd 118 49:AUE_UTIMES:utimes(2):fm 119 50:AUE_ADJTIME:adjtime(2):as 120 51:AUE_SETRLIMIT:setrlimit(2):ua 121 52:AUE_KILLPG:killpg(2):no 122 53:AUE_NFS_SVC:nfs_svc(2):no 123 54:AUE_STATFS:statfs(2):fa 124 55:AUE_FSTATFS:fstatfs(2):fa 125 56:AUE_UNMOUNT:unmount(2):no 126 57:AUE_ASYNC_DAEMON:async_daemon(2):no 127 58:AUE_NFS_GETFH:nfs_getfh(2):no 128 59:AUE_SETDOMAINNAME:setdomainname(2):no 129 60:AUE_QUOTACTL:quotactl(2):no 130 61:AUE_EXPORTFS:exportfs(2):no 131 62:AUE_MOUNT:mount(2):as 132 # AUE_SEMSYS is a placeholder and will not be generated 133 63:AUE_SEMSYS:semsys(2) - place holder:no 134 # AUE_MSGSYS is a placeholder and will not be generated 135 64:AUE_MSGSYS:msgsys(2) - place holder:no 136 # AUE_SHMSYS is a placeholder and will not be generated 137 65:AUE_SHMSYS:shmsys(2) - place holder:no 138 66:AUE_BSMSYS:bsmsys(2) - place holder:no 139 67:AUE_RFSSYS:rfssys(2) - place holder:no 140 68:AUE_FCHDIR:fchdir(2):pm 141 69:AUE_FCHROOT:fchroot(2):pm 142 70:AUE_VPIXSYS:vpixsys(2) - place holder:no 143 71:AUE_PATHCONF:pathconf(2):fa 144 72:AUE_OPEN_R:open(2) - read:fr 145 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr 146 74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr 147 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr 148 76:AUE_OPEN_W:open(2) - write:fw 149 77:AUE_OPEN_WC:open(2) - write,creat:fc,fw 150 78:AUE_OPEN_WT:open(2) - write,trunc:fd,fw 151 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw 152 80:AUE_OPEN_RW:open(2) - read,write:fr,fw 153 81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr 154 82:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw 155 83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr 156 84:AUE_MSGCTL:msgctl(2) - illegal command:ip 157 85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip 158 86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip 159 87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip 160 88:AUE_MSGGET:msgget(2):ip 161 89:AUE_MSGRCV:msgrcv(2):ip 162 90:AUE_MSGSND:msgsnd(2):ip 163 91:AUE_SHMCTL:shmctl(2) - illegal command:ip 164 92:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip 165 93:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip 166 94:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip 167 95:AUE_SHMGET:shmget(2):ip 168 96:AUE_SHMAT:shmat(2):ip 169 97:AUE_SHMDT:shmdt(2):ip 170 98:AUE_SEMCTL:semctl(2) - illegal command:ip 171 99:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip 172 100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip 173 101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip 174 102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip 175 103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip 176 104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip 177 105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip 178 106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip 179 107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip 180 108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip 181 109:AUE_SEMGET:semget(2):ip 182 110:AUE_SEMOP:semop(2):ip 183 111:AUE_CORE:process dumped core:fc 184 112:AUE_CLOSE:close(2):cl 185 113:AUE_SYSTEMBOOT:system booted:na 186 114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no 187 115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no 188 130:AUE_GETAUID:getauid(2):aa 189 131:AUE_SETAUID:setauid(2):aa 190 132:AUE_GETAUDIT:getaudit(2):aa 191 133:AUE_SETAUDIT:setaudit(2):aa 192 134:AUE_GETUSERAUDIT:getuseraudit(2):no 193 135:AUE_SETUSERAUDIT:setuseraudit(2):no 194 # AUE_AUDITSVC is a placeholder and will not be generated 195 136:AUE_AUDITSVC:auditsvc(2) - place holder:no 196 # AUE_AUDITON is a placeholder and will not be generated 197 138:AUE_AUDITON:auditon(2) - place holder:no 198 139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no 199 140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no 200 141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa 201 142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as 202 143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no 203 144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no 204 145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as 205 146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as 206 147:AUE_GETKERNSTATE:getkernstate(2):no 207 148:AUE_SETKERNSTATE:setkernstate(2):no 208 149:AUE_GETPORTAUDIT:getportaudit(2):no 209 150:AUE_AUDITSTAT:auditstat(2):no 210 153:AUE_ENTERPROM:enter prom:na 211 154:AUE_EXITPROM:exit prom:na 212 158:AUE_IOCTL:ioctl(2):io 213 173:AUE_ONESIDE:one-sided session record:no 214 174:AUE_MSGGETL:msggetl(2):no 215 175:AUE_MSGRCVL:msgrcvl(2):no 216 176:AUE_MSGSNDL:msgsndl(2):no 217 177:AUE_SEMGETL:semgetl(2):no 218 178:AUE_SHMGETL:shmgetl(2):no 219 183:AUE_SOCKET:socket(2):nt 220 184:AUE_SENDTO:sendto(2):nt 221 # AUE_PIPE is a potentially very high-volume event, use with caution 222 185:AUE_PIPE:pipe(2):no 223 186:AUE_SOCKETPAIR:socketpair(2):no 224 187:AUE_SEND:send(2):no 225 188:AUE_SENDMSG:sendmsg(2):nt 226 189:AUE_RECV:recv(2):no 227 190:AUE_RECVMSG:recvmsg(2):nt 228 191:AUE_RECVFROM:recvfrom(2):nt 229 # AUE_READ is a potentially very high-volume event, use with caution 230 192:AUE_READ:read(2):no 231 193:AUE_GETDENTS:getdents(2):no 232 194:AUE_LSEEK:lseek(2):no 233 # AUE_WRITE is a potentially very high-volume event, use with caution 234 195:AUE_WRITE:write(2):no 235 196:AUE_WRITEV:writev(2):no 236 197:AUE_NFS:nfs server:no 237 198:AUE_READV:readv(2):no 238 199:AUE_OSTAT:old stat(2):no 239 200:AUE_SETUID:old setuid(2):pm 240 201:AUE_STIME:old stime(2):as 241 202:AUE_UTIME:old utime(2):fm 242 203:AUE_NICE:old nice(2):pm 243 204:AUE_OSETPGRP:old setpgrp(2):no 244 205:AUE_SETGID:old setgid(2):pm 245 206:AUE_READL:readl(2):no 246 207:AUE_READVL:readvl(2):no 247 208:AUE_FSTAT:fstat(2):no 248 209:AUE_DUP2:dup2(2):no 249 # AUE_MMAP is a potentially very high-volume event, use with caution 250 210:AUE_MMAP:mmap(2):no 251 # AUE_AUDIT is a potentially very high-volume event, use with caution 252 211:AUE_AUDIT:audit(2):no 253 212:AUE_PRIOCNTLSYS:priocntlsys(2):pm 254 213:AUE_MUNMAP:munmap(2):cl 255 214:AUE_SETEGID:setegid(2):pm 256 215:AUE_SETEUID:seteuid(2):pm 257 216:AUE_PUTMSG:putmsg(2):nt 258 217:AUE_GETMSG:getmsg(2):nt 259 218:AUE_PUTPMSG:putpmsg(2):nt 260 219:AUE_GETPMSG:getpmsg(2):nt 261 # AUE_AUDITSYS is a placeholder and will not be generated 262 220:AUE_AUDITSYS:audit system calls place holder:no 263 221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa 264 222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as 265 223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as 266 224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as 267 225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as 268 226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as 269 227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as 270 228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as 271 229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa 272 230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as 273 231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as 274 232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as 275 233:AUE_FUSERS:utssys(2) - fusers:fa 276 234:AUE_STATVFS:statvfs(2):fa 277 235:AUE_XSTAT:xstat(2):no 278 236:AUE_LXSTAT:lxstat(2):no 279 237:AUE_LCHOWN:lchown(2):fm 280 238:AUE_MEMCNTL:memcntl(2):ot 281 239:AUE_SYSINFO:sysinfo(2):as 282 240:AUE_XMKNOD:xmknod(2):no 283 241:AUE_FORK1:fork1(2):ps 284 # AUE_MODCTL is a placeholder and will not be generated 285 242:AUE_MODCTL:modctl(2) system call place holder:no 286 243:AUE_MODLOAD:modctl(2) - load module:as 287 244:AUE_MODUNLOAD:modctl(2) - unload module:as 288 # AUE_MODCONFIG is a place holder and will not be generated 289 245:AUE_MODCONFIG:modctl(2) - no longer generated:no 290 246:AUE_MODADDMAJ:modctl(2) - bind module:as 291 247:AUE_SOCKACCEPT:getmsg-accept:nt 292 248:AUE_SOCKCONNECT:putmsg-connect:nt 293 249:AUE_SOCKSEND:putmsg-send:nt 294 250:AUE_SOCKRECEIVE:getmsg-receive:nt 295 251:AUE_ACLSET:acl(2) - SETACL command:fm 296 252:AUE_FACLSET:facl(2) - SETACL command:fm 297 # AUE_DOORFS is a placeholder and will not be generated 298 253:AUE_DOORFS:doorfs(2) - system call place holder:no 299 254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip 300 255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip 301 256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip 302 257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip 303 258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip 304 259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip 305 260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip 306 261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip 307 262:AUE_P_ONLINE:p_online(2):as 308 263:AUE_PROCESSOR_BIND:processor_bind(2):as 309 264:AUE_INST_SYNC:inst_sync(2):as 310 265:AUE_SOCKCONFIG:configure socket:nt 311 266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa 312 267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa 313 268:AUE_UMOUNT2:umount2(2):as 314 # AUE_FSAT is a placeholder and will not be generated 315 269:AUE_FSAT:fsat(2) - place holder:no 316 270:AUE_OPENAT_R:openat(2) - read:fr 317 271:AUE_OPENAT_RC:openat(2) - read,creat:fc,fr 318 272:AUE_OPENAT_RT:openat(2) - read,trunc:fd,fr 319 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:fc,fd,fr 320 274:AUE_OPENAT_W:openat(2) - write:fw 321 275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw 322 276:AUE_OPENAT_WT:openat(2) - write,trunc:fd,fw 323 277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:fc,fd,fw 324 278:AUE_OPENAT_RW:openat(2) - read,write:fr,fw 325 279:AUE_OPENAT_RWC:openat(2) - read,write,creat:fc,fw,fr 326 280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:fd,fr,fw 327 281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:fc,fd,fw,fr 328 282:AUE_RENAMEAT:renameat(2):fc,fd 329 # AUE_FSTATAT is a potentially very high-volume event, use with caution 330 283:AUE_FSTATAT:fstatat(2):no 331 284:AUE_FCHOWNAT:fchownat(2):fm 332 285:AUE_FUTIMESAT:futimesat(2):fm 333 286:AUE_UNLINKAT:unlinkat(2):fd 334 287:AUE_CLOCK_SETTIME:clock_settime(3RT):as 335 288:AUE_NTP_ADJTIME:ntp_adjtime(2):as 336 289:AUE_SETPPRIV:setppriv(2):pm 337 290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as 338 291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as 339 292:AUE_CRYPTOADM:kernel cryptographic framework:as 340 293:AUE_CONFIGSSL:configure kernel SSL:as 341 294:AUE_BRANDSYS:brandsys(2):ot 342 295:AUE_PF_POLICY_ADDRULE:Add IPsec policy rule:as 343 296:AUE_PF_POLICY_DELRULE:Delete IPsec policy rule:as 344 297:AUE_PF_POLICY_CLONE:Clone IPsec policy:as 345 298:AUE_PF_POLICY_FLIP:Flip IPsec policy:as 346 299:AUE_PF_POLICY_FLUSH:Flush IPsec policy rules:as 347 300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:as 348 301:AUE_PORTFS:portfs(2) - file events source:fa 349 # 350 302:AUE_LABELSYS_TNRH:tnrh(2) - config TN remote host cache:as 351 303:AUE_LABELSYS_TNRHTP:tnrhtp(2) - config TN remote host template cache:as 352 304:AUE_LABELSYS_TNMLP:tnmlp(2) - config TN multi-level port entry:as 353 # 354 # user level audit events 355 # 2048 - 6143 Reserved 356 # 357 # 6000 - 7999 allocated for Solaris 358 # 359 6144:AUE_at_create:at-create atjob:ua 360 6145:AUE_at_delete:at-delete atjob (at or atrm):ua 361 6146:AUE_at_perm:at-permission:no 362 6147:AUE_cron_invoke:cron-invoke:ua 363 6148:AUE_crontab_create:crontab-crontab created:ua 364 6149:AUE_crontab_delete:crontab-crontab deleted:ua 365 6150:AUE_crontab_perm:crontab-persmisson:no 366 6151:AUE_inetd_connect:inetd connect:na 367 6152:AUE_login:login - local:lo 368 6153:AUE_logout:logout:lo 369 6154:AUE_telnet:login - telnet:lo 370 6155:AUE_rlogin:login - rlogin:lo 371 6156:AUE_mountd_mount:mount:na 372 6157:AUE_mountd_umount:unmount:na 373 6158:AUE_rshd:rsh access:lo 374 6159:AUE_su:su:lo 375 6160:AUE_halt_solaris:halt(1m):ss 376 6161:AUE_reboot_solaris:reboot(1m):ss 377 6162:AUE_rexecd:rexecd:lo 378 6163:AUE_passwd:passwd:lo 379 6164:AUE_rexd:rexd:lo 380 6165:AUE_ftpd:ftp access:lo 381 6166:AUE_init_solaris:init(1m):ss 382 6167:AUE_uadmin_solaris:uadmin(1m):no 383 6168:AUE_shutdown_solaris:shutdown(1b):ss 384 6169:AUE_poweroff_solaris:poweroff(1m):ss 385 6170:AUE_crontab_mod:crontab-modify:ua 386 6171:AUE_ftpd_logout:ftp logout:lo 387 6172:AUE_ssh:login - ssh:lo 388 6173:AUE_role_login:role login:lo 389 6180:AUE_prof_cmd:profile command:ua,as 390 6181:AUE_filesystem_add:add filesystem:as 391 6182:AUE_filesystem_delete:delete filesystem:as 392 6183:AUE_filesystem_modify:modify filesystem:as 393 6184:AUE_network_add:add network attributes:as 394 6185:AUE_network_delete:delete network attributes:as 395 6186:AUE_network_modify:modify network attributes:as 396 6187:AUE_printer_add:add printer:as 397 6188:AUE_printer_delete:delete printer:as 398 6189:AUE_printer_modify:modify printer:as 399 6190:AUE_scheduledjob_add:add scheduled job:ua 400 6191:AUE_scheduledjob_delete:delete scheduled job:ua 401 6192:AUE_scheduledjob_modify:modify scheduled job:ua 402 6193:AUE_serialport_add:add serial port:as 403 6194:AUE_serialport_delete:delete serial port:as 404 6195:AUE_serialport_modify:modify serial port:as 405 6196:AUE_usermgr_add:add user/user attributes:ua 406 6197:AUE_usermgr_delete:delete user/user attributes:ua 407 6198:AUE_usermgr_modify:modify user/user attributes:ua 408 6199:AUE_uauth:authorization used:ua,as 409 6200:AUE_allocate_succ:allocate-device success:ot 410 6201:AUE_allocate_fail:allocate-device failure:ot 411 6202:AUE_deallocate_succ:deallocate-device success:ot 412 6203:AUE_deallocate_fail:deallocate-device failure:ot 413 6205:AUE_listdevice_succ:allocate-list devices success:ot 414 6206:AUE_listdevice_fail:allocate-list devices failure:ot 415 6207:AUE_create_user:create user:ua 416 6208:AUE_modify_user:modify user:ua 417 6209:AUE_delete_user:delete user:ua 418 6210:AUE_disable_user:disable user:ua 419 6211:AUE_enable_user:enable user:ua 420 6212:AUE_newgrp_login:newgrp login:lo 421 6213:AUE_admin_authenticate:admin login:lo 422 6214:AUE_kadmind_auth:authenticated kadmind request:ua 423 6215:AUE_kadmind_unauth:unauthenticated kadmind req:ua 424 6216:AUE_krb5kdc_as_req:kdc authentication svc request:ap 425 6217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap 426 6218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap 427 6219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap 428 6220:AUE_smserverd:smserverd:ot 429 6221:AUE_screenlock:screenlock - lock:lo 430 6222:AUE_screenunlock:screenlock - unlock:lo 431 6223:AUE_zone_state:zoneadmd:ss 432 6224:AUE_inetd_copylimit:inetd copylimit:na 433 6225:AUE_inetd_failrate:inetd failrate:na 434 6226:AUE_inetd_ratelimit:inetd ratelimit:na 435 6227:AUE_zlogin:login - zlogin:lo 436 6228:AUE_su_logout:su logout:lo 437 6229:AUE_role_logout:role logout:lo 438 6230:AUE_attach:attach device:ot 439 6231:AUE_detach:detach device:ot 440 6232:AUE_remove:remove/eject device:ot 441 6233:AUE_pool_import:import device into pool:ot 442 6234:AUE_pool_export:export device from pool:ot 443 6235:AUE_dladm_create_secobj:create network security object:as,cy 444 6236:AUE_dladm_delete_secobj:delete network security object:as,cy 445 6237:AUE_uadmin_shutdown:uadmin(1m) - shutdown:ss 446 6238:AUE_uadmin_reboot:uadmin(1m) - reboot:ss 447 6239:AUE_uadmin_dump:uadmin(1m) - dump:ss 448 6240:AUE_uadmin_freeze:uadmin(1m) - freeze:ss 449 6241:AUE_uadmin_remount:uadmin(1m) - remount:ss 450 6242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss 451 6243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss 452 6244:AUE_smbd_session:smbd(1m) session setup:lo 453 6245:AUE_smbd_logoff:smbd(1m) session logoff:lo 454 6246:AUE_vscan_quarantine:vscand(1m) quarantine infected file:na 455 6247:AUE_ndmp_connect:ndmp connect:na 456 6248:AUE_ndmp_disconnect:ndmp disconnect:na 457 6249:AUE_ndmp_backup:ndmp backup:na 458 6250:AUE_ndmp_restore:ndmp restore:na 459 6251:AUE_cpu_ondemand:set ondemand CPU freq governor:ss 460 6252:AUE_cpu_performance:set max CPU freq governor:ss 461 6253:AUE_cpu_threshold:set CPU freq threshold:ss 462 6254:AUE_uadmin_thaw:uadmin(1m) - thaw after freeze:ss,na 463 464 # 465 # SMF(5) svc.configd events (svcadm(1M) related) 466 # 467 6260:AUE_smf_enable:persistently enable service instance:ss 468 6261:AUE_smf_tmp_enable:temporarily enable service instance:ss 469 6262:AUE_smf_disable:persistently disable service instance:ss 470 6263:AUE_smf_tmp_disable:temporarily disable service instance:ss 471 6264:AUE_smf_restart:restart service instance:ss 472 6265:AUE_smf_refresh:refresh service instance:ss 473 6266:AUE_smf_clear:clear service instance state:ss 474 6267:AUE_smf_degrade:set service instance degraded state:ss 475 6268:AUE_smf_immediate_degrade:immediately set service instance degraded state:ss 476 6269:AUE_smf_maintenance:set service instance persistent maintenance state:ss 477 6270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss 478 6271:AUE_smf_immtmp_maintenance:immediately set service instance temporary maintenance state:ss 479 6272:AUE_smf_tmp_maintenance:set service instance maintenance temporary state:ss 480 6273:AUE_smf_milestone:set service management facility milestone:ss 481 # 482 # SMF(5) svc.configd miscellaneous events 483 # 484 6275:AUE_smf_read_prop:read restricted access property value:as 485 # 486 # SMF(5) svc.configd events (svccfg(1M) related) 487 # 488 6280:AUE_smf_create:create service instance object:as 489 6281:AUE_smf_delete:delete service instance object:as 490 6282:AUE_smf_create_pg:create persistent service property group:as 491 6283: