From: Todd C. Miller Date: Mon, 7 Nov 2005 16:02:22 +0000 (+0000) Subject: Add PERLLIB, PERL5LIB and PERL5OPT to the default list of environment X-Git-Tag: SUDO_1_7_0~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c6d0cc8719c92650291cb09c54f51b6a4ad3719;p=sudo Add PERLLIB, PERL5LIB and PERL5OPT to the default list of environment variables to remove. From Charles Morris --- diff --git a/env.c b/env.c index 09633a49e..033945ab4 100644 --- a/env.c +++ b/env.c @@ -145,6 +145,9 @@ static const char *initial_badenv_table[] = { "PS4", "SHELLOPTS", "JAVA_TOOL_OPTIONS", + "PERLLIB", + "PERL5LIB", + "PERL5OPT", NULL };