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>com.apple.coretelephony.SimAuthentication.allow</key>
6	<true/>
7	<key>com.apple.coretelephony.Identity.get</key>
8	<true/>
9	<key>keychain-access-groups</key>
10	<array>
11		<string>apple</string>
12		<string>com.apple.certificates</string>
13		<string>com.apple.identities</string>
14	</array>
15	<key>seatbelt-profiles</key>
16	<array>
17		<string>racoon</string>
18	</array>
19	<key>com.apple.private.nehelper.privileged</key>
20	<true/>
21</dict>
22</plist>
23