Date: Sat, 4 Feb 2006 14:52:17 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91064 for review Message-ID: <200602041452.k14EqHSA017224@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91064 Change 91064 by rwatson@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602041452.k14EqHSA017224>