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