Title: [260920] trunk/Source/WebKit
Revision
260920
Author
[email protected]
Date
2020-04-29 15:37:15 -0700 (Wed, 29 Apr 2020)

Log Message

Unreviewed sandbox compile fix.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (260919 => 260920)


--- trunk/Source/WebKit/ChangeLog	2020-04-29 22:16:30 UTC (rev 260919)
+++ trunk/Source/WebKit/ChangeLog	2020-04-29 22:37:15 UTC (rev 260920)
@@ -1,3 +1,9 @@
+2020-04-29  Per Arne Vollan  <[email protected]>
+
+        Unreviewed sandbox compile fix.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-04-29  Alex Christensen  <[email protected]>
 
         Add WKNavigationDelegate API shouldAllowDeprecatedTLS

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-29 22:16:30 UTC (rev 260919)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-29 22:37:15 UTC (rev 260920)
@@ -1212,55 +1212,3 @@
         (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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to