Title: [261891] branches/safari-610.1.14-branch/Source/WebKit
Revision
261891
Author
[email protected]
Date
2020-05-19 15:02:50 -0700 (Tue, 19 May 2020)

Log Message

Cherry-pick r261884. rdar://problem/63415448

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@261884 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610.1.14-branch/Source/WebKit/ChangeLog (261890 => 261891)


--- branches/safari-610.1.14-branch/Source/WebKit/ChangeLog	2020-05-19 21:59:59 UTC (rev 261890)
+++ branches/safari-610.1.14-branch/Source/WebKit/ChangeLog	2020-05-19 22:02:50 UTC (rev 261891)
@@ -1,3 +1,32 @@
+2020-05-19  Alan Coon  <[email protected]>
+
+        Cherry-pick r261884. rdar://problem/63415448
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@261884 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-17  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Move to new Pasteboard API

Modified: branches/safari-610.1.14-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (261890 => 261891)


--- branches/safari-610.1.14-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-19 21:59:59 UTC (rev 261890)
+++ branches/safari-610.1.14-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-19 22:02:50 UTC (rev 261891)
@@ -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