Bug 153834 - [iOS] Engineering builds use manual sandboxing, but don’t need to
Summary: [iOS] Engineering builds use manual sandboxing, but don’t need to
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-03 09:45 PST by mitz
Modified: 2016-02-03 09:49 PST (History)
1 user (show)

See Also:


Attachments
Stop setting WK_MANUAL_SANDBOXING_ENABLED to YES (8.19 KB, patch)
2016-02-03 09:47 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-02-03 09:45:15 PST
Now that engineering builds use the non-re-execing variant of XPC services, they can be statically sandboxed and no longer need to be manually sandboxed. Patch forthcoming.
Comment 1 mitz 2016-02-03 09:47:39 PST
Created attachment 270581 [details]
Stop setting WK_MANUAL_SANDBOXING_ENABLED to YES
Comment 2 mitz 2016-02-03 09:49:28 PST
Fixed in <http://trac.webkit.org/r196068>.