Title: [247210] trunk/Source/WebKit
Revision
247210
Author
pvol...@apple.com
Date
2019-07-08 09:51:28 -0700 (Mon, 08 Jul 2019)

Log Message

[iOS] WebContent processes should not globally allow mach lookup to the AX server.
https://bugs.webkit.org/show_bug.cgi?id=199386
<rdar://problem/52487468>

Reviewed by Chris Fleizach.

Instead, a mach extension for this service should be issued to the WebContent process. This has already been implemented.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (247209 => 247210)


--- trunk/Source/WebKit/ChangeLog	2019-07-08 16:40:02 UTC (rev 247209)
+++ trunk/Source/WebKit/ChangeLog	2019-07-08 16:51:28 UTC (rev 247210)
@@ -1,3 +1,15 @@
+2019-07-08  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] WebContent processes should not globally allow mach lookup to the AX server.
+        https://bugs.webkit.org/show_bug.cgi?id=199386
+        <rdar://problem/52487468>
+
+        Reviewed by Chris Fleizach.
+
+        Instead, a mach extension for this service should be issued to the WebContent process. This has already been implemented.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-07-08  Claudio Saavedra  <csaave...@igalia.com>
 
         REGRESSION(r246671): [WPE][GTK] Crash in NetworkProcess since the DNS cache landed

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-07-08 16:40:02 UTC (rev 247209)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-07-08 16:51:28 UTC (rev 247210)
@@ -71,8 +71,6 @@
 
 (allow mach-register
     (local-name "com.apple.iphone.axserver")) ; Needed for Application Accessibility
-(allow mach-lookup
-    (global-name "com.apple.iphone.axserver-systemwide")) ; Needed to send accessibility notifications.
 
 ;; <rdar://problem/14555119> Access to high quality speech voices
 ;; Needed for WebSpeech
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to