PERFORCE change 113432 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 20:23:59 UTC 2007


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

Change 113432 by millert at 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();
     }
 }
 


More information about the trustedbsd-cvs mailing list