-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tty path checking unhelpfully hides problems #329
Comments
Resolved by 3dfbf93 and a85494b.
|
Thanks very much for addressing. About tsdump, I concluded that the sources had no such program after seeing comments that were apparently sort of from the project indicating that such a program was harmful and people who needed it should write their own. Perhaps I misread. A possible reasonable approach would be to mention it in the README, build it as part of the build, but not install it. |
@gdt I just committed changes to build tsdump by default and mention it in the sudoers and sudoers_timestamp man pages. |
Awesome, thank you for listening and improving. |
I am using 1.9.14p3 on NetBSD. I changed from /dev/ttyp* to /dev/pts, but did not reboot. I found that sudo when executed as part of a package rebuild ("make replace") did not respect cached authtentication. The root causes are
To figure this out, I had to read code and write my own code to parse the timestamp file.
I would suggest
The text was updated successfully, but these errors were encountered: