]> git.saurik.com Git - apple/security.git/blob - SecurityTests/SecurityTests-Entitlements.plist
Security-58286.51.6.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.keychain.sysbound</key>
6 <true/>
7 <key>com.apple.security.attestation.access</key>
8 <true/>
9 <key>keychain-cloud-circle</key>
10 <true/>
11 <key>com.apple.keystore.access-keychain-keys</key>
12 <true/>
13 <key>com.apple.keystore.lockassertion</key>
14 <true/>
15 <key>com.apple.keystore.device</key>
16 <true/>
17 <key>restore-keychain</key>
18 <true/>
19 <key>migrate-keychain</key>
20 <true/>
21 <key>modify-anchor-certificates</key>
22 <true/>
23 <key>com.apple.springboard.wipedevice</key>
24 <true/>
25 <key>com.apple.private.system-keychain</key>
26 <true/>
27 <key>application-identifier</key>
28 <string>com.apple.security.regressions</string>
29 <key>com.apple.private.uninstall.deletion</key>
30 <true/>
31 <key>com.apple.private.security.delete.all</key>
32 <true/>
33 <key>keychain-access-groups</key>
34 <array>
35 <string>com.apple.security.regressions</string>
36 <string>lockdown-identities</string>
37 <string>apple</string>
38 <string>com.apple.security.sos</string>
39 <string>123456.test.group</string>
40 <string>123456.test.group2</string>
41 <string>com.apple.bluetooth</string>
42 </array>
43 <key>com.apple.developer.shared-web-credentials</key>
44 <array>
45 <string>localhost</string>
46 </array>
47 </dict>
48 </plist>