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