From: Todd C. Miller Date: Fri, 24 Mar 1995 19:17:15 +0000 (+0000) Subject: added a define of USE_REALPATH X-Git-Tag: SUDO_1_4_0~616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7221f7ab195dd53cebcd6732170685447e25f30;p=sudo added a define of USE_REALPATH --- diff --git a/options.h b/options.h index f8c0b3a4b..bef9b60ae 100644 --- a/options.h +++ b/options.h @@ -53,6 +53,7 @@ #define INCORRECT_PASSWORD "Sorry, try again." /* message for bad passwd */ #define MAILSUBJECT "*** SECURITY information ***" /* subject of mail sent */ /*#define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/etc:/etc" /* secure path */ +#define USE_REALPATH /* use sudo_realpath() to expand paths */ /********** You probably don't want to modify anything below here ***********/