diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-17 01:03:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-17 01:03:22 +0000 |
commit | 520e93c344e52248a2742787612ebeeff4c84bb3 (patch) | |
tree | 214031d9f733157fec8e8675d650fb31dafeda82 /usr.bin/sudo/INSTALL | |
parent | b3eeacaa661de86440405b9804ca25bf61313508 (diff) |
update to sudo 1.6.5
Diffstat (limited to 'usr.bin/sudo/INSTALL')
-rw-r--r-- | usr.bin/sudo/INSTALL | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/sudo/INSTALL b/usr.bin/sudo/INSTALL index 42db5fdef15..e3929743900 100644 --- a/usr.bin/sudo/INSTALL +++ b/usr.bin/sudo/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for Sudo 1.6.4 +Installation instructions for Sudo 1.6.5 ======================================== Sudo uses a `configure' script to probe the capabilities and type @@ -204,6 +204,12 @@ Special features/options: If you don't have /usr/include/bsd_auth.h then you cannot use this. + --disable-root-mailer + By default sudo will run the mailer as root when tattling + on a user so as to prevent that user from killing the mailer. + With this option, sudo will run the mailer as the invoking + user which some people consider to be safer. + --disable-saved-ids Disable use of POSIX saved IDs. Normally, sudo will try to use POSIX saved IDs if they are supported. However, some |