mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Add PERL5DB to list of environment variables to remove.
This commit is contained in:
parent
3553eee07e
commit
be9d490e1a
1
env.c
1
env.c
@ -150,6 +150,7 @@ static const char *initial_badenv_table[] = {
|
|||||||
"PERLLIB", /* perl, search path for modules/includes */
|
"PERLLIB", /* perl, search path for modules/includes */
|
||||||
"PERL5LIB", /* perl 5, search path for modules/includes */
|
"PERL5LIB", /* perl 5, search path for modules/includes */
|
||||||
"PERL5OPT", /* perl 5, extra command line options */
|
"PERL5OPT", /* perl 5, extra command line options */
|
||||||
|
"PERL5DB", /* perl 5, command used to load debugger */
|
||||||
"FPATH", /* ksh, search path for functions */
|
"FPATH", /* ksh, search path for functions */
|
||||||
"NULLCMD", /* zsh, command for null file redirection */
|
"NULLCMD", /* zsh, command for null file redirection */
|
||||||
"READNULLCMD", /* zsh, command for null file redirection */
|
"READNULLCMD", /* zsh, command for null file redirection */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user