RESOLVED FIXED 172465
[WK2][iOS] Add a mach-lookup exception for 'com.apple.lsd.mapdb' to Network sandbox
https://bugs.webkit.org/show_bug.cgi?id=172465
Summary [WK2][iOS] Add a mach-lookup exception for 'com.apple.lsd.mapdb' to Network s...
Brent Fulgham
Reported 2017-05-22 13:04:27 PDT
Some core system frameworks were refactored in iOS 9. Although the various system sandboxes were updated, the WebKit sandbox was missed, resulting in spurious SandboxViolation errors. We should allow this communication channel.
Attachments
Patch (1.31 KB, patch)
2017-05-25 13:48 PDT, Brent Fulgham
no flags
Radar WebKit Bug Importer
Comment 1 2017-05-22 13:04:48 PDT
Brent Fulgham
Comment 2 2017-05-25 13:26:02 PDT
The network process needs access to the UTI information cached in com.apple.lsd.mapdb. We hit sandbox violations for these requests frequently in NetworkProcess, which is a needless performance bottleneck.
Brent Fulgham
Comment 3 2017-05-25 13:45:50 PDT
The macOS sandbox was already updated in <http://trac.webkit.org/changeset/216941>.
Brent Fulgham
Comment 4 2017-05-25 13:48:07 PDT
WebKit Commit Bot
Comment 5 2017-05-25 14:32:01 PDT
Comment on attachment 311284 [details] Patch Clearing flags on attachment: 311284 Committed r217450: <http://trac.webkit.org/changeset/217450>
WebKit Commit Bot
Comment 6 2017-05-25 14:32:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.