com.apple.securityd.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>GroupName</key>
	<string>_securityd</string>
	<key>Label</key>
	<string>com.apple.securityd</string>
	<key>MachServices</key>
	<dict>
		<key>com.apple.securityd</key>
		<true/>
	</dict>
	<key>OnDemand</key>
	<true/>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/libexec/securityd</string>
	</array>
	<key>ServiceIPC</key>
	<true/>
	<key>Umask</key>
	<integer>54</integer>
	<key>UserName</key>
	<string>_securityd</string>
	<key>POSIXSpawnType</key>
	<string>Interactive</string>
</dict>
</plist>