2
0
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:
Todd C. Miller
2025-03-08 08:34:11 -07:00
parent ff3c2185f1
commit fce45b2767
5 changed files with 54 additions and 40 deletions

View File

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