]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Feb 1994 06:31:07 +0000 (06:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Feb 1994 06:31:07 +0000 (06:31 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d082c0b50e844ac303ce134112ffaf7ce95a7912..023bc6fedc64b56fc2df3ffc850bf1ff1c14727d 100644 (file)
--- 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.