Bug 213756

Summary: [iOS] Temporarily open up sandbox for mapping of Launch Services database
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bfulgham: review+

Description Per Arne Vollan 2020-06-29 15:13:28 PDT
Temporarily open up sandbox for mapping of Launch Services database in the WebContent process on iOS. This is just a short term fix, and access to the service will be closed again soon.
Comment 1 Per Arne Vollan 2020-06-29 15:16:36 PDT
rdar://problem/64707000
Comment 2 Per Arne Vollan 2020-06-29 15:19:36 PDT
Created attachment 403123 [details]
Patch
Comment 3 Brent Fulgham 2020-06-29 15:22:02 PDT
Comment on attachment 403123 [details]
Patch

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

r=me

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

I would remove the telemetry-backtrace, since this will be getting hit under normal circumstances.
Comment 4 Per Arne Vollan 2020-06-29 15:32:04 PDT
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 403123 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=403123&action=review
> 
> r=me
> 
> > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:591
> > +(allow mach-lookup (with telemetry-backtrace)
> 
> I would remove the telemetry-backtrace, since this will be getting hit under
> normal circumstances.

Done.

Thanks for reviewing!