]> git.saurik.com Git - apple/security.git/blob - OSX/sec/ipc/com.apple.secd.plist
Security-58286.51.6.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.security.octagon</key>
18 <true/>
19 <key>com.apple.secd</key>
20 <true/>
21 <key>com.apple.securityd.xpc</key>
22 <true/>
23 <key>com.apple.securityd.aps</key>
24 <true/>
25 <key>com.apple.securityd.ckks</key>
26 <true/>
27 <key>com.apple.securityd.general</key>
28 <true/>
29 <key>com.apple.securityd.sos</key>
30 <true/>
31 </dict>
32 <key>ProgramArguments</key>
33 <array>
34 <string>/usr/libexec/secd</string>
35 </array>
36 <key>Umask</key>
37 <integer>54</integer>
38 <key>EnvironmentVariables</key>
39 <dict>
40 <key>DEBUGSCOPE</key>
41 <string>-policy-node,policy-set,policy,alloc,trust,bind,profile,trace,dbconn,OTR,serverxpc,sqlite3,error_thee_well,ringSigning</string>
42 <key>WAIT4DEBUGGER</key>
43 <string>NO</string>
44 </dict>
45 <key>LaunchEvents</key>
46 <dict>
47 <key>com.apple.xpc.activity</key>
48 <dict>
49 <key>com.apple.securityd.daily</key>
50 <dict>
51 <key>Priority</key>
52 <string>Utility</string>
53 <key>Interval</key>
54 <real>86400</real>
55 </dict>
56 </dict>
57 </dict>
58 </dict>
59 </plist>