Title: [264412] branches/safari-610.1.22.2-branch/Source/WebKit
Revision
264412
Author
alanc...@apple.com
Date
2020-07-15 12:05:39 -0700 (Wed, 15 Jul 2020)

Log Message

Cherry-pick r264385. rdar://problem/65617478

    [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:

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

Modified Paths

Diff

Modified: branches/safari-610.1.22.2-branch/Source/WebKit/ChangeLog (264411 => 264412)


--- branches/safari-610.1.22.2-branch/Source/WebKit/ChangeLog	2020-07-15 19:04:48 UTC (rev 264411)
+++ branches/safari-610.1.22.2-branch/Source/WebKit/ChangeLog	2020-07-15 19:05:39 UTC (rev 264412)
@@ -1,3 +1,32 @@
+2020-07-15  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r264385. rdar://problem/65617478
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@264385 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-09  Tim Horton  <timothy_hor...@apple.com>
 
         "ESPN Fantasy Sports" does not respond to mouse events, only touch events

Modified: branches/safari-610.1.22.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (264411 => 264412)


--- branches/safari-610.1.22.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-07-15 19:04:48 UTC (rev 264411)
+++ branches/safari-610.1.22.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-07-15 19:05:39 UTC (rev 264412)
@@ -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