From fed3b2dffdd4752d74b32c30621c864152187be8 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 23 Nov 2009 09:05:57 -0800 Subject: [PATCH] launchd flag --- kcm/config.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kcm/config.c b/kcm/config.c index c4b732fc3..be40feec5 100644 --- a/kcm/config.c +++ b/kcm/config.c @@ -60,6 +60,7 @@ static const char *system_group = NULL; static const char *renew_life = NULL; static const char *ticket_life = NULL; +int launchd_flag = 0; int disallow_getting_krbtgt = 0; int name_constraints = -1; @@ -83,6 +84,10 @@ static struct getargs args[] = { "max-request", 0, arg_string, &max_request, "max size for a kcm-request", "size" }, + { + "launchd", 0, arg_flag, &launchd_flag, + "when in use by launchd" + }, #ifdef SUPPORT_DETACH #if DETACH_IS_DEFAULT {