mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 00:05:11 +00:00
Add PYTHONUSERBASE to initial_badenv_table
This commit is contained in:
@@ -168,6 +168,7 @@ static const char *initial_badenv_table[] = {
|
|||||||
"PYTHONHOME", /* python, module search path */
|
"PYTHONHOME", /* python, module search path */
|
||||||
"PYTHONPATH", /* python, search path */
|
"PYTHONPATH", /* python, search path */
|
||||||
"PYTHONINSPECT", /* python, allow inspection */
|
"PYTHONINSPECT", /* python, allow inspection */
|
||||||
|
"PYTHONUSERBASE", /* python, per user site-packages directory */
|
||||||
"RUBYLIB", /* ruby, library load path */
|
"RUBYLIB", /* ruby, library load path */
|
||||||
"RUBYOPT", /* ruby, extra command line options */
|
"RUBYOPT", /* ruby, extra command line options */
|
||||||
NULL
|
NULL
|
||||||
|
Reference in New Issue
Block a user