]> git.saurik.com Git - apple/security.git/blob - OSX/trustd/com.apple.trustd.agent.plist
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / trustd / com.apple.trustd.agent.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>-policy-node,policy-set,policy,alloc,trust,bind,profile,trace,dbconn,OTR,serverxpc,sqlite3,error_thee_well</string>
13 <key>WAIT4DEBUGGER</key>
14 <string>NO</string>
15 </dict>
16 <key>Label</key>
17 <string>com.apple.trustd.agent</string>
18 <key>LimitLoadToSessionType</key>
19 <array>
20 <string>Aqua</string>
21 <string>Background</string>
22 <string>LoginWindow</string>
23 </array>
24 <key>MachServices</key>
25 <dict>
26 <key>com.apple.trustd.agent</key>
27 <true/>
28 </dict>
29 <key>OnDemand</key>
30 <true/>
31 <key>POSIXSpawnType</key>
32 <string>Interactive</string>
33 <key>ProgramArguments</key>
34 <array>
35 <string>/usr/libexec/trustd</string>
36 <string>--agent</string>
37 </array>
38 <key>ServiceIPC</key>
39 <true/>
40 <key>Umask</key>
41 <integer>54</integer>
42 </dict>
43 </plist>