Bug 230715

Summary: Remove access to unused services in the Networking process
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, gavin.p, mazander, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Per Arne Vollan 2021-09-23 13:30:48 PDT
Telemetry is showing that some services allowed in the Networking process' sandbox are unused. These should be removed.
Comment 1 Radar WebKit Bug Importer 2021-09-23 13:31:33 PDT
<rdar://problem/83462947>
Comment 2 Per Arne Vollan 2021-09-23 13:36:30 PDT
Created attachment 439087 [details]
Patch
Comment 3 Brent Fulgham 2021-09-23 14:43:20 PDT
Comment on attachment 439087 [details]
Patch

r=me
Comment 4 Per Arne Vollan 2021-09-23 14:49:06 PDT
Comment on attachment 439087 [details]
Patch

Thanks for reviewing!
Comment 5 EWS 2021-09-23 14:57:28 PDT
Committed r283012 (242077@main): <https://commits.webkit.org/242077@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 439087 [details].
Comment 6 Simon Fraser (smfr) 2021-09-23 14:59:44 PDT
Comment on attachment 439087 [details]
Patch

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

> Source/WebKit/ChangeLog:3
> +        Remove access to unused services in the Networking access

Bug title was right. Changelog was wrong.
Comment 7 Per Arne Vollan 2021-09-23 15:19:37 PDT
(In reply to Simon Fraser (smfr) from comment #6)
> Comment on attachment 439087 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=439087&action=review
> 
> > Source/WebKit/ChangeLog:3
> > +        Remove access to unused services in the Networking access
> 
> Bug title was right. Changelog was wrong.

Ah, thanks, good catch :)