From: Todd C. Miller Date: Thu, 7 Jun 2007 11:52:44 +0000 (+0000) Subject: Remove KRB5_KTNAME from environment. Allow COLORTERM. X-Git-Tag: SUDO_1_7_0~570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30e57038d4ae689293ad54be6f898d36110140bd;p=sudo Remove KRB5_KTNAME from environment. Allow COLORTERM. --- diff --git a/env.c b/env.c index fce2d8ce5..b81afd8e5 100644 --- a/env.c +++ b/env.c @@ -130,6 +130,7 @@ static const char *initial_badenv_table[] = { #endif /* HAVE_KERB4 */ #ifdef HAVE_KERB5 "KRB5_CONFIG*", + "KRB5_KTNAME", #endif /* HAVE_KERB5 */ #ifdef HAVE_SECURID "VAR_ACE", @@ -182,6 +183,7 @@ static const char *initial_keepenv_table[] = { "DISPLAY", "PATH", "TERM", + "COLORTERM", "TZ", NULL };