]> git.saurik.com Git - apple/security.git/blob - securityd/etc/com.apple.securityd.plist
Security-57336.1.9.tar.gz
[apple/security.git] / securityd / etc / com.apple.securityd.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.securityd</string>
7 <key>ProgramArguments</key>
8 <array>
9 <string>/usr/sbin/securityd</string>
10 <string>-i</string>
11 </array>
12 <key>MachServices</key>
13 <dict>
14 <key>com.apple.SecurityServer</key>
15 <dict>
16 <key>ResetAtClose</key>
17 <true/>
18 </dict>
19 </dict>
20 <key>RunAtLoad</key>
21 <true/>
22 <key>LaunchOnlyOnce</key>
23 <false/>
24 <key>BeginTransactionAtShutdown</key>
25 <true/>
26 <key>EnableTransactions</key>
27 <true/>
28 <key>POSIXSpawnType</key>
29 <string>Interactive</string>
30 <key>MinimalBootProfile</key>
31 <true/>
32 </dict>
33 </plist>