mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
Make ignore_dot the default
Add --disable-ignore-dot to disable it and deprecate --with-ignore-dot.
This commit is contained in:
@@ -483,7 +483,7 @@ init_defaults(void)
|
||||
#ifdef LONG_OTP_PROMPT
|
||||
def_long_otp_prompt = true;
|
||||
#endif
|
||||
#ifdef IGNORE_DOT_PATH
|
||||
#ifndef ALLOW_DOT_PATH
|
||||
def_ignore_dot = true;
|
||||
#endif
|
||||
#ifdef ALWAYS_SEND_MAIL
|
||||
|
Reference in New Issue
Block a user