2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 23:05:17 +00:00

updated for 1.3.6

This commit is contained in:
Todd C. Miller
1995-11-26 18:39:52 +00:00
parent cfc28644c6
commit d3a01db5db

14
BUGS
View File

@@ -1,9 +1,11 @@
Known bugs in sudo version 1.3.6
================================
1) Sudo -l does not expand Command Aliases. 1) Sudo -l does not expand Command Aliases.
2) When doing two sudo's in a pipe, the ticket file update of one 2) "make install-man" should substitute correct paths into man pages.
sudo may clobber the other's, resulting in the second sudo asking
for a password when it should not. (May be fixed now...)
3) Under SunOS at least, if the argv is long and takes several syslog() 3) When installing binaries and man pages, the Makefile should make the
calls to log it takes a *long* time before the command is actually directories if necesary.
executed.
4) Sudo should log when removing "dangerous" envariables.