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:
parent
e37e1e56b6
commit
fa270d3752
6
OPTIONS
6
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.
|
||||
|
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user