2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

pam_setcred should default to true; from Gary Winiger

Bug #642
This commit is contained in:
Todd C. Miller
2014-04-15 07:11:29 -06:00
parent a78da37487
commit 278a8ba391

View File

@@ -489,6 +489,7 @@ init_defaults(void)
#endif
def_editor = estrdup(EDITOR);
def_set_utmp = true;
def_pam_setcred = true;
/* Finally do the lists (currently just environment tables). */
init_envtables();