]> granicus.if.org Git - sudo/commitdiff
add STUB_LOAD_INTERFACES
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 31 Mar 1998 05:15:42 +0000 (05:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 31 Mar 1998 05:15:42 +0000 (05:15 +0000)
OPTIONS
options.h

diff --git a/OPTIONS b/OPTIONS
index fd5e90e9248d06cf31583aaf67f372f15e216fdb..80850994a8c52e0065c05db172745cbe872981ec 100644 (file)
--- 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.
index ffe169c49e37de4a6fe38523a5bae842309a839f..9e040c9af19c1e65e3dbe56be8a8c88050615716 100644 (file)
--- 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) */