Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2002 15:50:50 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14199 for review
Message-ID:  <200207132250.g6DMoo6g070326@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14199

Change 14199 by rwatson@rwatson_paprika on 2002/07/13 15:50:31

	Initialize devfs directories as MLS/low, not MLS/high.

Affected files ...

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

Differences ...

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

@@ -597,7 +597,7 @@
 	struct mac_mls *mac_mls;
 
 	mac_mls = SLOT(label);
-	mac_mls_set_single(mac_mls, MAC_MLS_TYPE_HIGH, 0);
+	mac_mls_set_single(mac_mls, MAC_MLS_TYPE_LOW, 0);
 }
 
 static void

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?200207132250.g6DMoo6g070326>