From: Todd C. Miller Date: Tue, 22 Jan 2002 02:00:56 +0000 (+0000) Subject: Document new --disable-setreuid option and change description for X-Git-Tag: SUDO_1_6_6~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2292a1d2f00147eaca03e2080eb44b175c218fd2;p=sudo Document new --disable-setreuid option and change description for --disable-saved-ids to match new error message. --- diff --git a/INSTALL b/INSTALL index e39297439..d12807f0e 100644 --- a/INSTALL +++ b/INSTALL @@ -213,9 +213,11 @@ Special features/options: --disable-saved-ids Disable use of POSIX saved IDs. Normally, sudo will try to use POSIX saved IDs if they are supported. However, some - implementations are broken. If sudo aborts with an error like: - "seteuid(0): Operation not permitted" - you probably need to disable POSIX saved ID support. + implementations are broken. + + --disable-setreuid + Disable use of the setreuid() function for operating systems + where it is broken. 4.4BSD has setreuid() but it doesn't really work. --disable-sia Disable SIA support. This is the "Security Integration Architecture"