]> granicus.if.org Git - sudo/commitdiff
Mention change in parse order for RunAs entries.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 30 May 2004 16:25:19 +0000 (16:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 30 May 2004 16:25:19 +0000 (16:25 +0000)
UPGRADE

diff --git a/UPGRADE b/UPGRADE
index 5e13395215cbcf8d4a214a81b5229e595360231b..c0e73afbe405e673667664674ecee6f40aad40e5 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -9,6 +9,12 @@ o Upgrading from a version prior to 1.6.8:
     if there is no /var/run directory.  This directory will be
     created if it does not already exist.
 
+    Previously, a sudoers entry that explicitly prohibited running
+    a command as a certain user did not override a previous entry
+    allowing the same command.  This has been fixed in sudo 1.6.8
+    such that the last match is now used (as it is documented).
+    Hopefully no one was depending on the previous (buggy) beghavior.
+
 o Upgrading from a version prior to 1.6:
 
     As of sudo 1.6, parsing of runas entries and the NOPASSWD tag