]> git.saurik.com Git - apple/security.git/blob - securityd/etc/com.apple.securityd.plist
Security-58286.240.4.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>EnvironmentVariables</key>
26 <dict>
27 <key>__CFPREFERENCES_AVOID_DAEMON</key>
28 <string>1</string>
29 <key>__CF_USER_TEXT_ENCODING</key>
30 <string>0x0:0:0</string>
31 </dict>
32 <key>RunAtLoad</key>
33 <true/>
34 <key>LaunchOnlyOnce</key>
35 <false/>
36 <key>EnableTransactions</key>
37 <true/>
38 <key>POSIXSpawnType</key>
39 <string>Interactive</string>
40 <key>MinimalBootProfile</key>
41 <true/>
42 </dict>
43 </plist>