mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Add --disable-env-reset configure option.
This commit is contained in:
@@ -446,7 +446,7 @@ init_defaults(void)
|
||||
def_iolog_file = estrdup("%{seq}");
|
||||
def_iolog_dir = estrdup(_PATH_SUDO_IO_LOGDIR);
|
||||
def_sudoers_locale = estrdup("C");
|
||||
def_env_reset = TRUE;
|
||||
def_env_reset = ENV_RESET;
|
||||
def_set_logname = TRUE;
|
||||
def_closefrom = STDERR_FILENO + 1;
|
||||
|
||||
|
Reference in New Issue
Block a user