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>SoftResourceLimits</key>
	<dict>
		<key>NumberOfFiles</key>
		<integer>2000</integer>
	</dict>
	<key>Label</key>
	<string>com.apple.securityd</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/sbin/securityd</string>
		<string>-i</string>
	</array>
	<key>MachServices</key>
	<dict>
		<key>com.apple.SecurityServer</key>
		<dict>
			<key>ResetAtClose</key>
			<true/>
		</dict>
	</dict>
	<key>EnvironmentVariables</key>
	<dict>
		<key>__CFPREFERENCES_AVOID_DAEMON</key>
		<string>1</string>
		<key>__CF_USER_TEXT_ENCODING</key>
		<string>0x0:0:0</string>
	</dict>
	<key>RunAtLoad</key>
	<true/>
	<key>LaunchOnlyOnce</key>
	<false/>
	<key>EnableTransactions</key>
	<true/>
	<key>POSIXSpawnType</key>
	<string>Interactive</string>
	<key>MinimalBootProfile</key>
	<true/>
</dict>
</plist>