From: Todd C. Miller Date: Sun, 16 May 2004 20:38:06 +0000 (+0000) Subject: sync X-Git-Tag: SUDO_1_6_8~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1862f550f6491f4f32a6a07ca68c6cf804d3c9be;p=sudo sync --- diff --git a/BUGS b/BUGS index a95fae0c3..c5c9e36d7 100644 --- a/BUGS +++ b/BUGS @@ -24,5 +24,8 @@ Known bugs in sudo version 1.6.8 6) For the same reason as #5, changing the value of "ignore_dot" has no effect (find_path() is called before sudoers is parsed). +7) A negated user/uid in a runas list is not treated the same as a + negated command. E.g. it does not override a previously allowed spec. + For a list of things that are not bugs but that I would like to add / fix, please see the TODO file. diff --git a/CHANGES b/CHANGES index 7fe6528c7..862e75c36 100644 --- a/CHANGES +++ b/CHANGES @@ -1678,3 +1678,5 @@ Sudo 1.6.7p6 released. 526) Added start_tls support from Gudleik Rasch . +527) A uid specified in sudoers now matches the user specified by the + -u flag even if the -u flag specified a name, not a uid.