From: Todd C. Miller Date: Thu, 27 May 2004 19:56:03 +0000 (+0000) Subject: sync X-Git-Tag: SUDO_1_6_8~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ffe050bc1f9f74d07672bcee1ce993fb7ca1319;p=sudo sync --- diff --git a/CHANGES b/CHANGES index 6aa96ae38..2ed0298f2 100644 --- a/CHANGES +++ b/CHANGES @@ -1684,3 +1684,7 @@ Sudo 1.6.7p5 released. on what directories exist. 529) Quoting globbing characters with a backslash now works as documented. + +530) A negated user/uid in a runas list was not treated the same as a + negated command (it did not override a previously allowed entry). + Now it does.