Title: [245237] trunk/Source/WebKit
Revision
245237
Author
[email protected]
Date
2019-05-13 09:32:21 -0700 (Mon, 13 May 2019)

Log Message

AX: Need an entitlement for WebContent to send accessibility notifications
https://bugs.webkit.org/show_bug.cgi?id=197832

Reviewed by Brent Fulgham.

In order to send accessibility notifications on iOS, we need to be able to look up this port.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245236 => 245237)


--- trunk/Source/WebKit/ChangeLog	2019-05-13 16:30:08 UTC (rev 245236)
+++ trunk/Source/WebKit/ChangeLog	2019-05-13 16:32:21 UTC (rev 245237)
@@ -1,3 +1,14 @@
+2019-05-13  Chris Fleizach  <[email protected]>
+
+        AX: Need an entitlement for WebContent to send accessibility notifications
+        https://bugs.webkit.org/show_bug.cgi?id=197832
+
+        Reviewed by Brent Fulgham.
+
+        In order to send accessibility notifications on iOS, we need to be able to look up this port.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-05-13  Michael Catanzaro  <[email protected]>
 
         Unreviewed, fix unused variable warnings in release builds

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-13 16:30:08 UTC (rev 245236)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-05-13 16:32:21 UTC (rev 245237)
@@ -71,6 +71,8 @@
 
 (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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to