sudo asks for your permission to validate access, this is so if you login as your user, walk away and someone comes up and tries to use sudo rm -rf they need authentication.
You are viewing a single comment's thread from:
sudo asks for your permission to validate access, this is so if you login as your user, walk away and someone comes up and tries to use sudo rm -rf they need authentication.
To force behavior of
sudoto require a password:sudo visudoDefaults env_reset,timestamp_timeout=0Or lock your session when you leave like a good sysadmin ;)
LOL. It was your point, not mine.
Ahh, I see what you saying now, been a while since I wrote the post. :)
I have no idea what I'm doing reading something so old.