Title: [259886] trunk/Source/WebKit
Revision
259886
Author
pvol...@apple.com
Date
2020-04-10 11:26:53 -0700 (Fri, 10 Apr 2020)

Log Message

[iOS] Add routines to message filter in the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=210338

Reviewed by Geoffrey Garen.

Add required routines to the message filter in the WebContent sandbox on iOS. These have been observed
being in use during local testing.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (259885 => 259886)


--- trunk/Source/WebKit/ChangeLog	2020-04-10 18:22:28 UTC (rev 259885)
+++ trunk/Source/WebKit/ChangeLog	2020-04-10 18:26:53 UTC (rev 259886)
@@ -1,3 +1,15 @@
+2020-04-10  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Add routines to message filter in the WebContent sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=210338
+
+        Reviewed by Geoffrey Garen.
+
+        Add required routines to the message filter in the WebContent sandbox on iOS. These have been observed
+        being in use during local testing.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-04-10  Simon Fraser  <simon.fra...@apple.com>
 
         Reset view navigation gesture state between tests

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-10 18:22:28 UTC (rev 259885)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-10 18:26:53 UTC (rev 259886)
@@ -1137,6 +1137,7 @@
                 io_registry_entry_get_property_bytes
                 io_registry_entry_get_registry_entry_id
                 io_server_version
+                io_service_close
                 io_service_get_matching_service_bin
                 io_service_get_matching_services_bin
                 io_service_open_extended
@@ -1144,6 +1145,7 @@
                 mach_port_set_attributes
                 mach_vm_copy
                 mach_vm_map_external
+                mach_vm_region
                 mach_vm_remap_external
                 semaphore_create
                 semaphore_destroy
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to