PERFORCE change 15144 for review

Robert Watson rwatson at freebsd.org
Mon Jul 29 21:36:17 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15144

Change 15144 by rwatson at rwatson_tislabs on 2002/07/29 14:35:24

	During the IFC, we managed to lose the VSUID constant.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/vnode.h#32 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/vnode.h#32 (text+ko) ====

@@ -248,6 +248,7 @@
 #define	VREAD	000400		/* read permission */
 #define	VSVTX	001000		/* save swapped text even after use */
 #define	VSGID	002000		/* set group id on execution */
+#define	VSUID	004000		/* set user id on execution */
 #define	VADMIN	010000		/* permission to administer */
 #define	VSTAT	020000		/* permission to retrieve attrs */
 #define	VAPPEND	040000		/* permission to write/append */
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