Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 19:28:17 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108419 for review
Message-ID:  <200610251928.k9PJSHdl058404@repoman.freebsd.org>

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

Change 108419 by millert@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



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