PERFORCE change 33867 for review

Robert Watson rwatson at FreeBSD.org
Mon Jun 30 02:26:58 GMT 2003


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

Change 33867 by rwatson at 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 */
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