From: Todd C. Miller Date: Mon, 7 Sep 1998 03:47:49 +0000 (+0000) Subject: for 1.5.6 X-Git-Tag: SUDO_1_5_6~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eac2b72c0c76caddc8eda056d4f6cd4e3224db0;p=sudo for 1.5.6 --- diff --git a/BUGS b/BUGS index 454044279..96f857f3c 100644 --- a/BUGS +++ b/BUGS @@ -12,3 +12,9 @@ Known bugs in sudo version 1.5.6 4) Cmnd_Alias's need to precede permissions specs. At the very least, visudo should give an error if you get this wrong. + +5) A user can use sudo to gather information on what executables + exist on a system, even ones that would not normally be accessible. + +6) There is still a bug in the ``sudo -l'' processing code that can + cause sudo to get a SEGV. I've not been able to track it down yet.