Title: [260929] branches/safari-610.1.11-branch/Source/WebKit
Revision
260929
Author
[email protected]
Date
2020-04-29 18:35:45 -0700 (Wed, 29 Apr 2020)

Log Message

Cherry-pick r260920. rdar://problem/62627737

    Unreviewed sandbox compile fix.

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

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

Modified Paths

Diff

Modified: branches/safari-610.1.11-branch/Source/WebKit/ChangeLog (260928 => 260929)


--- branches/safari-610.1.11-branch/Source/WebKit/ChangeLog	2020-04-30 00:50:03 UTC (rev 260928)
+++ branches/safari-610.1.11-branch/Source/WebKit/ChangeLog	2020-04-30 01:35:45 UTC (rev 260929)
@@ -1,5 +1,23 @@
 2020-04-29  Alan Coon  <[email protected]>
 
+        Cherry-pick r260920. rdar://problem/62627737
+
+    Unreviewed sandbox compile fix.
+    
+    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@260920 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-04-29  Per Arne Vollan  <[email protected]>
+
+            Unreviewed sandbox compile fix.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
+2020-04-29  Alan Coon  <[email protected]>
+
         Cherry-pick r260904. rdar://problem/62622460
 
     Set _STAttributionDisplayName to iOS WebContent Info plist

Modified: branches/safari-610.1.11-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (260928 => 260929)


--- branches/safari-610.1.11-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-30 00:50:03 UTC (rev 260928)
+++ branches/safari-610.1.11-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-30 01:35:45 UTC (rev 260929)
@@ -1211,55 +1211,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