Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 13:02:36 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20307 for review
Message-ID:  <200210282102.g9SL2afo028813@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20307

Change 20307 by rwatson@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@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?200210282102.g9SL2afo028813>