]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
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> | |
b1ab9ed8 A |
5 | <key>Label</key> |
6 | <string>com.apple.securityd</string> | |
d8f41ccd A |
7 | <key>ProgramArguments</key> |
8 | <array> | |
9 | <string>/usr/sbin/securityd</string> | |
10 | <string>-i</string> | |
11 | </array> | |
b1ab9ed8 A |
12 | <key>MachServices</key> |
13 | <dict> | |
d8f41ccd A |
14 | <key>com.apple.SecurityServer</key> |
15 | <dict> | |
16 | <key>ResetAtClose</key> | |
17 | <true/> | |
18 | </dict> | |
b1ab9ed8 | 19 | </dict> |
d8f41ccd | 20 | <key>RunAtLoad</key> |
b1ab9ed8 | 21 | <true/> |
d8f41ccd A |
22 | <key>LaunchOnlyOnce</key> |
23 | <false/> | |
24 | <key>BeginTransactionAtShutdown</key> | |
25 | <true/> | |
26 | <key>EnableTransactions</key> | |
b1ab9ed8 | 27 | <true/> |
b1ab9ed8 A |
28 | <key>POSIXSpawnType</key> |
29 | <string>Interactive</string> | |
30 | </dict> | |
31 | </plist> |