Date: Sun, 29 Jun 2003 19:26:58 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 33867 for review Message-ID: <200306300226.h5U2QwSd078899@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33867 Change 33867 by rwatson@rwatson_powerbook on 2003/06/29 19:26:32 Add p_label as found in TrustedBSD: temporary label storage for policies providing floating subject labels. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/proc.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/proc.h#2 (text+ko) ==== @@ -67,6 +67,7 @@ #include <sys/cdefs.h> #include <sys/select.h> /* For struct selinfo. */ #include <sys/queue.h> +#include <sys/_label.h> #include <sys/lock.h> #include <sys/param.h> @@ -213,6 +214,7 @@ unsigned int unlockpc[8]; #endif /* SIGNAL_DEBUG */ #endif /* DIAGNOSTIC */ + struct label p_label; }; #else /* __APPLE_API_PRIVATE */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306300226.h5U2QwSd078899>