Bug 164824 - [Mac][WK2] Expand sandbox to access MobileAssets
Summary: [Mac][WK2] Expand sandbox to access MobileAssets
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac macOS 10.12
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 10:21 PST by Brent Fulgham
Modified: 2016-11-20 16:32 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2016-11-16 11:11 PST, Brent Fulgham
darin: 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 2016-11-16 10:21:42 PST
macOS Sierra includes support for MobileAssets (which had previously been limited to iOS). Some system frameworks have optional features that take advantage of MobileAssets (language support, dictionaries, etc.) and are blocked by our sandbox.

This patch expands the sandbox to allow access to these MobileAssets.
Comment 1 Brent Fulgham 2016-11-16 10:26:19 PST
<rdar://problem/29071705>
Comment 2 Brent Fulgham 2016-11-16 11:11:36 PST
Created attachment 294955 [details]
Patch