From 8d8bc778d1d6ae1ec843fb0e303816bdb2b40b26 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 30 May 2004 16:25:19 +0000 Subject: [PATCH] Mention change in parse order for RunAs entries. --- UPGRADE | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.40.0