Files
sudo/BUGS
Todd C. Miller abf8c06cb6 updated BUGS
1994-07-25 17:17:56 +00:00

8 lines
343 B
Plaintext

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).