Changeset 247210 in webkit


Ignore:
Timestamp:
Jul 8, 2019 9:51:28 AM (5 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r247209 r247210  
     12019-07-08  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] WebContent processes should not globally allow mach lookup to the AX server.
     4        https://bugs.webkit.org/show_bug.cgi?id=199386
     5        <rdar://problem/52487468>
     6
     7        Reviewed by Chris Fleizach.
     8
     9        Instead, a mach extension for this service should be issued to the WebContent process. This has already been implemented.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-07-08  Claudio Saavedra  <csaavedra@igalia.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r246949 r247210  
    7272(allow mach-register
    7373    (local-name "com.apple.iphone.axserver")) ; Needed for Application Accessibility
    74 (allow mach-lookup
    75     (global-name "com.apple.iphone.axserver-systemwide")) ; Needed to send accessibility notifications.
    7674
    7775;; <rdar://problem/14555119> Access to high quality speech voices
Note: See TracChangeset for help on using the changeset viewer.