Title: [261884] trunk/Source/WebKit
Revision
261884
Author
[email protected]
Date
2020-05-19 13:20:14 -0700 (Tue, 19 May 2020)

Log Message

[iOS] Fix message filter sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=212100
<rdar://problem/63407155>

Reviewed by Andy Estes.

A message needs to be added to the message filter in the WebContent sandbox on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (261883 => 261884)


--- trunk/Source/WebKit/ChangeLog	2020-05-19 20:09:58 UTC (rev 261883)
+++ trunk/Source/WebKit/ChangeLog	2020-05-19 20:20:14 UTC (rev 261884)
@@ -1,3 +1,15 @@
+2020-05-19  Per Arne Vollan  <[email protected]>
+
+        [iOS] Fix message filter sandbox violation
+        https://bugs.webkit.org/show_bug.cgi?id=212100
+        <rdar://problem/63407155>
+
+        Reviewed by Andy Estes.
+
+        A message needs to be added to the message filter in the WebContent sandbox on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-05-19  Kate Cheney  <[email protected]>
 
         Revert WebKitTestRunner to reset ITP to the memory store between all tests.

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-19 20:09:58 UTC (rev 261883)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-19 20:20:14 UTC (rev 261884)
@@ -1291,6 +1291,7 @@
                 io_service_open_extended
                 mach_exception_raise
                 (when (defined? 'mach_make_memory_entry) mach_make_memory_entry)
+                (when (defined? 'mach_make_memory_entry_64) mach_make_memory_entry_64)
                 mach_port_get_context_from_user
                 mach_port_request_notification
                 mach_port_set_attributes
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to