Revision
22927
Author
zarzycki@apple.com
Date
2006-10-30 16:11:51 -0800 (Mon, 30 Oct 2006)

Log Message

<rdar://problem/4809882> do not load the Firewall tool during startup

Modified Paths

Diff

Modified: trunk/launchd/src/launchctl.c (22926 => 22927)


--- trunk/launchd/src/launchctl.c	2006-10-30 16:16:10 UTC (rev 22926)
+++ trunk/launchd/src/launchctl.c	2006-10-31 00:11:51 UTC (rev 22927)
@@ -1233,11 +1233,6 @@
 		assumes(fwexec(audit_tool, true) != -1);
 	}
 
-	if (path_check("/Library/Preferences/com.apple.sharing.firewall.plist")) {
-		const char *fw_tool[] = { "/usr/libexec/FirewallTool", NULL };
-		assumes(fwexec(fw_tool, true) != -1);
-	}
-
 	const char *bcc_tool[] = { "BootCacheControl", "start", NULL };
 	assumes(fwexec(bcc_tool, true) != -1);