PERFORCE change 90930 for review

Robert Watson rwatson at FreeBSD.org
Thu Feb 2 20:42:12 GMT 2006


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

Change 90930 by rwatson at rwatson_peppercorn on 2006/02/02 20:42:09

	Slight style tweak to AUE_NMOUNT line.
	
	Add a number of POSIX.1b and Linux system call entries in order to
	reserve event identifiers for them.

Affected files ...

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

Differences ...

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

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#29 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#30 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -358,7 +358,18 @@
 #define	AUE_KQUEUE		377	/* FreeBSD-specific. */
 #define	AUE_KEVENT		378	/* FreeBSD-specific. */
 #define	AUE_FSYNC		379
-#define AUE_NMOUNT		380	/* FreeBSD-specific. */
+#define	AUE_NMOUNT		380	/* FreeBSD-specific. */
+#define	AUE_BDFLUSH		381	/* Linux-specific. */
+#define	AUE_SETFSUID		382	/* Linux-specific. */
+#define	AUE_GETFSUID		383	/* Linux-specific. */
+#define	AUE_PERSONALITY		384	/* Linux-specific. */
+#define	AUE_SCHED_GETSCHEDULER	385	/* POSIX.1b. */
+#define	AUE_SCHED_SETSCHEDULER	386	/* POSIX.1b. */
+#define	AUE_PRCTL		387	/* Linux-specific. */
+#define	AUE_GETCWD		388	/* FreeBSD/Linux-specific. */
+#define	AUE_CAPGET		389	/* Linux-specific. */
+#define	AUE_CAPSET		390	/* Linux-specific. */
+#define	AUE_PIVOT_ROOT		391	/* Linux-specific. */
 
 /*
  * 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