2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

add PS4 and SHELLOPTS to initial_badenv_table for bash

This commit is contained in:
Todd C. Miller 2005-10-28 00:35:33 +00:00
parent 2c3be532a0
commit 096a289d94

2
env.c
View File

@ -142,6 +142,8 @@ static const char *initial_badenv_table[] = {
"TERMCAP", /* XXX - only if it starts with '/' */
"ENV",
"BASH_ENV",
"PS4",
"SHELLOPTS",
NULL
};