Bug 155414 - [Mac] Injected bundle in relocatable WebContent service can’t use XPC services from other relocatable frameworks
Summary: [Mac] Injected bundle in relocatable WebContent service can’t use XPC service...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-13 16:28 PDT by mitz
Modified: 2016-03-13 18:44 PDT (History)
3 users (show)

See Also:


Attachments
Give relocatable WebContent service the domain extension entitlement (6.35 KB, patch)
2016-03-13 16:41 PDT, mitz
sam: 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-03-13 16:28:37 PDT
launchd doesn’t allow XPC services from non-system frameworks to be dynamically added to the WebContent XPC service’s domain.
Comment 1 mitz 2016-03-13 16:31:36 PDT
<rdar://problem/24428418>
Comment 2 mitz 2016-03-13 16:41:13 PDT
Created attachment 273905 [details]
Give relocatable WebContent service the domain extension entitlement
Comment 3 Sam Weinig 2016-03-13 16:44:43 PDT
Comment on attachment 273905 [details]
Give relocatable WebContent service the domain extension entitlement

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

> Source/WebKit2/ChangeLog:11
> +          engineering builds are ad-hod signed and therefore canât have a private entitlement.

I think you mean ad-hoc.
Comment 4 mitz 2016-03-13 18:44:13 PDT
Fixed in <http://trac.webkit.org/r198089>.