/ OSX / sec / SharedWebCredential / com.apple.security.swcagent.plist
com.apple.security.swcagent.plist
 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>EnablePressuredExit</key>
 6  	<true/>
 7  	<key>EnableTransactions</key>
 8  	<true/>
 9  	<key>EnvironmentVariables</key>
10  	<dict>
11  		<key>DEBUGSCOPE</key>
12  		<string>none</string>
13  		<key>WAIT4DEBUGGER</key>
14  		<string>NO</string>
15  	</dict>
16  	<key>Label</key>
17  	<string>com.apple.security.swcagent</string>
18  	<key>MachServices</key>
19  	<dict>
20  		<key>com.apple.security.swcagent</key>
21  		<true/>
22  	</dict>
23  	<key>ProgramArguments</key>
24  	<array>
25  		<string>/System/Library/Frameworks/Security.framework/swcagent</string>
26  	</array>
27  	<key>Umask</key>
28  	<integer>54</integer>
29  	<key>UserName</key>
30  	<string>mobile</string>
31  	<key>POSIXSpawnType</key>
32  	<string>Interactive</string>
33  </dict>
34  </plist>