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
Per Arne Vollan
2020-06-29 15:13:28 PDT
Created attachment 403123 [details]
Patch
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. (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! |