Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 20:23:53 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113432 for review
Message-ID:  <200701222023.l0MKNrHE095562@repoman.freebsd.org>

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

Change 113432 by millert@millert_macbook on 2007/01/22 20:23:04

	Fix a cut and pasto to make --noenforce work properly.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/update_plist#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/update_plist#5 (xtext) ====

@@ -49,8 +49,7 @@
     if ($enforcing_mode) {
 	$module_data{'enforce'} = Mac::PropertyList::true->new();
     } else {
-	$module_data{'enforce'} = Mac::PropertyList::true->false();
-	#delete $module_data{'enforce'};
+	$module_data{'enforce'} = Mac::PropertyList::false->new();
     }
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701222023.l0MKNrHE095562>