Bug 174320 - [WK2][macOS] Allow access to com.apple.cfnetwork.cfnetworkagent in the Network Process
Summary: [WK2][macOS] Allow access to com.apple.cfnetwork.cfnetworkagent in the Networ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-10 14:06 PDT by Brent Fulgham
Modified: 2017-07-10 14:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2017-07-10 14:14 PDT, Brent Fulgham
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-07-10 14:06:19 PDT
Networking in com.apple.WebKit.Networking may fail in some enterprise/education environments because its sandbox profile does not allow mach-lookup access to CFNetworkAgent.

The CFNetworkAgent processes Proxy Automatic Configuration (PAC) JavaScript files on behalf of NSURLSession clients. PAC is critical for network loads in many enterprise environments.
Comment 1 Brent Fulgham 2017-07-10 14:06:41 PDT
<rdar://problem/33191856>
Comment 2 Brent Fulgham 2017-07-10 14:14:35 PDT
Created attachment 315025 [details]
Patch
Comment 3 Geoffrey Garen 2017-07-10 14:15:32 PDT
Comment on attachment 315025 [details]
Patch

r=me
Comment 4 Brent Fulgham 2017-07-10 14:16:42 PDT
Committed r219308: <http://trac.webkit.org/changeset/219308>