Date: Mon, 29 Jul 2002 14:36:17 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 15144 for review Message-ID: <200207292136.g6TLaH1X081198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15144 Change 15144 by rwatson@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@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207292136.g6TLaH1X081198>