]> git.saurik.com Git - apple/security.git/blob - trust/trustd/iOS/entitlements.plist
Security-59754.80.3.tar.gz
[apple/security.git] / trust / 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.assets.accessible-asset-types</key>
18 <array>
19 <string>com.apple.MobileAsset.PKITrustSupplementals</string>
20 <string>com.apple.MobileAsset.SecExperimentAssets</string>
21 </array>
22 <key>com.apple.private.security.storage.trustd</key>
23 <true/>
24 <key>com.apple.private.security.storage.trustd-private</key>
25 <true/>
26 <key>com.apple.private.security.storage.SFAnalytics</key>
27 <true/>
28 <key>seatbelt-profiles</key>
29 <array>
30 <string>trustd</string>
31 </array>
32 </dict>
33 </plist>