[webkit-reviews] review granted: [Bug 203697] [iOS] Fix mach lookup sandbox violations in the Mail app : [Attachment 382501] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 16:19:08 PDT 2019


Alexey Proskuryakov <ap at webkit.org> has granted Per Arne Vollan
<pvollan at apple.com>'s request for review:
Bug 203697: [iOS] Fix mach lookup sandbox violations in the Mail app
https://bugs.webkit.org/show_bug.cgi?id=203697

Attachment 382501: Patch

https://bugs.webkit.org/attachment.cgi?id=382501&action=review




--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 382501
  --> https://bugs.webkit.org/attachment.cgi?id=382501
Patch

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

>
Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:624
> +(allow mach-lookup
>      (global-name "com.apple.logd.events"))
>  
>  (allow mach-lookup
> +    (global-name "com.apple.distributed_notifications at 1v3"))
> +
> +(allow mach-lookup
> +    (global-name "com.apple.aggregated"))
> +
> +(allow mach-lookup
>      (global-name "com.apple.cfprefsd.daemon"))

Should these all be combined into one "allow mach-lookup" expression?


More information about the webkit-reviews mailing list