PERFORCE change 108419 for review

Todd Miller millert at FreeBSD.org
Wed Oct 25 12:34:24 PDT 2006


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

Change 108419 by millert at millert_macbook on 2006/10/25 19:27:24

	Need to remove kernel cache too when updating policy data.

Affected files ...

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

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Rules.monolithic#5 (text+ko) ====

@@ -61,7 +61,7 @@
 else
 install: $(loadpath) $(migscs_loadpath) $(fcpath) $(ncpath) $(appfiles)
 	./update_plist --policy=$(loadpath) --migscs=$(migscs_loadpath) /System/Library/Extensions/mac_sedarwin.kext/Contents/Info.plist
-	rm -f /System/Library/Extensions.kextcache  /System/Library/Extensions.mkext
+	rm -f /System/Library/Extensions.kextcache  /System/Library/Extensions.mkext /System/Library/Caches/com.apple.kernelcaches/*
 endif
 
 load: $(tmpdir)/load


More information about the trustedbsd-cvs mailing list