Bug 155414

Summary: [Mac] Injected bundle in relocatable WebContent service can’t use XPC services from other relocatable frameworks
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, rmondello, sam
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Give relocatable WebContent service the domain extension entitlement sam: review+

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>.