]> git.saurik.com Git - apple/security.git/blob - OSX/sec/SharedWebCredential/com.apple.security.swcagent.plist
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / sec / SharedWebCredential / 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>OnDemand</key>
24 <true/>
25 <key>ProgramArguments</key>
26 <array>
27 <string>/System/Library/Frameworks/Security.framework/swcagent</string>
28 </array>
29 <key>ServiceIPC</key>
30 <true/>
31 <key>Umask</key>
32 <integer>54</integer>
33 <key>UserName</key>
34 <string>mobile</string>
35 <key>POSIXSpawnType</key>
36 <string>Interactive</string>
37 </dict>
38 </plist>