From: Todd C. Miller Date: Sun, 30 May 2004 16:25:19 +0000 (+0000) Subject: Mention change in parse order for RunAs entries. X-Git-Tag: SUDO_1_6_8~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d8bc778d1d6ae1ec843fb0e303816bdb2b40b26;p=sudo Mention change in parse order for RunAs entries. --- diff --git a/UPGRADE b/UPGRADE index 5e1339521..c0e73afbe 100644 --- 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