Added LimitLoadToSessionType "Background" to launch the
CCacheServer once per user rather than only for GUI
sessions.
Added ThrottleInterval key to allow the CCacheServer to
relaunch frequently.
Set CFFIXED_USER_HOME environment variable to prevent the
CCacheServer from accessing the user's home directory.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20471
dc483132-0cff-0310-8789-
dd5450dbe970
<dict>
<key>Label</key>
<string>edu.mit.Kerberos.CCacheServer</string>
+ <key>LimitLoadToSessionType</key>
+ <string>Background</string>
<key>Program</key>
<string>/System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer</string>
<key>MachServices</key>
</dict>
<key>OnDemand</key>
<true/>
+ <key>ThrottleInterval</key>
+ <integer>0</integer>
+ <key>EnvironmentVariables</key>
+ <dict>
+ <key>CFFIXED_USER_HOME</key>
+ <string>/var/empty</string>
+ </dict>
</dict>
</plist>