PERFORCE change 85436 for review
Robert Watson
rwatson at FreeBSD.org
Mon Oct 17 13:47:59 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=85436
Change 85436 by rwatson at rwatson_zoo on 2005/10/17 13:47:44
Integrate OpenBSM audit event changes into audit3 kernel.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#10 integrate
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#10 (text+ko) ====
@@ -177,9 +177,12 @@
#define AUE_SOCKET 183
#define AUE_SENDTO 184
#define AUE_PIPE 185
+ /* XXXRW: XXX Solaris socketpair()? */
+ /* XXXRW: XXX Solaris send()? */
#define AUE_SENDMSG 188
#define AUE_O_SEND AUE_SENDMSG
#define AUE_O_SENDMSG AUE_SENDMSG
+ /* XXXRW: XXX Solaris recv()? */
#define AUE_RECVMSG 190
#define AUE_O_RECV AUE_RECVMSG
#define AUE_O_RECVMSG AUE_RECVMSG
@@ -191,11 +194,15 @@
#define AUE_WRITE 195
#define AUE_WRITEV 196
#define AUE_READV 198
-#define AUE_SETUID 200
-#define AUE_STIME 201
-#define AUE_UTIME 202
-#define AUE_NICE 203
-#define AUE_SETGID 205
+ /* XXXRW: XXX Solaris old stat()? */
+#define AUE_SETUID 200 /* XXXRW: Solaris old setuid? */
+#define AUE_STIME 201 /* XXXRW: Solaris old stime? */
+#define AUE_UTIME 202 /* XXXRW: Solaris old utime? */
+#define AUE_NICE 203 /* XXXRW: Solaris old nice? */
+ /* XXXRW: Solaris old setpgrp? */
+#define AUE_SETGID 205 /* XXXRW: Solaris old setgid? */
+ /* XXXRW: Solaris readl? */
+ /* XXXRW: Solaris readvl()? */
#define AUE_DUP2 209
#define AUE_MMAP 210
#define AUE_O_MMAP AUE_MMAP
@@ -208,6 +215,7 @@
#define AUE_GETMSG 217
#define AUE_PUTPMSG 218
#define AUE_GETPMSG 219
+ /* XXXRW: Solaris sc placeholder? */
#define AUE_AUDITON_GETKMASK 221
#define AUE_AUDITON_SETKMASK 222
#define AUE_AUDITON_GETCWD 223
@@ -220,7 +228,7 @@
#define AUE_AUDITON_SETCOND 230
#define AUE_AUDITON_GETCLASS 231
#define AUE_AUDITON_SETCLASS 232
-#define AUE_UTSYS 233
+#define AUE_UTSSYS 233
#define AUE_STATVFS 234
#define AUE_XSTAT 235
#define AUE_LXSTAT 236
@@ -229,6 +237,7 @@
#define AUE_SYSINFO 239
#define AUE_XMKNOD 240
#define AUE_FORK1 241
+ /* XXXRW: Solaris modctl()? */
#define AUE_MODLOAD 243
#define AUE_MODUNLOAD 244
#define AUE_MODCONFIG 245
@@ -268,7 +277,7 @@
#define AUE_FLOCK 314 /* XXX: See AUE_SOLARIS_FLOCK. */
#define AUE_MKFIFO 315
#define AUE_POLL 316
-#define AUE_SOCKETPAIR 317
+#define AUE_SOCKETPAIR 317 /* XXXRW: What about 186? */
#define AUE_FUTIMES 318
#define AUE_SETSID 319
#define AUE_SETPRIVEXEC 320
@@ -434,6 +443,5 @@
#define AUE_TABLE AUE_NULL
#define AUE_WAITEVENT AUE_NULL
#define AUE_WATCHEVENT AUE_NULL
-#define AU_WAIT4 AUE_NULL
#endif /* !_BSM_AUDIT_KEVENTS_H_ */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list