Print this page
uts: Allow for address space randomisation.
Randomise the base addresses of shared objects, non-fixed mappings, the
stack and the heap. Introduce a service, svc:/system/process-security,
and a tool psecflags(1) to control and observe it
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libbsm/audit_event.txt
+++ new/usr/src/lib/libbsm/audit_event.txt
1 1 #
2 2 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
3 3 #
4 4 #
5 5 # CDDL HEADER START
6 6 #
7 7 # The contents of this file are subject to the terms of the
8 8 # Common Development and Distribution License (the "License").
9 9 # You may not use this file except in compliance with the License.
10 10 #
11 11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12 12 # or http://www.opensolaris.org/os/licensing.
13 13 # See the License for the specific language governing permissions
14 14 # and limitations under the License.
15 15 #
16 16 # When distributing Covered Code, include this CDDL HEADER in each
17 17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18 18 # If applicable, add the following below this CDDL HEADER, with the
19 19 # fields enclosed by brackets "[]" replaced with your own identifying
20 20 # information: Portions Copyright [yyyy] [name of copyright owner]
21 21 #
22 22 # CDDL HEADER END
23 23 #
24 24 # Audit Event Database
25 25 #
26 26 # File Format:
27 27 #
28 28 # event number:event name:event description:event classes (comma separated)
29 29 #
30 30 # Used to map audit events to audit classes for preselection and post-selection.
31 31 # Used by TCB programs that write audit records to preselect audit events
32 32 # based on event to class mappings.
33 33 #
34 34 # NOTE: several events are obsolete but must continue to be defined here for
35 35 # compatibility reasons. Obsolete events are defined in the "no" (invalid)
36 36 # class to indicate they will not be generated. Other events in the "no"
37 37 # class which are not obsolete (but are in this class for other reasons),
38 38 # are individually noted with a comment for explanation.
39 39 #
40 40 # System Adminstrators: Do NOT modify or add events with an event number less
41 41 # than 32768. These are reserved by the system.
42 42 #
43 43 # 0 Reserved as an invalid event number.
44 44 # 1 - 2047 Reserved for the Solaris Kernel events.
45 45 # 2048 - 32767 Reserved for the Solaris TCB programs.
46 46 # 32768 - 65535 Available for third party TCB applications.
47 47 #
48 48 #
49 49 # Allocation of reserved kernel events:
50 50 # (NOTE: the kernel event table, and possibly MAX_KEVENTS, must be updated
51 51 # in audit_kevents.h when changes are made to kernel events.)
52 52 # 1 - 511 allocated for Solaris
53 53 # 512 - 2047 (reserved but not allocated)
54 54 #
55 55 # Allocation of user level audit events:
56 56 # 2048 - 5999 (reserved but not allocated)
57 57 # 6000 - 9999 allocated for Solaris
58 58 # 10000 - 32767 (reserved but not allocated)
59 59 # 32768 - 65535 (Available for third party TCB applications)
60 60 #
61 61 #
62 62 # kernel audit events
63 63 # 1 - 511 allocated for Solaris
64 64 #
65 65 0:AUE_NULL:indir system call:no
66 66 1:AUE_EXIT:exit(2):ps
67 67 2:AUE_FORKALL:forkall(2):ps
68 68 # AUE_OPEN is a placeholder and will not be generated
69 69 3:AUE_OPEN:open(2) - place holder:no
70 70 4:AUE_CREAT:creat(2):no
71 71 5:AUE_LINK:link(2):fc
72 72 6:AUE_UNLINK:unlink(2):fd
73 73 7:AUE_EXEC:exec(2):no
74 74 8:AUE_CHDIR:chdir(2):pm
75 75 9:AUE_MKNOD:mknod(2):fc
76 76 10:AUE_CHMOD:chmod(2):fm
77 77 11:AUE_CHOWN:chown(2):fm
78 78 12:AUE_UMOUNT:umount(2) - old version:as
79 79 13:AUE_JUNK:junk:no
80 80 14:AUE_ACCESS:access(2):fa
81 81 15:AUE_KILL:kill(2):pm
82 82 16:AUE_STAT:stat(2):fa
83 83 17:AUE_LSTAT:lstat(2):fa
84 84 18:AUE_ACCT:acct(2):as
85 85 19:AUE_MCTL:mctl(2):no
86 86 20:AUE_REBOOT:reboot(2):no
87 87 21:AUE_SYMLINK:symlink(2):fc
88 88 22:AUE_READLINK:readlink(2):fr
89 89 23:AUE_EXECVE:execve(2):ps,ex
90 90 24:AUE_CHROOT:chroot(2):pm
91 91 25:AUE_VFORK:vfork(2):ps
92 92 26:AUE_SETGROUPS:setgroups(2):pm
93 93 27:AUE_SETPGRP:setpgrp(2):pm
94 94 28:AUE_SWAPON:swapon(2):no
95 95 29:AUE_SETHOSTNAME:sethostname(2):no
96 96 30:AUE_FCNTL:fcntl(2):fm
97 97 31:AUE_SETPRIORITY:setpriority(2):no
98 98 32:AUE_CONNECT:connect(2):nt
99 99 33:AUE_ACCEPT:accept(2):nt
100 100 34:AUE_BIND:bind(2):nt
101 101 35:AUE_SETSOCKOPT:setsockopt(2):nt
102 102 36:AUE_VTRACE:vtrace(2):no
103 103 37:AUE_SETTIMEOFDAY:settimeofday(2):no
104 104 38:AUE_FCHOWN:fchown(2):fm
105 105 39:AUE_FCHMOD:fchmod(2):fm
106 106 40:AUE_SETREUID:setreuid(2):pm
107 107 41:AUE_SETREGID:setregid(2):pm
108 108 42:AUE_RENAME:rename(2):fc,fd
109 109 43:AUE_TRUNCATE:truncate(2):no
110 110 44:AUE_FTRUNCATE:ftruncate(2):no
111 111 45:AUE_FLOCK:flock(2):no
112 112 46:AUE_SHUTDOWN:shutdown(2):nt
113 113 47:AUE_MKDIR:mkdir(2):fc
114 114 48:AUE_RMDIR:rmdir(2):fd
115 115 49:AUE_UTIMES:utimes(2):fm
116 116 50:AUE_ADJTIME:adjtime(2):as
117 117 51:AUE_SETRLIMIT:setrlimit(2):ua
118 118 52:AUE_KILLPG:killpg(2):no
119 119 53:AUE_NFS_SVC:nfs_svc(2):no
120 120 54:AUE_STATFS:statfs(2):fa
121 121 55:AUE_FSTATFS:fstatfs(2):fa
122 122 56:AUE_UNMOUNT:unmount(2):no
123 123 57:AUE_ASYNC_DAEMON:async_daemon(2):no
124 124 58:AUE_NFS_GETFH:nfs_getfh(2):no
125 125 59:AUE_SETDOMAINNAME:setdomainname(2):no
126 126 60:AUE_QUOTACTL:quotactl(2):no
127 127 61:AUE_EXPORTFS:exportfs(2):no
128 128 62:AUE_MOUNT:mount(2):as
129 129 # AUE_SEMSYS is a placeholder and will not be generated
130 130 63:AUE_SEMSYS:semsys(2) - place holder:no
131 131 # AUE_MSGSYS is a placeholder and will not be generated
132 132 64:AUE_MSGSYS:msgsys(2) - place holder:no
133 133 # AUE_SHMSYS is a placeholder and will not be generated
134 134 65:AUE_SHMSYS:shmsys(2) - place holder:no
135 135 66:AUE_BSMSYS:bsmsys(2) - place holder:no
136 136 67:AUE_RFSSYS:rfssys(2) - place holder:no
137 137 68:AUE_FCHDIR:fchdir(2):pm
138 138 69:AUE_FCHROOT:fchroot(2):pm
139 139 70:AUE_VPIXSYS:vpixsys(2) - place holder:no
140 140 71:AUE_PATHCONF:pathconf(2):fa
141 141 72:AUE_OPEN_R:open(2) - read:fr
142 142 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr
143 143 74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr
144 144 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr
145 145 76:AUE_OPEN_W:open(2) - write:fw
146 146 77:AUE_OPEN_WC:open(2) - write,creat:fc,fw
147 147 78:AUE_OPEN_WT:open(2) - write,trunc:fd,fw
148 148 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw
149 149 80:AUE_OPEN_RW:open(2) - read,write:fr,fw
150 150 81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr
151 151 82:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw
152 152 83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr
153 153 84:AUE_MSGCTL:msgctl(2) - illegal command:ip
154 154 85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip
155 155 86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip
156 156 87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip
157 157 88:AUE_MSGGET:msgget(2):ip
158 158 89:AUE_MSGRCV:msgrcv(2):ip
159 159 90:AUE_MSGSND:msgsnd(2):ip
160 160 91:AUE_SHMCTL:shmctl(2) - illegal command:ip
161 161 92:AUE_SHMCTL_RMID:shmctl(2) - IPC_RMID command:ip
162 162 93:AUE_SHMCTL_SET:shmctl(2) - IPC_SET command:ip
163 163 94:AUE_SHMCTL_STAT:shmctl(2) - IPC_STAT command:ip
164 164 95:AUE_SHMGET:shmget(2):ip
165 165 96:AUE_SHMAT:shmat(2):ip
166 166 97:AUE_SHMDT:shmdt(2):ip
167 167 98:AUE_SEMCTL:semctl(2) - illegal command:ip
168 168 99:AUE_SEMCTL_RMID:semctl(2) - IPC_RMID command:ip
169 169 100:AUE_SEMCTL_SET:semctl(2) - IPC_SET command:ip
170 170 101:AUE_SEMCTL_STAT:semctl(2) - IPC_STAT command:ip
171 171 102:AUE_SEMCTL_GETNCNT:semctl(2) - GETNCNT command:ip
172 172 103:AUE_SEMCTL_GETPID:semctl(2) - GETPID command:ip
173 173 104:AUE_SEMCTL_GETVAL:semctl(2) - GETVAL command:ip
174 174 105:AUE_SEMCTL_GETALL:semctl(2) - GETALL command:ip
175 175 106:AUE_SEMCTL_GETZCNT:semctl(2) - GETZCNT command:ip
176 176 107:AUE_SEMCTL_SETVAL:semctl(2) - SETVAL command:ip
177 177 108:AUE_SEMCTL_SETALL:semctl(2) - SETALL command:ip
178 178 109:AUE_SEMGET:semget(2):ip
179 179 110:AUE_SEMOP:semop(2):ip
180 180 111:AUE_CORE:process dumped core:fc
181 181 112:AUE_CLOSE:close(2):cl
182 182 113:AUE_SYSTEMBOOT:system booted:na
183 183 114:AUE_ASYNC_DAEMON_EXIT:async_daemon(2) exited:no
184 184 115:AUE_NFSSVC_EXIT:nfssvc(2) exited:no
185 185 116:AUE_PFEXEC:execve(2) with pfexec enabled:ps,ex,ua,as
186 186 117:AUE_OPEN_S:open(2) - search:fr
187 187 118:AUE_OPEN_E:open(2) - exec:fr
188 188
189 189 130:AUE_GETAUID:getauid(2):aa
190 190 131:AUE_SETAUID:setauid(2):aa
191 191 132:AUE_GETAUDIT:getaudit(2):aa
192 192 133:AUE_SETAUDIT:setaudit(2):aa
193 193 134:AUE_GETUSERAUDIT:getuseraudit(2):no
194 194 135:AUE_SETUSERAUDIT:setuseraudit(2):no
195 195 # AUE_AUDITSVC is a placeholder and will not be generated
196 196 136:AUE_AUDITSVC:auditsvc(2) - place holder:no
197 197 # AUE_AUDITON is a placeholder and will not be generated
198 198 138:AUE_AUDITON:auditon(2) - place holder:no
199 199 139:AUE_AUDITON_GTERMID:auditon(2) - GETTERMID command:no
200 200 140:AUE_AUDITON_STERMID:auditon(2) - SETTERMID command:no
201 201 141:AUE_AUDITON_GPOLICY:auditon(2) - get audit policy flags:aa
202 202 142:AUE_AUDITON_SPOLICY:auditon(2) - set audit policy flags:as
203 203 143:AUE_AUDITON_GESTATE:auditon(2) - GESTATE command:no
204 204 144:AUE_AUDITON_SESTATE:auditon(2) - SESTATE command:no
205 205 145:AUE_AUDITON_GQCTRL:auditon(2) - get queue control parameters:as
206 206 146:AUE_AUDITON_SQCTRL:auditon(2) - set queue control parameters:as
207 207 147:AUE_GETKERNSTATE:getkernstate(2):no
208 208 148:AUE_SETKERNSTATE:setkernstate(2):no
209 209 149:AUE_GETPORTAUDIT:getportaudit(2):no
210 210 150:AUE_AUDITSTAT:auditstat(2):no
211 211 153:AUE_ENTERPROM:enter prom:na
212 212 154:AUE_EXITPROM:exit prom:na
213 213 158:AUE_IOCTL:ioctl(2):io
214 214 173:AUE_ONESIDE:one-sided session record:no
215 215 174:AUE_MSGGETL:msggetl(2):no
216 216 175:AUE_MSGRCVL:msgrcvl(2):no
217 217 176:AUE_MSGSNDL:msgsndl(2):no
218 218 177:AUE_SEMGETL:semgetl(2):no
219 219 178:AUE_SHMGETL:shmgetl(2):no
220 220 183:AUE_SOCKET:socket(2):nt
221 221 184:AUE_SENDTO:sendto(2):nt
222 222 # AUE_PIPE is a potentially very high-volume event, use with caution
223 223 185:AUE_PIPE:pipe(2):no
224 224 186:AUE_SOCKETPAIR:socketpair(2):no
225 225 187:AUE_SEND:send(2):no
226 226 188:AUE_SENDMSG:sendmsg(2):nt
227 227 189:AUE_RECV:recv(2):no
228 228 190:AUE_RECVMSG:recvmsg(2):nt
229 229 191:AUE_RECVFROM:recvfrom(2):nt
230 230 # AUE_READ is a potentially very high-volume event, use with caution
231 231 192:AUE_READ:read(2):no
232 232 193:AUE_GETDENTS:getdents(2):no
233 233 194:AUE_LSEEK:lseek(2):no
234 234 # AUE_WRITE is a potentially very high-volume event, use with caution
235 235 195:AUE_WRITE:write(2):no
236 236 196:AUE_WRITEV:writev(2):no
237 237 197:AUE_NFS:nfs server:no
238 238 198:AUE_READV:readv(2):no
239 239 199:AUE_OSTAT:old stat(2):no
240 240 200:AUE_SETUID:setuid(2):pm
241 241 201:AUE_STIME:old stime(2):as
242 242 202:AUE_UTIME:old utime(2):no
243 243 203:AUE_NICE:old nice(2):pm
244 244 204:AUE_OSETPGRP:old setpgrp(2):no
245 245 205:AUE_SETGID:old setgid(2):pm
246 246 206:AUE_READL:readl(2):no
247 247 207:AUE_READVL:readvl(2):no
248 248 208:AUE_FSTAT:fstat(2):no
249 249 209:AUE_DUP2:dup2(2):no
250 250 # AUE_MMAP is a potentially very high-volume event, use with caution
251 251 210:AUE_MMAP:mmap(2):no
252 252 # AUE_AUDIT is a potentially very high-volume event, use with caution
253 253 211:AUE_AUDIT:audit(2):no
254 254 212:AUE_PRIOCNTLSYS:priocntlsys(2):pm
255 255 213:AUE_MUNMAP:munmap(2):cl
256 256 214:AUE_SETEGID:setegid(2):pm
257 257 215:AUE_SETEUID:seteuid(2):pm
258 258 216:AUE_PUTMSG:putmsg(2):nt
259 259 217:AUE_GETMSG:getmsg(2):nt
260 260 218:AUE_PUTPMSG:putpmsg(2):nt
261 261 219:AUE_GETPMSG:getpmsg(2):nt
262 262 # AUE_AUDITSYS is a placeholder and will not be generated
263 263 220:AUE_AUDITSYS:audit system calls place holder:no
264 264 221:AUE_AUDITON_GETKMASK:auditon(2) - get kernel mask:aa
265 265 222:AUE_AUDITON_SETKMASK:auditon(2) - set kernel mask:as
266 266 223:AUE_AUDITON_GETCWD:auditon(2) - get current working directory:aa,as
267 267 224:AUE_AUDITON_GETCAR:auditon(2) - get current active root:aa,as
268 268 225:AUE_AUDITON_GETSTAT:auditon(2) - get audit statistics:as
269 269 226:AUE_AUDITON_SETSTAT:auditon(2) - reset audit statistics:as
270 270 227:AUE_AUDITON_SETUMASK:auditon(2) - set mask per audit uid:as
271 271 228:AUE_AUDITON_SETSMASK:auditon(2) - set mask per session ID:as
272 272 229:AUE_AUDITON_GETCOND:auditon(2) - get audit state:aa
273 273 230:AUE_AUDITON_SETCOND:auditon(2) - set audit state:as
274 274 231:AUE_AUDITON_GETCLASS:auditon(2) - get event class:aa,as
275 275 232:AUE_AUDITON_SETCLASS:auditon(2) - set event class:as
276 276 233:AUE_FUSERS:utssys(2) - fusers:fa
277 277 234:AUE_STATVFS:statvfs(2):fa
278 278 235:AUE_XSTAT:xstat(2):no
279 279 236:AUE_LXSTAT:lxstat(2):no
280 280 237:AUE_LCHOWN:lchown(2):fm
281 281 238:AUE_MEMCNTL:memcntl(2):ot
282 282 239:AUE_SYSINFO:sysinfo(2):as
283 283 240:AUE_XMKNOD:xmknod(2):no
284 284 241:AUE_FORK1:fork1(2):ps
285 285 # AUE_MODCTL is a placeholder and will not be generated
286 286 242:AUE_MODCTL:modctl(2) system call place holder:no
287 287 243:AUE_MODLOAD:modctl(2) - load module:as
288 288 244:AUE_MODUNLOAD:modctl(2) - unload module:as
289 289 # AUE_MODCONFIG is a place holder and will not be generated
290 290 245:AUE_MODCONFIG:modctl(2) - no longer generated:no
291 291 246:AUE_MODADDMAJ:modctl(2) - bind module:as
292 292 247:AUE_SOCKACCEPT:getmsg-accept:nt
293 293 248:AUE_SOCKCONNECT:putmsg-connect:nt
294 294 249:AUE_SOCKSEND:putmsg-send:nt
295 295 250:AUE_SOCKRECEIVE:getmsg-receive:nt
296 296 251:AUE_ACLSET:acl(2) - SETACL command:fm
297 297 252:AUE_FACLSET:facl(2) - SETACL command:fm
298 298 # AUE_DOORFS is a placeholder and will not be generated
299 299 253:AUE_DOORFS:doorfs(2) - system call place holder:no
300 300 254:AUE_DOORFS_DOOR_CALL:doorfs(2) - DOOR_CALL:ip
301 301 255:AUE_DOORFS_DOOR_RETURN:doorfs(2) - DOOR_RETURN:ip
302 302 256:AUE_DOORFS_DOOR_CREATE:doorfs(2) - DOOR_CREATE:ip
303 303 257:AUE_DOORFS_DOOR_REVOKE:doorfs(2) - DOOR_REVOKE:ip
304 304 258:AUE_DOORFS_DOOR_INFO:doorfs(2) - DOOR_INFO:ip
305 305 259:AUE_DOORFS_DOOR_CRED:doorfs(2) - DOOR_CRED:ip
306 306 260:AUE_DOORFS_DOOR_BIND:doorfs(2) - DOOR_BIND:ip
307 307 261:AUE_DOORFS_DOOR_UNBIND:doorfs(2) - DOOR_UNBIND:ip
308 308 262:AUE_P_ONLINE:p_online(2):as
309 309 263:AUE_PROCESSOR_BIND:processor_bind(2):as
310 310 264:AUE_INST_SYNC:inst_sync(2):as
311 311 265:AUE_SOCKCONFIG:configure socket:nt
312 312 266:AUE_SETAUDIT_ADDR:setaudit_addr(2):aa
313 313 267:AUE_GETAUDIT_ADDR:getaudit_addr(2):aa
314 314 268:AUE_UMOUNT2:umount2(2):as
315 315 # AUE_FSAT and all AUE_OPENAT_* codes are obsolete and will not be generated
316 316 269:AUE_FSAT:fsat(2) - place holder:no
317 317 270:AUE_OPENAT_R:openat(2) - read:no
318 318 271:AUE_OPENAT_RC:openat(2) - read,creat:no
319 319 272:AUE_OPENAT_RT:openat(2) - read,trunc:no
320 320 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:no
321 321 274:AUE_OPENAT_W:openat(2) - write:no
322 322 275:AUE_OPENAT_WC:openat(2) - write,creat:no
323 323 276:AUE_OPENAT_WT:openat(2) - write,trunc:no
324 324 277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:no
325 325 278:AUE_OPENAT_RW:openat(2) - read,write:no
326 326 279:AUE_OPENAT_RWC:openat(2) - read,write,creat:no
327 327 280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:no
328 328 281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:no
329 329 282:AUE_RENAMEAT:renameat(2):no
330 330 283:AUE_FSTATAT:fstatat(2):no
331 331 284:AUE_FCHOWNAT:fchownat(2):no
332 332 285:AUE_FUTIMESAT:futimesat(2):no
333 333 286:AUE_UNLINKAT:unlinkat(2):no
334 334 287:AUE_CLOCK_SETTIME:clock_settime(3RT):as
335 335 288:AUE_NTP_ADJTIME:ntp_adjtime(2):as
336 336 289:AUE_SETPPRIV:setppriv(2):pm
337 337 290:AUE_MODDEVPLCY:modctl(2) - configure device policy:as
338 338 291:AUE_MODADDPRIV:modctl(2) - configure additional privilege:as
339 339 292:AUE_CRYPTOADM:kernel cryptographic framework:as
340 340 293:AUE_CONFIGKSSL:configure kernel SSL:as
341 341 294:AUE_BRANDSYS:brandsys(2):ot
342 342 295:AUE_PF_POLICY_ADDRULE:Add IPsec policy rule:as
343 343 296:AUE_PF_POLICY_DELRULE:Delete IPsec policy rule:as
344 344 297:AUE_PF_POLICY_CLONE:Clone IPsec policy:as
345 345 298:AUE_PF_POLICY_FLIP:Flip IPsec policy:as
346 346 299:AUE_PF_POLICY_FLUSH:Flush IPsec policy rules:as
347 347 300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:as
348 348 # AUE_PORTFS is a placeholder and won't be generated.
349 349 301:AUE_PORTFS:portfs(2) - file events source - place holder:no
350 350 #
351 351 302:AUE_LABELSYS_TNRH:tnrh(2) - config TN remote host cache:as
352 352 303:AUE_LABELSYS_TNRHTP:tnrhtp(2) - config TN remote host template cache:as
↓ open down ↓ |
352 lines elided |
↑ open up ↑ |
353 353 304:AUE_LABELSYS_TNMLP:tnmlp(2) - config TN multi-level port entry:as
354 354 #
355 355 305:AUE_PORTFS_ASSOCIATE:portfs(2) - file events source - PORT_ASSOCIATE:fa
356 356 306:AUE_PORTFS_DISSOCIATE:portfs(2) - file events source - PORT_DISSOCIATE:fa
357 357 #
358 358 307:AUE_SETSID:setsid(2):pm
359 359 308:AUE_SETPGID:setpgid(2):pm
360 360 309:AUE_FACCESSAT:faccessat(2):no
361 361 310:AUE_AUDITON_GETAMASK:auditon(2) - get default user preselection mask:aa
362 362 311:AUE_AUDITON_SETAMASK:auditon(2) - set default user preselection mask:as
363 +312:AUE_PSECFLAGS:psecflags(2) - set process security flags:pm
363 364 #
364 365 # user level audit events
365 366 # 2048 - 6143 Reserved
366 367 #
367 368 # 6000 - 7999 allocated for Solaris
368 369 #
369 370 6144:AUE_at_create:at-create atjob:ua
370 371 6145:AUE_at_delete:at-delete atjob (at or atrm):ua
371 372 6146:AUE_at_perm:at-permission:no
372 373 6147:AUE_cron_invoke:cron-invoke:ua
373 374 6148:AUE_crontab_create:crontab-crontab created:ua
374 375 6149:AUE_crontab_delete:crontab-crontab deleted:ua
375 376 6150:AUE_crontab_perm:crontab-persmisson:no
376 377 6151:AUE_inetd_connect:inetd connect:na
377 378 6152:AUE_login:login - local:lo
378 379 6153:AUE_logout:logout:lo
379 380 6154:AUE_telnet:login - telnet:lo
380 381 6155:AUE_rlogin:login - rlogin:lo
381 382 6156:AUE_mountd_mount:mount:na
382 383 6157:AUE_mountd_umount:unmount:na
383 384 6158:AUE_rshd:rsh access:lo
384 385 6159:AUE_su:su:lo
385 386 6160:AUE_halt_solaris:halt(1m):ss
386 387 6161:AUE_reboot_solaris:reboot(1m):ss
387 388 6162:AUE_rexecd:rexecd:lo
388 389 6163:AUE_passwd:passwd:lo
389 390 6164:AUE_rexd:rexd:lo
390 391 6165:AUE_ftpd:ftp access:lo
391 392 6166:AUE_init_solaris:init(1m):ss
392 393 6167:AUE_uadmin_solaris:uadmin(1m):no
393 394 6168:AUE_shutdown_solaris:shutdown(1b):ss
394 395 6169:AUE_poweroff_solaris:poweroff(1m):ss
395 396 6170:AUE_crontab_mod:crontab-modify:ua
396 397 6171:AUE_ftpd_logout:ftp logout:lo
397 398 6172:AUE_ssh:login - ssh:lo
398 399 6173:AUE_role_login:role login:lo
399 400 6180:AUE_prof_cmd:profile command:ua,as
400 401 6181:AUE_filesystem_add:add filesystem:as
401 402 6182:AUE_filesystem_delete:delete filesystem:as
402 403 6183:AUE_filesystem_modify:modify filesystem:as
403 404 6184:AUE_network_add:add network attributes:as
404 405 6185:AUE_network_delete:delete network attributes:as
405 406 6186:AUE_network_modify:modify network attributes:as
406 407 6187:AUE_printer_add:add printer:as
407 408 6188:AUE_printer_delete:delete printer:as
408 409 6189:AUE_printer_modify:modify printer:as
409 410 6190:AUE_scheduledjob_add:add scheduled job:ua
410 411 6191:AUE_scheduledjob_delete:delete scheduled job:ua
411 412 6192:AUE_scheduledjob_modify:modify scheduled job:ua
412 413 6193:AUE_serialport_add:add serial port:as
413 414 6194:AUE_serialport_delete:delete serial port:as
414 415 6195:AUE_serialport_modify:modify serial port:as
415 416 6196:AUE_usermgr_add:add user/user attributes:ua
416 417 6197:AUE_usermgr_delete:delete user/user attributes:ua
417 418 6198:AUE_usermgr_modify:modify user/user attributes:ua
418 419 6199:AUE_uauth:authorization used:ua,as
419 420 6200:AUE_allocate_succ:allocate-device success:ot
420 421 6201:AUE_allocate_fail:allocate-device failure:ot
421 422 6202:AUE_deallocate_succ:deallocate-device success:ot
422 423 6203:AUE_deallocate_fail:deallocate-device failure:ot
423 424 6205:AUE_listdevice_succ:allocate-list devices success:ot
424 425 6206:AUE_listdevice_fail:allocate-list devices failure:ot
425 426 6207:AUE_create_user:create user:no
426 427 6208:AUE_modify_user:modify user:no
427 428 6209:AUE_delete_user:delete user:no
428 429 6210:AUE_disable_user:disable user:no
429 430 6211:AUE_enable_user:enable user:no
430 431 6212:AUE_newgrp_login:newgrp login:lo
431 432 6213:AUE_admin_authenticate:admin login:lo
432 433 6214:AUE_kadmind_auth:authenticated kadmind request:ua
433 434 6215:AUE_kadmind_unauth:unauthenticated kadmind req:ua
434 435 6216:AUE_krb5kdc_as_req:kdc authentication svc request:ap
435 436 6217:AUE_krb5kdc_tgs_req:kdc tkt-grant svc request:ap
436 437 6218:AUE_krb5kdc_tgs_req_2ndtktmm:kdc tgs 2ndtkt mismtch:ap
437 438 6219:AUE_krb5kdc_tgs_req_alt_tgt:kdc tgs issue alt tgt:ap
438 439 6220:AUE_smserverd:smserverd:ot
439 440 6221:AUE_screenlock:screenlock - lock:lo
440 441 6222:AUE_screenunlock:screenlock - unlock:lo
441 442 6223:AUE_zone_state:zoneadmd:ss
442 443 6224:AUE_inetd_copylimit:inetd copylimit:na
443 444 6225:AUE_inetd_failrate:inetd failrate:na
444 445 6226:AUE_inetd_ratelimit:inetd ratelimit:na
445 446 6227:AUE_zlogin:login - zlogin:lo
446 447 6228:AUE_su_logout:su logout:lo
447 448 6229:AUE_role_logout:role logout:lo
448 449 6230:AUE_attach:attach device:ot
449 450 6231:AUE_detach:detach device:ot
450 451 6232:AUE_remove:remove/eject device:ot
451 452 6233:AUE_pool_import:import device into pool:ot
452 453 6234:AUE_pool_export:export device from pool:ot
453 454 6235:AUE_dladm_create_secobj:create network security object:as,cy
454 455 6236:AUE_dladm_delete_secobj:delete network security object:as,cy
455 456 6237:AUE_uadmin_shutdown:uadmin(1m) - shutdown:ss
456 457 6238:AUE_uadmin_reboot:uadmin(1m) - reboot:ss
457 458 6239:AUE_uadmin_dump:uadmin(1m) - dump:ss
458 459 6240:AUE_uadmin_freeze:uadmin(1m) - freeze:ss
459 460 6241:AUE_uadmin_remount:uadmin(1m) - remount:ss
460 461 6242:AUE_uadmin_ftrace:uadmin(1m) - ftrace:ss
461 462 6243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss
462 463 6244:AUE_smbd_session:smbd(1m) session setup:lo
463 464 6245:AUE_smbd_logoff:smbd(1m) session logoff:lo
464 465 6246:AUE_vscan_quarantine:vscand(1m) quarantine infected file:na
465 466 6247:AUE_ndmp_connect:ndmp connect:na
466 467 6248:AUE_ndmp_disconnect:ndmp disconnect:na
467 468 6249:AUE_ndmp_backup:ndmp backup:na
468 469 6250:AUE_ndmp_restore:ndmp restore:na
469 470 6251:AUE_cpu_ondemand:set ondemand CPU freq governor:ss
470 471 6252:AUE_cpu_performance:set max CPU freq governor:ss
471 472 6253:AUE_cpu_threshold:set CPU freq threshold:ss
472 473 6254:AUE_uadmin_thaw:uadmin(1m) - thaw after freeze:ss,na
473 474 6255:AUE_uadmin_config:uadmin(1m) - config:ss
474 475
475 476 #
476 477 # SMF(5) svc.configd events (svcadm(1M) related)
477 478 #
478 479 6260:AUE_smf_enable:persistently enable service instance:ss
479 480 6261:AUE_smf_tmp_enable:temporarily enable service instance:ss
480 481 6262:AUE_smf_disable:persistently disable service instance:ss
481 482 6263:AUE_smf_tmp_disable:temporarily disable service instance:ss
482 483 6264:AUE_smf_restart:restart service instance:ss
483 484 6265:AUE_smf_refresh:refresh service instance:ss
484 485 6266:AUE_smf_clear:clear service instance state:ss
485 486 6267:AUE_smf_degrade:set service instance degraded state:ss
486 487 6268:AUE_smf_immediate_degrade:immediately set service instance degraded state:ss
487 488 6269:AUE_smf_maintenance:set service instance persistent maintenance state:ss
488 489 6270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss
489 490 6271:AUE_smf_immtmp_maintenance:immediately set service instance temporary maintenance state:ss
490 491 6272:AUE_smf_tmp_maintenance:set service instance maintenance temporary state:ss
491 492 6273:AUE_smf_milestone:set service management facility milestone:ss
492 493 #
493 494 # SMF(5) svc.configd miscellaneous events
494 495 #
495 496 6275:AUE_smf_read_prop:read restricted access property value:as
496 497 #
497 498 # SMF(5) svc.configd events (svccfg(1M) related)
498 499 #
499 500 6280:AUE_smf_create:create service instance object:as
500 501 6281:AUE_smf_delete:delete service instance object:as
501 502 6282:AUE_smf_create_pg:create persistent service property group:as
502 503 6283:AUE_smf_create_npg:create non-persistent service property group:as
503 504 6284:AUE_smf_delete_pg:delete persistent service property group:as
504 505 6285:AUE_smf_delete_npg:delete non-persistent service property group:as
505 506 6286:AUE_smf_create_snap:create repository snapshot:as
506 507 6287:AUE_smf_delete_snap:delete repository snapshot:as
507 508 6288:AUE_smf_attach_snap:attach repository snapshot:as
508 509 6289:AUE_smf_annotation:annotate transaction:as,ss
509 510 6290:AUE_smf_create_prop:create service instance property:as
510 511 6291:AUE_smf_change_prop:change service instance property:as
511 512 6292:AUE_smf_delete_prop:delete service instance property:as
512 513 #
513 514 # nwamd(1M) events
514 515 #
515 516 6300:AUE_nwam_enable:enable nwam profile object:ss
516 517 6301:AUE_nwam_disable:disable nwam profile object:ss
517 518 #
518 519 # ilbd(1M) events
519 520 #
520 521 6310:AUE_ilb_create_healthcheck:create ILB health check:as
521 522 6311:AUE_ilb_delete_healthcheck:delete ILB health check:as
522 523 6312:AUE_ilb_create_rule:create ILB rule:as
523 524 6313:AUE_ilb_delete_rule:delete ILB rule:as
524 525 6314:AUE_ilb_disable_rule:disable ILB rule:as
525 526 6315:AUE_ilb_enable_rule:enable ILB rule:as
526 527 6316:AUE_ilb_add_server:add ILB server:as
527 528 6317:AUE_ilb_disable_server:disable ILB server:as
528 529 6318:AUE_ilb_enable_server:enable ILB server:as
529 530 6319:AUE_ilb_remove_server:remove ILB server:as
530 531 6320:AUE_ilb_create_servergroup:create ILB server group:as
531 532 6321:AUE_ilb_delete_servergroup:delete ILB server group:as
532 533 #
533 534 # netcfgd(1M) events
534 535 #
535 536 6330:AUE_netcfg_update:create or modify configuration object:ss
536 537 6331:AUE_netcfg_remove:remove configuration object from repository:ss
537 538 #
538 539 # TCSD(8) events
539 540 #
540 541 6400:AUE_tpm_takeownership:take ownership of TPM:as
541 542 6401:AUE_tpm_clearowner:clear ownership of TPM:as
542 543 6402:AUE_tpm_setoperatorauth:set TPM operator authorization:as
543 544 6403:AUE_tpm_setownerinstall:set TPM ownership flag:as
544 545 6404:AUE_tpm_selftestfull:test all TPM protected capabilities:as
545 546 6405:AUE_tpm_certifyselftest:perform full TPM self-test:as
546 547 6406:AUE_tpm_continueselftest:complete TPM self-test:as
547 548 6407:AUE_tpm_ownersetdisable:change the status of TPM disable flag:as
548 549 6408:AUE_tpm_ownerclear:perform the clear operation under TPM owner auth:as
549 550 6409:AUE_tpm_disableownerclear:disable TPM_OwnerClear command permanently:as
550 551 6410:AUE_tpm_forceclear:perform TPM clear operation under physical access:as
551 552 6411:AUE_tpm_disableforceclear:disable ForceClear execution until next startup:as
552 553 6412:AUE_tpm_physicaldisable:disable TPM physical presence:as
553 554 6413:AUE_tpm_physicalenable:enable TPM physical presence:as
554 555 6414:AUE_tpm_physicaldeactivate:set TPM deactivated flag:as
555 556 6415:AUE_tpm_settempdeactivated:set volatile TPM deactivated flag to TRUE:as
556 557 6416:AUE_tpm_settempdeactivated2:set volatile TPM deactivated flag TRUE with auth:as
557 558 6417:AUE_tpm_physicalpresence:set the TPM physical presence flag:as
558 559 6418:AUE_tpm_fieldupgrade:update TPM protected capabilities:as
559 560 6419:AUE_tpm_resetlockvalue:reset TPM failed authorization attempt lock:as
560 561 #
561 562 # hotplugd(1m) events
562 563 #
563 564 6500:AUE_hotplug_state:change hotplug connection state:ss
564 565 6501:AUE_hotplug_set:set hotplug bus private options:ss
565 566
566 567 #
567 568 # Trusted Extensions events:
568 569 #
569 570 9035:AUE_sl_change:Workspace label change:ap
570 571 9036:AUE_file_relabel:relabel file:fm
571 572 9037:AUE_file_copy:file copy:fm
572 573 9038:AUE_file_move:file move:no
573 574 9039:AUE_sel_mgr_xfer:selection manager transfer:fm
574 575 9101:AUE_ClientConnect:client connection to x server:lo
575 576 9102:AUE_ClientDisconnect:client disconn. from x server:lo
576 577 9120:AUE_ChangeProperty:XChangeProperty(3X11):xc
577 578 9121:AUE_DeleteProperty:XDeleteProperty(3X11):xc
578 579 9137:AUE_GrabServer:XGrabServer(3X11):ot
579 580 9138:AUE_UngrabServer:XUngrabServer(3X11):ot
580 581 9146:AUE_SetFontPath:XSetFontPath(3X11):ot
581 582 9173:AUE_InstallColormap:XInstallColormap(3X11):ot
582 583 9174:AUE_UninstallColormap:XUninstallColormap(3X11):xp
583 584 9193:AUE_SetScreenSaver:XSetScreenSaver(3X11):xp
584 585 9194:AUE_ChangeHosts:XChangeHosts(3X11):ot
585 586 9195:AUE_SetAccessControl:XSetAccessControl(3X11):xp
586 587 9196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs
587 588 9197:AUE_KillClient:XKillClient(3X11):xc
588 589 9202:AUE_XExtensions:X server extensions:xp
589 590 9103:AUE_CreateWindow:XCreateWindow(3X11):xc
590 591 9104:AUE_ChangeWindowAttributes:XChangeWindowAttributes(3X11):xp
591 592 9105:AUE_GetWindowAttributes:XGetWindowAttributes(3X11):xp
592 593 9106:AUE_DestroyWindow:XDestroyWindow(3X11):xc
593 594 9107:AUE_DestroySubwindows:XDestroySubwindows(3X11):xc
594 595 9108:AUE_ChangeSaveSet:XChangeSaveSet(3X11):xp
595 596 9109:AUE_ReparentWindow:XReparentWindow(3X11):xp
596 597 9110:AUE_MapWindow:XMapWindow(3X11):xp
597 598 9111:AUE_MapSubwindows:XMapSubwindows(3X11):xp
598 599 9112:AUE_UnmapWindow:XUnmapWindow(3X11):xp
599 600 9113:AUE_UnmapSubwindows:XUnmapSubwindows(3X11):xp
600 601 9114:AUE_ConfigureWindow:XConfigureWindow(3X11):xp
601 602 9115:AUE_CirculateWindow:XCirculateWindow(3X11):xp
602 603 9116:AUE_GetGeometry:XGetGeometry(3X11):xp
603 604 9117:AUE_QueryTree:XQueryTree(3X11):xp
604 605 9118:AUE_InternAtom:XInternAtom(3X11):xs
605 606 9119:AUE_GetAtomName:XGetAtomName(3X11):xs
606 607 9122:AUE_GetProperty:XGetProperty(3X11):xp
607 608 9123:AUE_ListProperties:XListProperties(3X11):xp
608 609 9124:AUE_SetSelectionOwner:XSetSelectionOwner(3X11):xp
609 610 9125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs
610 611 9126:AUE_ConvertSelection:XConvertSelection(3X11):xs
611 612 9127:AUE_SendEvent:XSendEvent(3X11):xs
612 613 9128:AUE_GrabPointer:XGrabPointer(3X11):xs
613 614 9129:AUE_UngrabPointer:XUngrabPointer(3X11):xs
614 615 9130:AUE_GrabButton:XGrabButton(3X11):xp
615 616 9131:AUE_UngrabButton:XUngrabButton(3X11):xs
616 617 9132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs
617 618 9133:AUE_GrabKeyboard:XGrabKeyboard(3X11):xp
618 619 9134:AUE_UngrabKeyboard:XUngrabKeyboard(3X11):xs
619 620 9135:AUE_GrabKey:XGrabKey(3X11):xp
620 621 9136:AUE_UngrabKey:XUngrabKey(3X11):xp
621 622 9139:AUE_QueryPointer:XQueryPointer(3X11):xp
622 623 9140:AUE_GetMotionEvents:XGetMotionEvents(3X11):xp
623 624 9141:AUE_TranslateCoords:XTranslateCoords(3X11):xp
624 625 9142:AUE_WarpPointer:XWarpPointer(3X11):xs
625 626 9143:AUE_SetInputFocus:XSetInputFocus(3X11):xs
626 627 9144:AUE_GetInputFocus:XGetInputFocus(3X11):xs
627 628 9145:AUE_QueryKeymap:XQueryKeymap(3X11):xp
628 629 9147:AUE_FreePixmap:XFreePixmap(3X11):xc
629 630 9148:AUE_ChangeGC:XChangeGC(3X11):xp
630 631 9149:AUE_CopyGC:XCopyGC(3X11):xp
631 632 9150:AUE_SetDashes:XSetDashes(3X11):xp
632 633 9151:AUE_SetClipRectangles:XSetClipRectangles(3X11):xp
633 634 9152:AUE_FreeGC:XFreeGC(3X11):xc
634 635 9153:AUE_ClearArea:XClearArea(3X11):xp
635 636 9154:AUE_CopyArea:XCopyArea(3X11):xs
636 637 9155:AUE_CopyPlane:XCopyPlane(3X11):xs
637 638 9156:AUE_PolyPoint:XPolyPoint(3X11):xp
638 639 9157:AUE_PolyLine:XPolyLine(3X11):xp
639 640 9158:AUE_PolySegment:XPolySegment(3X11):xp
640 641 9159:AUE_PolyRectangle:XPolyRectangle(3X11):xs
641 642 9160:AUE_PolyArc:XPolyArc(3X11):xp
642 643 9161:AUE_FillPolygon:XFillPolygon(3X11):xp
643 644 9162:AUE_PolyFillRectangle:XPolyFillRectangle(3X11):xp
644 645 9163:AUE_PolyFillArc:XPolyFillArc(3X11):xp
645 646 9164:AUE_PutImage:XPutImage(3X11):xp
646 647 9165:AUE_GetImage:XGetImage(3X11):xs
647 648 9166:AUE_PolyText8:XPolyText8(3X11):xp
648 649 9167:AUE_PolyText16:XPolyText16(3X11):xp
649 650 9168:AUE_ImageText8:XImageText8(3X11):xp
650 651 9169:AUE_ImageText16:XImageText16(3X11):xp
651 652 9170:AUE_CreateColormap:XCreateColormap(3X11):xc
652 653 9171:AUE_FreeColormap:XFreeColormap(3X11):xc
653 654 9172:AUE_CopyColormapAndFree:XCopyColormapAndFree(3X11):xp
654 655 9175:AUE_ListInstalledColormaps:XListInstalledColormaps(3X11):xs
655 656 9176:AUE_AllocColor:XAllocColor(3X11):xc
656 657 9177:AUE_AllocNamedColor:XAllocNamedColor(3X11):xc
657 658 9178:AUE_AllocColorCells:XAllocColorCells(3X11):xc
658 659 9179:AUE_AllocColorPlanes:XAllocColorPlanes(3X11):xc
659 660 9180:AUE_FreeColors:XFreeColors(3X11):xc
660 661 9181:AUE_StoreColors:XStoreColors(3X11):xp
661 662 9182:AUE_StoreNamedColor:XStoreNamedColor(3X11):xp
662 663 9183:AUE_QueryColors:XQueryColors(3X11):xp
663 664 9184:AUE_LookupColor:XLookupColor(3X11):xp
664 665 9185:AUE_CreateCursor:XCreateCursor(3X11):xc
665 666 9186:AUE_CreateGlyphCursor:XCreateGlyphCursor(3X11):xc
666 667 9187:AUE_FreeCursor:XFreeCursor(3X11):xc
667 668 9188:AUE_RecolorCursor:XRecolorCursor(3X11):xp
668 669 9189:AUE_ChangeKeyboardMapping:XChangeKeyboardMapping(3X11):xs
669 670 9190:AUE_ChangeKeyboardControl:XChangeKeyboardControl(3X11):xs
670 671 9191:AUE_Bell:XBell(3X11):xs
671 672 9192:AUE_ChangePointerControl:XChangePointerControl(3X11):xs
672 673 9198:AUE_RotateProperties:XRotateProperties(3X11):xp
673 674 9199:AUE_ForceScreenSaver:XForceScreenSaver(3X11):xp
674 675 9200:AUE_SetPointerMapping:XSetPointerMapping(3X11):xs
675 676 9201:AUE_SetModifierMapping:XSetModifierMapping(3X11):xs
↓ open down ↓ |
303 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX