Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.
diff --git a/Mac/Modules/launch/launchscan.py b/Mac/Modules/launch/launchscan.py
index 8dd6dfd..8d0f3e9 100644
--- a/Mac/Modules/launch/launchscan.py
+++ b/Mac/Modules/launch/launchscan.py
@@ -44,6 +44,8 @@
 
 	def makeblacklistnames(self):
 		return [
+			"LSInit",
+			"LSTerm",
 			"kLSRequestAllInfo",
 			"kLSRolesAll",
 			]