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>MachServices</key> 6 <dict> 7 <key>com.apple.xnu.test.turnstile_multihop</key> 8 <dict> 9 <key>ResetAtClose</key> 10 <true/> 11 </dict> 12 </dict> 13 <key>ThrottleInterval</key> 14 <integer>1</integer> 15 <key>UserName</key> 16 <string>root</string> 17 <key>ProcessType</key> 18 <string>Adaptive</string> 19 <key>EnvironmentVariables</key> 20 <dict> 21 <key>MallocNanoZone</key> 22 <string>1</string> 23 </dict> 24 <key>LaunchOnlyOnce</key> 25 <true/> 26</dict> 27</plist> 28