From: Todd C. Miller Date: Wed, 2 Feb 1994 06:31:07 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7de8d09af072889a6ce894142ed8d5f65ce4f2fa;p=sudo updated --- diff --git a/CHANGES b/CHANGES index d082c0b50..023bc6fed 100644 --- a/CHANGES +++ b/CHANGES @@ -46,3 +46,6 @@ CHANGES between sudo 1.2 (unofficial version) update_timestamp() since they are unnecesary and setruid() is broken on systems without a setreuid(2) or setresuid(2) system call. (Ie: AIX and Solaris 2.x). + +17) The bulk of sudo now runs with the caller's real uid. Grep for + be_root() to find the exceptions.