Bug 219730 - [macOS] The development WebContent XPC service is missing a required entitlement
Summary: [macOS] The development WebContent XPC service is missing a required entitlement
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on: 219793
Blocks:
  Show dependency treegraph
 
Reported: 2020-12-09 23:36 PST by Per Arne Vollan
Modified: 2020-12-11 10:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2020-12-09 23:47 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2020-12-09 23:36:46 PST
The message filtering entitlement is missing in com.apple.WebKit.WebContent.Development.xpc on macOS.
Comment 1 Per Arne Vollan 2020-12-09 23:45:27 PST
<rdar://problem/72145560>
Comment 2 Per Arne Vollan 2020-12-09 23:47:59 PST
Created attachment 415840 [details]
Patch
Comment 3 Brent Fulgham 2020-12-10 11:02:43 PST
Comment on attachment 415840 [details]
Patch

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

r=me

> Source/WebKit/Scripts/process-entitlements.sh:28
>              plistbuddy Add :com.apple.pac.shared_region_id string WebContent

It seems like we should enable this for Dev builds, too.
Comment 4 Brent Fulgham 2020-12-10 13:59:04 PST
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 415840 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=415840&action=review
> 
> r=me
> 
> > Source/WebKit/Scripts/process-entitlements.sh:28
> >              plistbuddy Add :com.apple.pac.shared_region_id string WebContent
> 
> It seems like we should enable this for Dev builds, too.

But lets do that as a separate bug after confirming with JSC/Security teams. I don't want to introduce a regression by enabling it without confirming.
Comment 5 EWS 2020-12-10 14:02:19 PST
Committed r270654: <https://trac.webkit.org/changeset/270654>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415840 [details].
Comment 6 Per Arne Vollan 2020-12-11 00:28:25 PST
(In reply to Brent Fulgham from comment #4)
> (In reply to Brent Fulgham from comment #3)
> > Comment on attachment 415840 [details]
> > Patch
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=415840&action=review
> > 
> > r=me
> > 
> > > Source/WebKit/Scripts/process-entitlements.sh:28
> > >              plistbuddy Add :com.apple.pac.shared_region_id string WebContent
> > 
> > It seems like we should enable this for Dev builds, too.
> 
> But lets do that as a separate bug after confirming with JSC/Security teams.
> I don't want to introduce a regression by enabling it without confirming.

Sounds good, thanks for reviewing!
Comment 7 WebKit Commit Bot 2020-12-11 10:59:23 PST
Re-opened since this is blocked by bug 219793