Bug 145731

Summary: [iOS] Can’t debug with Development XPC services due to automatic sandboxing
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Use manual sandboxing in iOS engineering builds darin: review+

mitz
Reported 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.
Attachments
Use manual sandboxing in iOS engineering builds (19.62 KB, patch)
2015-06-06 15:27 PDT, mitz
darin: review+
mitz
Comment 1 2015-06-06 15:27:56 PDT
Created attachment 254419 [details] Use manual sandboxing in iOS engineering builds
Darin Adler
Comment 2 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
mitz
Comment 3 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”
mitz
Comment 4 2015-06-06 19:09:25 PDT
mitz
Comment 5 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.
Note You need to log in before you can comment on or make changes to this bug.