Bug 145731 - [iOS] Can’t debug with Development XPC services due to automatic sandboxing
Summary: [iOS] Can’t debug with Development XPC services due to automatic sandboxing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-06 15:08 PDT by mitz
Modified: 2015-06-15 11:04 PDT (History)
3 users (show)

See Also:


Attachments
Use manual sandboxing in iOS engineering builds (19.62 KB, patch)
2015-06-06 15:27 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-06-06 15:08:19 PDT
In iOS, WebKit’s XPC services are automatically sandboxed based on their entitlements. The sandbox doesn’t allow them to re-exec, which is necessary for linking against a engineering builds of the WebKit frameworks placed in a non-system location.
Comment 1 mitz 2015-06-06 15:27:56 PDT
Created attachment 254419 [details]
Use manual sandboxing in iOS engineering builds
Comment 2 Darin Adler 2015-06-06 16:19:29 PDT
Comment on attachment 254419 [details]
Use manual sandboxing in iOS engineering builds

rs=me - I don't know anything about this but it all looks right
Comment 3 mitz 2015-06-06 16:24:45 PDT
Comment on attachment 254419 [details]
Use manual sandboxing in iOS engineering builds

View in context: https://bugs.webkit.org/attachment.cgi?id=254419&action=review

> Source/WebKit2/ChangeLog:25
> +          manual sandboxing is not neabled; and to use a derived entitlements file, which doesnât

typo: “neabled”
Comment 4 mitz 2015-06-06 19:09:25 PDT
Fixed in <http://trac.webkit.org/r185298>.
Comment 5 mitz 2015-06-15 11:04:48 PDT
(In reply to comment #4)
> Fixed in <http://trac.webkit.org/r185298>.

A typo here caused bug 145980.