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>EnableTransactions</key>
6	<true/>
7	<key>Label</key>
8	<string>com.apple.DiskArbitrationAgent</string>
9	<key>MachServices</key>
10	<dict>
11		<key>com.apple.DiskArbitration.DiskArbitrationAgent</key>
12		<true/>
13	</dict>
14	<key>POSIXSpawnType</key>
15	<string>Interactive</string>
16	<key>Program</key>
17	<string>/System/Library/Frameworks/DiskArbitration.framework/Versions/A/Support/DiskArbitrationAgent</string>
18</dict>
19</plist>
20