]>
Commit | Line | Data |
---|---|---|
d1e348cf A |
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> | |
65c25746 A |
5 | <key>com.apple.coretelephony.SimAuthentication.allow</key> |
6 | <true/> | |
d9c572c0 A |
7 | <key>com.apple.coretelephony.Identity.get</key> |
8 | <true/> | |
d1e348cf A |
9 | <key>keychain-access-groups</key> |
10 | <array> | |
11 | <string>apple</string> | |
85f41bec | 12 | <string>com.apple.certificates</string> |
e8d9021d A |
13 | <string>com.apple.identities</string> |
14 | </array> | |
15 | <key>seatbelt-profiles</key> | |
16 | <array> | |
17 | <string>racoon</string> | |
d1e348cf | 18 | </array> |
d9c572c0 A |
19 | <key>com.apple.private.nehelper.privileged</key> |
20 | <true/> | |
d1e348cf A |
21 | </dict> |
22 | </plist> |