Changeset 201194 in webkit


Ignore:
Timestamp:
May 19, 2016 3:55:04 PM (8 years ago)
Author:
Brent Fulgham
Message:

[OS X][WK2] Expand sandbox for new mach endpoints
https://bugs.webkit.org/show_bug.cgi?id=157919
<rdar://problem/25238336>

Reviewed by Alexey Proskuryakov.

Grant the WebContent and Networking processes the mach lookup capability for
various Security-related mach endpoints..

  • Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r201190 r201194  
     12016-05-19  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [OS X][WK2] Expand sandbox for new mach endpoints
     4        https://bugs.webkit.org/show_bug.cgi?id=157919
     5        <rdar://problem/25238336>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        Grant the WebContent and Networking processes the mach lookup capability for
     10        various Security-related mach endpoints..
     11
     12        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
     13        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     14
    1152016-05-19  Brian Burg  <bburg@apple.com>
    216
  • trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb

    r191918 r201194  
    5757    (global-name "com.apple.ocspd")
    5858    (global-name "com.apple.securityd")
     59    (global-name "com.apple.securityd.xpc")
     60    (global-name "com.apple.ctkd.token-client")
     61    (global-name "com.apple.CoreAuthentication.agent.libxpc")
    5962    (global-name "com.apple.accountsd.accountmanager"))
    6063
  • trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r200396 r201194  
    7676(allow mach-lookup
    7777    (global-name "com.apple.PowerManagement.control")
     78    (global-name "com.apple.securityd.xpc")
     79    (global-name "com.apple.ctkd.token-client")
     80    (global-name "com.apple.CoreAuthentication.agent.libxpc")
    7881    (global-name "com.apple.accountsd.accountmanager")
    7982    (global-name "com.apple.coremedia.audiodeviceclock"))
Note: See TracChangeset for help on using the changeset viewer.