/ OSX / sectests / SecurityTests-Entitlements.plist
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>com.apple.private.applecredentialmanager.allow</key>
12  	<true/>
13  	<key>restore-keychain</key>
14  	<true/>
15  	<key>migrate-keychain</key>
16  	<true/>
17  	<key>com.apple.private.system-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>com.apple.private.uninstall.deletion</key>
26  	<true/>
27  	<key>keychain-access-groups</key>
28  	<array>
29  		<string>com.apple.security.regressions</string>
30  		<string>lockdown-identities</string>
31  		<string>apple</string>
32  		<string>com.apple.security.sos</string>
33  		<string>123456.test.group</string>
34  		<string>123456.test.group2</string>
35  	</array>
36  	<key>com.apple.private.AuthorizationServices</key>
37  	<array>
38  		<string>com.apple.trust-settings.admin</string>
39  	</array>
40  	<key>com.apple.private.security.storage.Keychains</key>
41  	<true/>
42  </dict>
43  </plist>