2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

add STUB_LOAD_INTERFACES

This commit is contained in:
Todd C. Miller 1998-03-31 05:15:42 +00:00
parent e37e1e56b6
commit fa270d3752
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -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) */