Title: [264385] trunk/Source/WebKit
Revision
264385
Author
pvol...@apple.com
Date
2020-07-14 18:41:06 -0700 (Tue, 14 Jul 2020)

Log Message

[iOS] Add missing messages to message filter in WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=214334
<rdar://problem/65529952>

Reviewed by Brent Fulgham.

Allow some messages which are required in the message filter in the WebContent process on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (264384 => 264385)


--- trunk/Source/WebKit/ChangeLog	2020-07-15 00:36:05 UTC (rev 264384)
+++ trunk/Source/WebKit/ChangeLog	2020-07-15 01:41:06 UTC (rev 264385)
@@ -1,3 +1,15 @@
+2020-07-14  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Add missing messages to message filter in WebContent sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=214334
+        <rdar://problem/65529952>
+
+        Reviewed by Brent Fulgham.
+
+        Allow some messages which are required in the message filter in the WebContent process on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-07-14  Wenson Hsieh  <wenson_hs...@apple.com>
 
         REGRESSION (r264101): Sharing a link attaches an image instead of the URL

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-07-15 00:36:05 UTC (rev 264384)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-07-15 01:41:06 UTC (rev 264385)
@@ -1282,6 +1282,8 @@
                 host_get_special_port
                 host_info
                 host_request_notification
+                host_security_create_task_token
+                host_security_set_task_token
                 io_connect_add_client
                 io_connect_async_method
                 io_connect_map_memory_into_task
@@ -1295,6 +1297,7 @@
                 io_registry_entry_get_property_bytes
                 io_registry_entry_get_registry_entry_id
                 io_server_version
+                io_service_add_notification_bin
                 io_service_add_notification_bin_64
                 io_service_close
                 io_service_get_matching_service_bin
@@ -1319,7 +1322,7 @@
                 task_restartable_ranges_synchronize
                 task_set_exc_guard_behavior
                 task_set_special_port
-                (when (defined? 'task_threads_from_user) task_threads_from_user)
+                task_threads_from_user
                 thread_get_state_to_user
                 thread_info
                 thread_policy
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to