]> git.saurik.com Git - apple/security.git/blob - SecurityTests/SecurityTests-Entitlements.plist
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / SecurityTests-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>com.apple.private.CoreAuthentication.SPI</key>
6 <true/>
7 <key>keychain-cloud-circle</key>
8 <true/>
9 <key>com.apple.keystore.access-keychain-keys</key>
10 <true/>
11 <key>com.apple.keystore.lockassertion</key>
12 <true/>
13 <key>com.apple.keystore.device</key>
14 <true/>
15 <key>restore-keychain</key>
16 <true/>
17 <key>migrate-keychain</key>
18 <true/>
19 <key>modify-anchor-certificates</key>
20 <true/>
21 <key>com.apple.springboard.wipedevice</key>
22 <true/>
23 <key>application-identifier</key>
24 <string>com.apple.security.regressions</string>
25 <key>keychain-access-groups</key>
26 <array>
27 <string>com.apple.security.regressions</string>
28 <string>lockdown-identities</string>
29 <string>apple</string>
30 </array>
31 <key>com.apple.private.ubiquity-kvstore-access</key>
32 <array>
33 <string>com.apple.securityd</string>
34 </array>
35 <key>com.apple.developer.ubiquity-kvstore-identifier</key>
36 <string>com.apple.security.cloudkeychainproxy3</string>
37 <key>com.apple.developer.shared-web-credentials</key>
38 <array>
39 <string>localhost</string>
40 </array>
41 </dict>
42 </plist>