From: Todd C. Miller Date: Mon, 19 Jul 2010 15:15:32 +0000 (-0400) Subject: Add PYTHONUSERBASE to initial_badenv_table X-Git-Tag: SUDO_1_7_4~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb3c82907faf408b4764e3b1d17a8f600e40aa17;p=sudo Add PYTHONUSERBASE to initial_badenv_table --HG-- branch : 1.7 --- diff --git a/env.c b/env.c index 3a1a35810..84e2e74ea 100644 --- a/env.c +++ b/env.c @@ -171,6 +171,7 @@ static const char *initial_badenv_table[] = { "PYTHONHOME", /* python, module search path */ "PYTHONPATH", /* python, search path */ "PYTHONINSPECT", /* python, allow inspection */ + "PYTHONUSERBASE", /* python, per user site-packages directory */ "RUBYLIB", /* ruby, library load path */ "RUBYOPT", /* ruby, extra command line options */ NULL