Title: [269971] branches/safari-611.1.6-branch/Source/WebKit
Revision
269971
Author
[email protected]
Date
2020-11-18 11:31:42 -0800 (Wed, 18 Nov 2020)

Log Message

Cherry-pick r269966. rdar://problem/71547830

    [macOS] Fix message filter sandbox violation
    https://bugs.webkit.org/show_bug.cgi?id=219090
    <rdar://problem/71522043>

    Reviewed by Geoffrey Garen.

    The message filter in the WebContent process on macOS needs to allow some additional messages.

    * WebProcess/com.apple.WebProcess.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-611.1.6-branch/Source/WebKit/ChangeLog (269970 => 269971)


--- branches/safari-611.1.6-branch/Source/WebKit/ChangeLog	2020-11-18 19:31:27 UTC (rev 269970)
+++ branches/safari-611.1.6-branch/Source/WebKit/ChangeLog	2020-11-18 19:31:42 UTC (rev 269971)
@@ -1,3 +1,32 @@
+2020-11-18  Kocsen Chung  <[email protected]>
+
+        Cherry-pick r269966. rdar://problem/71547830
+
+    [macOS] Fix message filter sandbox violation
+    https://bugs.webkit.org/show_bug.cgi?id=219090
+    <rdar://problem/71522043>
+    
+    Reviewed by Geoffrey Garen.
+    
+    The message filter in the WebContent process on macOS needs to allow some additional messages.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269966 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-11-18  Per Arne Vollan  <[email protected]>
+
+            [macOS] Fix message filter sandbox violation
+            https://bugs.webkit.org/show_bug.cgi?id=219090
+            <rdar://problem/71522043>
+
+            Reviewed by Geoffrey Garen.
+
+            The message filter in the WebContent process on macOS needs to allow some additional messages.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
 2020-11-17  Russell Epstein  <[email protected]>
 
         Cherry-pick r269895. rdar://problem/71490402

Modified: branches/safari-611.1.6-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (269970 => 269971)


--- branches/safari-611.1.6-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-11-18 19:31:27 UTC (rev 269970)
+++ branches/safari-611.1.6-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-11-18 19:31:42 UTC (rev 269971)
@@ -1473,6 +1473,7 @@
                 io_registry_entry_get_parent_iterator
                 io_registry_entry_get_properties_bin_buf
                 io_registry_entry_get_property_bin_buf
+                io_registry_entry_get_property_bytes
                 io_registry_entry_get_registry_entry_id
                 io_registry_get_root_entry
                 io_server_version
@@ -1482,6 +1483,8 @@
                 io_service_get_matching_service_bin
                 io_service_get_matching_services_bin
                 io_service_open_extended
+                mach_exception_raise
+                mach_port_get_context_from_user
                 mach_port_get_refs
                 mach_port_request_notification
                 mach_port_set_attributes
@@ -1488,6 +1491,7 @@
                 mach_vm_copy
                 mach_vm_map_external
                 mach_vm_region
+                mach_vm_region_recurse
                 mach_vm_remap_external
                 semaphore_create
                 semaphore_destroy
@@ -1495,6 +1499,7 @@
                 task_info_from_user
                 task_policy_set
                 task_restartable_ranges_synchronize
+                task_threads_from_user
                 thread_get_state_to_user
                 thread_info
                 thread_policy
@@ -1543,6 +1548,7 @@
         MSC_semaphore_signal_trap
         MSC_semaphore_timedwait_trap
         MSC_semaphore_wait_trap
+        MSC_swtch_pri
         MSC_syscall_thread_switch
         MSC_task_name_for_pid
         MSC_thread_get_special_reply_port
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to