Bug 235188 - [iOS][Networking] Add access to required network service
Summary: [iOS][Networking] Add access to required network service
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: 2022-01-13 09:53 PST by Per Arne Vollan
Modified: 2022-01-13 13:12 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2022-01-13 09:56 PST, Per Arne Vollan
bfulgham: review+
Details | Formatted Diff | Diff
Patch (1.38 KB, patch)
2022-01-13 12:38 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (1.41 KB, patch)
2022-01-13 12:40 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 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].