diff options
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 |