PERFORCE change 91064 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 4 06:52:28 PST 2006


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

Change 91064 by rwatson at rwatson_peppercorn on 2006/02/04 14:51:17

	Correct transcription error: Linux has the ability to set the fsuid
	and fsgid, but not retrieve the fsuid.

Affected files ...

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

Differences ...

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

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#35 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#36 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -360,7 +360,7 @@
 #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_SETFSGID		383	/* Linux-specific. */
 #define	AUE_PERSONALITY		384	/* Linux-specific. */
 #define	AUE_SCHED_GETSCHEDULER	385	/* POSIX.1b. */
 #define	AUE_SCHED_SETSCHEDULER	386	/* POSIX.1b. */


More information about the p4-projects mailing list