Check the com.apple.security.network.client entitlement for all processes
Created attachment 229817 [details] Patch
Comment on attachment 229817 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229817&action=review > Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm:59 > + // FIXME: Once we're 100% sure that a process won't access the network we can get rid of this requirement for all processes. This should say “can’t” instead of “won’t”. We can be sure of this when the sandbox of the process in question disallows network access.
Committed r167603: <http://trac.webkit.org/changeset/167603>