]> git.saurik.com Git - apple/security.git/blob - OSX/trustd/iOS/entitlements.plist
Security-58286.1.32.tar.gz
[apple/security.git] / OSX / trustd / iOS / entitlements.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>application-identifier</key>
6 <string>com.apple.trustd</string>
7 <key>com.apple.application-identifier</key>
8 <string>com.apple.trustd</string>
9 <key>com.apple.private.necp.match</key>
10 <true/>
11 <key>com.apple.private.network.socket-delegate</key>
12 <true/>
13 <key>com.apple.private.network.delegation-whitelist</key>
14 <true/>
15 <key>com.apple.private.keychain.certificates</key>
16 <true/>
17 <key>com.apple.private.read-trustd-downloads</key>
18 <true/>
19 <key>com.apple.private.assets.accessible-asset-types</key>
20 <array>
21 <string>com.apple.MobileAsset.CertificatePinning</string>
22 </array>
23 <key>seatbelt-profiles</key>
24 <array>
25 <string>trustd</string>
26 </array>
27 </dict>
28 </plist>