Title: [260999] trunk/Source/WebKit
Revision
260999
Author
commit-qu...@webkit.org
Date
2020-05-01 07:52:01 -0700 (Fri, 01 May 2020)

Log Message

Unreviewed, reverting r260920.
https://bugs.webkit.org/show_bug.cgi?id=211292

Sandbox compile error is no longer an issue (Requested by
perarne on #webkit).

Reverted changeset:

"Unreviewed sandbox compile fix."
https://trac.webkit.org/changeset/260920

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (260998 => 260999)


--- trunk/Source/WebKit/ChangeLog	2020-05-01 14:37:26 UTC (rev 260998)
+++ trunk/Source/WebKit/ChangeLog	2020-05-01 14:52:01 UTC (rev 260999)
@@ -1,3 +1,16 @@
+2020-05-01  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, reverting r260920.
+        https://bugs.webkit.org/show_bug.cgi?id=211292
+
+        Sandbox compile error is no longer an issue (Requested by
+        perarne on #webkit).
+
+        Reverted changeset:
+
+        "Unreviewed sandbox compile fix."
+        https://trac.webkit.org/changeset/260920
+
 2020-05-01  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Move focus out of the web view when tab is pressed and there isn't a next element to focus

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-01 14:37:26 UTC (rev 260998)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-05-01 14:52:01 UTC (rev 260999)
@@ -1212,3 +1212,55 @@
         (machtrap-number MSC_thread_self_trap)
     )
 )
+
+(when (defined? 'mach-kernel-endpoint)
+    (allow mach-kernel-endpoint
+        (apply-message-filter
+            (allow mach-message-send (with report) (with telemetry))
+            (allow mach-message-send (kernel-mig-routine
+                mach_make_memory_entry
+                host_get_clock_service
+                host_get_io_master
+                host_get_special_port
+                host_info
+                host_request_notification
+                io_connect_async_method
+                io_connect_method
+                io_connect_set_notification_port_64
+                io_iterator_next
+                io_registry_entry_from_path
+                io_registry_entry_get_property_bin_buf
+                io_registry_entry_get_property_bytes
+                io_registry_entry_get_registry_entry_id
+                io_server_version
+                io_service_add_notification_bin_64
+                io_service_close
+                io_service_get_matching_service_bin
+                io_service_get_matching_services_bin
+                io_service_open_extended
+                mach_port_get_context_from_user
+                mach_port_request_notification
+                mach_port_set_attributes
+                mach_vm_copy
+                mach_vm_map_external
+                mach_vm_region
+                mach_vm_remap_external
+                semaphore_create
+                semaphore_destroy
+                task_get_special_port_from_user
+                task_info_from_user
+                task_restartable_ranges_register
+                task_restartable_ranges_synchronize
+                task_set_special_port
+                thread_get_state_to_user
+                thread_info
+                thread_policy
+                thread_policy_set
+                thread_resume
+                thread_set_exception_ports
+                thread_suspend
+                )
+            )
+        )
+    )
+)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to