]> git.saurik.com Git - apple/security.git/blob - sec/ipc/com.apple.secd.plist
Security-55471.14.tar.gz
[apple/security.git] / 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>LimitLoadToSessionType</key>
6 <string>Background</string>
7 <key>POSIXSpawnType</key>
8 <string>Interactive</string>
9 <key>LaunchEvents</key>
10 <dict>
11 <key>com.apple.notifyd.matching</key>
12 <dict>
13 <key>com.apple.security.cloudkeychainproxy.kvstorechange3</key>
14 <dict>
15 <key>Notification</key>
16 <string>com.apple.security.cloudkeychainproxy.kvstorechange3</string>
17 </dict>
18 </dict>
19 </dict>
20 <key>Label</key>
21 <string>com.apple.secd</string>
22 <key>MachServices</key>
23 <dict>
24 <key>com.apple.secd</key>
25 <true/>
26 <key>com.apple.securityd.xpc</key>
27 <true/>
28 </dict>
29 <key>OnDemand</key>
30 <true/>
31 <key>ProgramArguments</key>
32 <array>
33 <string>/usr/libexec/secd</string>
34 </array>
35 <key>ServiceIPC</key>
36 <true/>
37 <key>Umask</key>
38 <integer>54</integer>
39 <key>EnvironmentVariables</key>
40 <dict>
41 <key>DEBUGSCOPE</key>
42 <string>none</string>
43 <key>WAIT4DEBUGGER</key>
44 <string>NO</string>
45 </dict>
46 </dict>
47 </plist>