2
0
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:
Todd C. Miller
2011-01-28 16:52:25 -05:00
parent 180b31764e
commit ed8e30cf6e
8 changed files with 85 additions and 17 deletions

View File

@@ -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;