⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242680 in webkit


Ignore:
Timestamp:
Mar 9, 2019, 9:28:48 PM (7 years ago)
Author:
aestes@apple.com
Message:

[iOS] Remove unneeded entitlements and sandbox allowances from the Networking service
https://bugs.webkit.org/show_bug.cgi?id=195527

Reviewed by Eric Carlson.

  • Configurations/Network-iOS.entitlements:
  • Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r242678 r242680  
     12019-03-09  Andy Estes  <aestes@apple.com>
     2
     3        [iOS] Remove unneeded entitlements and sandbox allowances from the Networking service
     4        https://bugs.webkit.org/show_bug.cgi?id=195527
     5
     6        Reviewed by Eric Carlson.
     7
     8        * Configurations/Network-iOS.entitlements:
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
     10
    1112019-03-09  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/Configurations/Network-iOS.entitlements

    r240954 r242680  
    55        <key>com.apple.private.accounts.bundleidspoofing</key>
    66        <true/>
    7         <key>com.apple.private.ids.link-preferences</key>
    8         <true/>
    9         <key>com.apple.private.ids.messaging</key>
    10         <true/>
    117        <key>com.apple.private.network.socket-delegate</key>
    12         <true/>
    13         <key>com.apple.wifi.manager-access</key>
    148        <true/>
    159        <key>seatbelt-profiles</key>
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb

    r238710 r242680  
    9191(allow mach-lookup
    9292    (global-name "com.apple.lsd.mapdb")
    93     (global-name "com.apple.analyticsd")
    94     (global-name "com.apple.WirelessCoexManager")
    95     (global-name "com.apple.wifi.manager")
    96     (global-name "com.apple.identityservicesd.embedded.auth"))
     93    (global-name "com.apple.analyticsd"))
    9794
    9895;; For reporting progress for active downloads <rdar://problem/44405661>
Note: See TracChangeset for help on using the changeset viewer.