]> git.saurik.com Git - apple/security.git/blob - OSX/trustd/macOS/com.apple.trustd.agent.plist
Security-59306.11.20.tar.gz
[apple/security.git] / OSX / trustd / macOS / 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>POSIXSpawnType</key>
30 <string>Adaptive</string>
31 <key>ProgramArguments</key>
32 <array>
33 <string>/usr/libexec/trustd</string>
34 <string>--agent</string>
35 </array>
36 <key>Umask</key>
37 <integer>54</integer>
38 </dict>
39 </plist>