2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

updated BUGS

This commit is contained in:
Todd C. Miller
1994-07-25 17:17:56 +00:00
parent 6f2b5908c8
commit abf8c06cb6

5
BUGS
View File

@@ -1,2 +1,7 @@
1) Multiple entries per user doesn't work. Only the first one is
used.
2) There is a race condition where if . were changed to be non-executable
after sudo(8) does its initial getcwd(3) but before sudo does the chdir(2)
back to the original working dir. In this case you will get a misleading
error message (command not found).