2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

added LONG_SKEY_PROMPT

This commit is contained in:
Todd C. Miller
1995-11-25 04:38:30 +00:00
parent 461d87164d
commit b0deb3be44
2 changed files with 8 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
/*#define SHELL_IF_NO_ARGS /* if sudo is given no arguments run a shell */
/*#define USE_TTY_TICKETS /* have a different ticket file for each tty */
/*#define SKEY_ONLY /* validate user via s/key only */
/*#define LONG_SKEY_PROMPT /* use a two line s/key prompt */
#define FAST_MATCH /* command check fails if basenames not same */
#ifndef SUDOERS_OWNER
#define SUDOERS_OWNER "root" /* sudoers file owner (usually root) */