Files
sudo/BUGS
Todd C. Miller 5e7c7dfb8a updated
1996-06-15 22:11:56 +00:00

16 lines
519 B
Plaintext

Known bugs in sudo version 1.4
==============================
1) Sudo -l does not expand Command Aliases.
2) "make install-man" should substitute correct paths into the
man pages themselves.
3) Sudo should log when removing "dangerous" envariables.
4) User or host names that contain only uppercase alpha, numbers, and '_'
will be parsed as Aliases (Cmnd_Alias, Host_Alias, User_Alias).
There is no way to fix this in the current sudo.
5) '*' by itself in sudoers should not match an empty command list?