summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/BUGS
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-09-28 15:10:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-09-28 15:10:52 +0000
commitb2ce21d7e22822255c394cc618c029fdcd31be4d (patch)
treeba0dcff50d70b05985ecb9590c0bf828c151a021 /usr.bin/sudo/BUGS
parent6d2330fc528f6b282a6ed3bff15e92d30ee98805 (diff)
Update to sudo 1.6.8p1
Diffstat (limited to 'usr.bin/sudo/BUGS')
-rw-r--r--usr.bin/sudo/BUGS5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/sudo/BUGS b/usr.bin/sudo/BUGS
index 2eb4338e81d..a95fae0c391 100644
--- a/usr.bin/sudo/BUGS
+++ b/usr.bin/sudo/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.6.7
+Known bugs in sudo version 1.6.8
================================
1) Sudo should have an option to log when removing "dangerous"
@@ -21,5 +21,8 @@ Known bugs in sudo version 1.6.7
the "alias specifications". In the future the parser will
converted to a two-pass parser.
+6) For the same reason as #5, changing the value of "ignore_dot" has
+ no effect (find_path() is called before sudoers is parsed).
+
For a list of things that are not bugs but that I would like to
add / fix, please see the TODO file.