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>get-task-allow</key>
6	<true/>
7	<key>keychain-access-groups</key>
8	<array>
9		<string>com.apple.identities</string>
10		<string>apple</string>
11		<string>com.apple.certificates</string>
12	</array>
13	<key>com.apple.private.SecureNetworking.ipsec_ike</key>
14	<true/>
15	<key>com.apple.private.SecureNetworking.ipsec_db</key>
16	<true/>
17	<key>com.apple.private.MobileGestalt.AllowedProtectedKeys</key>
18	<array>
19		<string>UniqueDeviceID</string>
20	</array>
21</dict>
22</plist>
23