]> git.saurik.com Git - apple/security.git/blob - OSX/sec/securityd/entitlements.plist
Security-57337.50.23.tar.gz
[apple/security.git] / OSX / sec / securityd / 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.securityd</string>
7 <key>com.apple.keystore.access-keychain-keys</key>
8 <true/>
9 <key>com.apple.keystore.lockassertion</key>
10 <true/>
11 <key>com.apple.private.associated-domains</key>
12 <true/>
13 <key>com.apple.private.CoreAuthentication.SPI</key>
14 <true/>
15 <key>com.apple.private.CoreAuthentication.CallerPID</key>
16 <true/>
17 <key>com.apple.private.necp.match</key>
18 <true/>
19 <key>com.apple.private.network.socket-delegate</key>
20 <true/>
21 <key>com.apple.mkb.usersession.info</key>
22 <true/>
23 </dict>
24 </plist>