Title: [271195] trunk/Source/WebKit
Revision
271195
Author
[email protected]
Date
2021-01-06 00:16:58 -0800 (Wed, 06 Jan 2021)

Log Message

[iOS] Add missing endpoint in sandbox message filter
https://bugs.webkit.org/show_bug.cgi?id=219731
<rdar://problem/71566760>

Reviewed by Darin Adler.

Add missing endpoint in the WebContent process' sandbox message filter on iOS.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (271194 => 271195)


--- trunk/Source/WebKit/ChangeLog	2021-01-06 07:26:14 UTC (rev 271194)
+++ trunk/Source/WebKit/ChangeLog	2021-01-06 08:16:58 UTC (rev 271195)
@@ -1,3 +1,15 @@
+2021-01-06  Per Arne Vollan  <[email protected]>
+
+        [iOS] Add missing endpoint in sandbox message filter
+        https://bugs.webkit.org/show_bug.cgi?id=219731
+        <rdar://problem/71566760>
+
+        Reviewed by Darin Adler.
+
+        Add missing endpoint in the WebContent process' sandbox message filter on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2021-01-05  Eric Carlson  <[email protected]>
 
         [Cocoa] WebM format reader doesn't work with a url in a <source> element

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (271194 => 271195)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-01-06 07:26:14 UTC (rev 271194)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2021-01-06 08:16:58 UTC (rev 271195)
@@ -1392,6 +1392,9 @@
                 (when (defined? 'vm_remap_external) vm_remap_external)
                 )
             )
+            (when (defined? 'mach_port_is_connection_for_service)
+                (allow mach-message-send (kernel-mig-routine mach_port_is_connection_for_service))
+            )
         )
     )
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to