com.apple.hidd.plist   [plain text]


<?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>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>com.apple.hidd</string>
    <key>MachServices</key>
    <dict>
            <key>com.apple.iohideventsystem</key>
            <dict>
                    <key>ResetAtClose</key>
                    <true/>
            </dict>
    </dict>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/libexec/hidd</string>
	</array>
	<key>EnableTransactions</key>
	<true/>
	<key>POSIXSpawnType</key>
	<string>Interactive</string>
    <key>UserName</key>
    <string>_hidd</string>
    <key>Group</key>
    <string>_hidd</string>
	<key>LaunchEvents</key>
	<dict>
		<key>com.apple.iokit.matching</key>
		<dict>
			<key>com.apple.device-attach</key>
			<dict>
				<key>IOProviderClass</key>
				<string>IOHIDFamily</string>
				<key>IONameMatch</key>
				<string>IOHID</string>
				<key>IOMatchLaunchStream</key>
				<true/>
			</dict>
		</dict>
	</dict>
</dict>
</plist>