PERFORCE change 107125 for review

Robert Watson rwatson at FreeBSD.org
Mon Oct 2 14:23:40 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107125

Change 107125 by rwatson at rwatson_peppercorn on 2006/10/02 21:19:13

	Audit events for getpath system calls, POSIX message kqueues.
	(Query: FreeBSD system calls are kmq*, but library interfaces are
	mq_* -- should the audit identifiers be MQ_*?).

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#45 edit
.. //depot/projects/trustedbsd/openbsm/etc/audit_event#18 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#45 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#44 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#45 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -485,6 +485,14 @@
 #define	AUE_MAC_GET_LINK	43129	/* FreeBSD. */
 #define	AUE_MAC_SET_LINK	43130	/* FreeBSD. */
 #define	AUE_MAC_EXECVE		43131	/* FreeBSD. */
+#define	AUE_GETPATH_FROMFD	43132	/* FreeBSD. */
+#define	AUE_GETPATH_FROMADDR	43133	/* FreeBSD. */
+#define	AUE_KMQ_OPEN		43134	/* FreeBSD. */
+#define	AUE_KMQ_SETATTR		43135	/* FreeBSD. */
+#define	AUE_KMQ_TIMEDRECEIVE	43136	/* FreeBSD. */
+#define	AUE_KMQ_TIMEDSEND	43137	/* FreeBSD. */
+#define	AUE_KMQ_NOTIFY		43138	/* FreeBSD. */
+#define	AUE_KMQ_UNLINK		43139	/* FreeBSD. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the

==== //depot/projects/trustedbsd/openbsm/etc/audit_event#18 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#17 $
+# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#18 $
 #
 0:AUE_NULL:indir system call:no
 1:AUE_EXIT:exit(2):pc
@@ -433,6 +433,14 @@
 43129:AUE_MAC_GET_LINK:mac_get_link(2):fa
 43130:AUE_MAC_SET_LINK:mac_set_link(2):fm
 43131:AUE_MAC_EXECVE:mac_exeve(2):ex,pc
+43132:AUE_GETPATH_FROMFD:getpath_fromfd(2):fa
+43133:AUE_GETPATH_FROMADDR:getpath_fromaddr(2):fa
+43134:AUE_KMQ_OPEN:mq_open(2):ip
+43135:AUE_KMQ_SETATTR:mq_setattr(2):ip
+43136:AUE_KMQ_TIMEDRECEIVE:mq_timedreceive(2):ip
+43137:AUE_KMQ_TIMEDSEND:mq_timedsend(2):ip
+43138:AUE_KMQ_NOTIFY:mq_notify(2):ip
+43139:AUE_KMQ_UNLINK:mq_unlink(2):ip
 #
 # User space system events.
 #


More information about the trustedbsd-cvs mailing list