From: Todd C. Miller Date: Tue, 31 Mar 1998 05:15:42 +0000 (+0000) Subject: add STUB_LOAD_INTERFACES X-Git-Tag: SUDO_1_5_6~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa270d37524c2f6c9d4d24f04f15a71c1c5d1aaa;p=sudo add STUB_LOAD_INTERFACES --- diff --git a/OPTIONS b/OPTIONS index fd5e90e92..80850994a 100644 --- a/OPTIONS +++ b/OPTIONS @@ -198,6 +198,12 @@ USE_TTY_TICKETS you specified the timestamp dir to be). This feature is off by default. +STUB_LOAD_INTERFACES + This option keeps sudo from trying to glean the ip address from + each attached ethernet interface. It is only useful on a machine + where sudo's interface reading support does not work, which may + be the case on some SysV-based OS's. + FAST_MATCH When matching a given command to a path listed in the sudoers file, only check the inodes for a match if the basenames match. diff --git a/options.h b/options.h index ffe169c49..9e040c9af 100644 --- a/options.h +++ b/options.h @@ -65,6 +65,7 @@ /*#define USE_TTY_TICKETS /* have a different ticket file for each tty */ /*#define OTP_ONLY /* validate user via OTP (skey/opie) only */ /*#define LONG_OTP_PROMPT /* use a two line OTP (skey/opie) prompt */ +/*#define STUB_LOAD_INTERFACES /* don't try to read ether interfaces */ #define FAST_MATCH /* command check fails if basenames not same */ #ifndef SUDOERS_MODE #define SUDOERS_MODE 0440 /* file mode for sudoers (octal) */