summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-12-02 20:31:25 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-12-02 20:31:25 +0000
commitc2609c54ab9bc9dfc956179fab580a9af663444a (patch)
treed9abbeeb723db67c0b7f0bba1894af817d014669 /INSTALL
parent807eb4e946f043d5a0008e8dc8454bc6da32fb16 (diff)
downloadsudo-c2609c54ab9bc9dfc956179fab580a9af663444a.tar.gz
o Kill shell_noargs option, it cannot work since the command needs to
be set before sudoers is parsed. o Fix the "set_home" sudoers option (only worked at compile time). o Fix "fqdn" sudoers option. We now set host/shost via set_fqdn which gets called when the "fqdn" option is set in sudoers. o Move the openlog() to store_syslogfac() so this gets overridden correctly from the sudoers file.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index f8e755f42..0b4d98627 100644
--- a/INSTALL
+++ b/INSTALL
@@ -228,6 +228,12 @@ Special features/options:
security hole as most editors allow a user to get a shell (which would
be a root shell and hence, no logging).
+ --enable-noargs-shell
+ If sudo is invoked with no arguments it acts as if the "-s" flag had
+ been given. That is, it runs a shell as root (the shell is determined
+ by the SHELL environment variable, falling back on the shell listed
+ in the invoking user's /etc/passwd entry).
+
The following options are also configurable at runtime:
--with-otp-only
@@ -417,12 +423,6 @@ The following options are also configurable at runtime:
--enable-log-host
Log the hostname in the log file.
- --enable-noargs-shell
- If sudo is invoked with no arguments it acts as if the "-s" flag had
- been given. That is, it runs a shell as root (the shell is determined
- by the SHELL environment variable, falling back on the shell listed
- in the invoking user's /etc/passwd entry).
-
--enable-shell-sets-home
If sudo is invoked with the "-s" flag the HOME environment variable
will be set to the home directory of the target user (which is root