]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
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> | |
d8f41ccd A |
5 | <key>EnablePressuredExit</key> |
6 | <true/> | |
7 | <key>EnableTransactions</key> | |
8 | <true/> | |
427c49bc A |
9 | <key>LimitLoadToSessionType</key> |
10 | <string>Background</string> | |
11 | <key>POSIXSpawnType</key> | |
12 | <string>Interactive</string> | |
b1ab9ed8 A |
13 | <key>Label</key> |
14 | <string>com.apple.secd</string> | |
15 | <key>MachServices</key> | |
16 | <dict> | |
ecaf5866 A |
17 | <key>com.apple.security.octagon</key> |
18 | <true/> | |
b1ab9ed8 A |
19 | <key>com.apple.secd</key> |
20 | <true/> | |
427c49bc A |
21 | <key>com.apple.securityd.xpc</key> |
22 | <true/> | |
866f8763 A |
23 | <key>com.apple.securityd.aps</key> |
24 | <true/> | |
ecaf5866 A |
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/> | |
79b9da22 A |
31 | <key>com.apple.security.sfkeychainserver</key> |
32 | <true/> | |
b1ab9ed8 | 33 | </dict> |
b1ab9ed8 A |
34 | <key>ProgramArguments</key> |
35 | <array> | |
36 | <string>/usr/libexec/secd</string> | |
37 | </array> | |
b1ab9ed8 A |
38 | <key>Umask</key> |
39 | <integer>54</integer> | |
427c49bc A |
40 | <key>EnvironmentVariables</key> |
41 | <dict> | |
42 | <key>DEBUGSCOPE</key> | |
fa7225c8 | 43 | <string>-policy-node,policy-set,policy,alloc,trust,bind,profile,trace,dbconn,OTR,serverxpc,sqlite3,error_thee_well,ringSigning</string> |
427c49bc A |
44 | <key>WAIT4DEBUGGER</key> |
45 | <string>NO</string> | |
46 | </dict> | |
866f8763 A |
47 | <key>LaunchEvents</key> |
48 | <dict> | |
49 | <key>com.apple.xpc.activity</key> | |
50 | <dict> | |
51 | <key>com.apple.securityd.daily</key> | |
52 | <dict> | |
53 | <key>Priority</key> | |
54 | <string>Utility</string> | |
55 | <key>Interval</key> | |
56 | <real>86400</real> | |
57 | </dict> | |
58 | </dict> | |
59 | </dict> | |
b1ab9ed8 A |
60 | </dict> |
61 | </plist> |