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