mirror of
https://github.com/darlinghq/darling-xnu.git
synced 2024-12-04 02:21:43 +00:00
28 lines
610 B
Plaintext
28 lines
610 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>MachServices</key>
|
|
<dict>
|
|
<key>com.apple.xnu.test.mach_port</key>
|
|
<dict>
|
|
<key>ResetAtClose</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>ThrottleInterval</key>
|
|
<integer>1</integer>
|
|
<key>UserName</key>
|
|
<string>root</string>
|
|
<key>ProcessType</key>
|
|
<string>Adaptive</string>
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>MallocNanoZone</key>
|
|
<string>1</string>
|
|
</dict>
|
|
<key>LaunchOnlyOnce</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|