PERFORCE change 90933 for review

Robert Watson rwatson at FreeBSD.org
Thu Feb 2 20:58:33 GMT 2006


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

Change 90933 by rwatson at rwatson_peppercorn on 2006/02/02 20:57:47

	Additional audit event types for POSIX.1b and FreeBSD.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#31 edit

Differences ...

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

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#30 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#31 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -370,6 +370,21 @@
 #define	AUE_CAPGET		389	/* Linux-specific. */
 #define	AUE_CAPSET		390	/* Linux-specific. */
 #define	AUE_PIVOT_ROOT		391	/* Linux-specific. */
+#define	AUE_RTPRIO		392	/* FreeBSD-specific. */
+#define	AUE_SCHED_GETPARAM	393	/* POSIX.1b. */
+#define	AUE_SCHED_GETPARAM	394	/* POSIX.1b. */
+#define	AUE_SCHED_GET_PRIORITY_MAX	395	/* POSIX.1b. */
+#define	AUE_SCHED_GET_PRIORITY_MIN	396	/* POSIX.1b. */
+#define	AUE_SCHED_RR_GET_INTERVAL	397	/* POSIX.1b. */
+#define	AUE_ACL_GET_FILE		398	/* FreeBSD. */
+#define	AUE_ACL_SET_FILE		399	/* FreeBSD. */
+#define	AUE_ACL_GET_FD			400	/* FreeBSD. */
+#define	AUE_ACL_SET_FD			401	/* FreeBSD. */
+#define	AUE_ACL_DELETE_FILE		402	/* FreeBSD. */
+#define	AUE_ACL_DELETE_FD		403	/* FreeBSD. */
+#define	AUE_ACL_CHECK_FILE		404	/* FreeBSD. */
+#define	AUE_ACL_CHECK_FD		405	/* FreeBSD. */
+
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
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