Changeset 287990 in webkit


Ignore:
Timestamp:
Jan 13, 2022, 1:11:10 PM (4 years ago)
Author:
pvollan@apple.com
Message:

[iOS][Networking] Add access to required network service
https://bugs.webkit.org/show_bug.cgi?id=235188
<rdar://86781432>

Reviewed by Brent Fulgham.

Add access to required network service in the Networking process on iOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r287986 r287990  
     12022-01-13  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS][Networking] Add access to required network service
     4        https://bugs.webkit.org/show_bug.cgi?id=235188
     5        <rdar://86781432>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add access to required network service in the Networking process on iOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
     12
    1132022-01-13  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb

    r286852 r287990  
    188188           (global-name "com.apple.nsurlstorage-cache"))
    189189
    190     (deny mach-lookup (with telemetry)
     190    ;; <rdar://86781432>
     191    (allow mach-lookup
    191192           (global-name "com.apple.cfnetwork.AuthBrokerAgent"))
    192193    ;; <rdar://problem/10423007>
Note: See TracChangeset for help on using the changeset viewer.