]> git.saurik.com Git - apple/security.git/blob - sec/ipc/com.apple.secd.plist
Security-55163.44.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>Label</key>
6 <string>com.apple.secd</string>
7 <key>MachServices</key>
8 <dict>
9 <key>com.apple.secd</key>
10 <true/>
11 </dict>
12 <key>OnDemand</key>
13 <true/>
14 <key>ProgramArguments</key>
15 <array>
16 <string>/usr/libexec/secd</string>
17 </array>
18 <key>ServiceIPC</key>
19 <true/>
20 <key>Umask</key>
21 <integer>54</integer>
22 </dict>
23 </plist>