]> git.saurik.com Git - apple/security.git/blob - OSX/sec/ipc/com.apple.secd.plist
Security-58286.41.2.tar.gz
[apple/security.git] / OSX / sec / ipc / com.apple.secd.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>LimitLoadToSessionType</key>
10 <string>Background</string>
11 <key>POSIXSpawnType</key>
12 <string>Interactive</string>
13 <key>Label</key>
14 <string>com.apple.secd</string>
15 <key>MachServices</key>
16 <dict>
17 <key>com.apple.secd</key>
18 <true/>
19 <key>com.apple.securityd.xpc</key>
20 <true/>
21 <key>com.apple.securityd.aps</key>
22 <true/>
23 </dict>
24 <key>ProgramArguments</key>
25 <array>
26 <string>/usr/libexec/secd</string>
27 </array>
28 <key>Umask</key>
29 <integer>54</integer>
30 <key>EnvironmentVariables</key>
31 <dict>
32 <key>DEBUGSCOPE</key>
33 <string>-policy-node,policy-set,policy,alloc,trust,bind,profile,trace,dbconn,OTR,serverxpc,sqlite3,error_thee_well,ringSigning</string>
34 <key>WAIT4DEBUGGER</key>
35 <string>NO</string>
36 </dict>
37 <key>LaunchEvents</key>
38 <dict>
39 <key>com.apple.xpc.activity</key>
40 <dict>
41 <key>com.apple.securityd.daily</key>
42 <dict>
43 <key>Priority</key>
44 <string>Utility</string>
45 <key>Interval</key>
46 <real>86400</real>
47 </dict>
48 </dict>
49 </dict>
50 </dict>
51 </plist>