com.apple.security.KeychainStasher.plist
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>EnablePressuredExit</key> 6 <true/> 7 <key>EnableTransactions</key> 8 <true/> 9 <key>LimitLoadToSessionType</key> 10 <string>Background</string> 11 <key>POSIXSpawnType</key> 12 <string>Adaptive</string> 13 <key>Label</key> 14 <string>com.apple.security.KeychainStasher</string> 15 <key>MachServices</key> 16 <dict> 17 <key>com.apple.security.KeychainStasher</key> 18 <true/> 19 </dict> 20 <key>ProgramArguments</key> 21 <array> 22 <string>/usr/libexec/KeychainStasher</string> 23 </array> 24 </dict> 25 </plist>