PERFORCE change 20307 for review

Robert Watson rwatson at freebsd.org
Mon Oct 28 21:02:36 GMT 2002


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

Change 20307 by rwatson at rwatson_tislabs on 2002/10/28 13:01:56

	Since MLS is almost always compartmentalized, remove specific
	mention of it.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#135 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#135 (text+ko) ====

@@ -2656,6 +2656,5 @@
 	{ MAC_OP_LAST, NULL }
 };
 
-MAC_POLICY_SET(mac_mls_ops, trustedbsd_mac_mls,
-    "TrustedBSD Compartmentalized MAC/MLS", MPC_LOADTIME_FLAG_NOTLATE,
-    &mac_mls_slot);
+MAC_POLICY_SET(mac_mls_ops, trustedbsd_mac_mls, "TrustedBSD MAC/MLS",
+    MPC_LOADTIME_FLAG_NOTLATE, &mac_mls_slot);
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