]> git.saurik.com Git - apple/ipsec.git/blobdiff - entitlements.plist
ipsec-317.tar.gz
[apple/ipsec.git] / entitlements.plist
index 3e9e3964dbad4b75c85c08953719939e775330e1..a630f63bd3249651d6bccbe3daba6aa5c29d6cb2 100644 (file)
@@ -2,14 +2,23 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+       <key>com.apple.coretelephony.SimAuthentication.allow</key>
+       <true/>
+       <key>com.apple.coretelephony.Identity.get</key>
+       <true/>
        <key>keychain-access-groups</key>
        <array>
                <string>apple</string>
+               <string>com.apple.certificates</string>
                <string>com.apple.identities</string>
        </array>
        <key>seatbelt-profiles</key>
        <array>
                <string>racoon</string>
        </array>
+       <key>com.apple.private.nehelper.privileged</key>
+       <true/>
+       <key>com.apple.private.system-keychain</key>
+       <true/>
 </dict>
 </plist>