From dbd0da9c3619b5a5f3b1396761e9ff8473ff4f5a Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 25 Jun 2008 19:14:07 +0000 Subject: [PATCH] Add new launchd flags to CCacheServer plist file 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 --- src/ccapi/server/mac/edu.mit.Kerberos.CCacheServer.plist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ccapi/server/mac/edu.mit.Kerberos.CCacheServer.plist b/src/ccapi/server/mac/edu.mit.Kerberos.CCacheServer.plist index 42e7f2720..3301d44d3 100644 --- a/src/ccapi/server/mac/edu.mit.Kerberos.CCacheServer.plist +++ b/src/ccapi/server/mac/edu.mit.Kerberos.CCacheServer.plist @@ -4,6 +4,8 @@ Label edu.mit.Kerberos.CCacheServer + LimitLoadToSessionType + Background Program /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer MachServices @@ -13,5 +15,12 @@ OnDemand + ThrottleInterval + 0 + EnvironmentVariables + + CFFIXED_USER_HOME + /var/empty + -- 2.26.2