Bug 235188

Summary: [iOS][Networking] Add access to required network service
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, gavin.p, mazander, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
bfulgham: review+
Patch
none
Patch none

Description Per Arne Vollan 2022-01-13 09:53:20 PST
Add access to required network service in the Networking process on iOS.
Comment 1 Per Arne Vollan 2022-01-13 09:54:47 PST
<rdar://86781432>
Comment 2 Per Arne Vollan 2022-01-13 09:56:05 PST
Created attachment 449074 [details]
Patch
Comment 3 Brent Fulgham 2022-01-13 10:38:07 PST
Comment on attachment 449074 [details]
Patch

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

r=me

> Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:190
> +    (allow mach-lookup (with telemetry)

Do we need telemetry, now that we know that this is needed for shared iPads and proxy servers?
Comment 4 Per Arne Vollan 2022-01-13 12:38:34 PST
Created attachment 449095 [details]
Patch
Comment 5 Per Arne Vollan 2022-01-13 12:40:20 PST
Created attachment 449096 [details]
Patch
Comment 6 Per Arne Vollan 2022-01-13 12:41:01 PST
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 449074 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=449074&action=review
> 
> r=me
> 
> > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:190
> > +    (allow mach-lookup (with telemetry)
> 
> Do we need telemetry, now that we know that this is needed for shared iPads
> and proxy servers?

Fixed!

Thanks for reviewing!
Comment 7 EWS 2022-01-13 13:12:20 PST
Committed r287990 (246017@main): <https://commits.webkit.org/246017@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 449096 [details].