Bug 230715 - Remove access to unused services in the Networking process
Summary: Remove access to unused services in the Networking process
Status: RESOLVED FIXED
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:
Blocks:
 
Reported: 2021-09-23 13:30 PDT by Per Arne Vollan
Modified: 2021-09-23 15:19 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.28 KB, patch)
2021-09-23 13:36 PDT, 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 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 :)