Last active
February 1, 2025 00:36
-
-
Save tonejito/235feb4f1d299fd82ad513289b4704ee to your computer and use it in GitHub Desktop.
sudoers.d insults configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # = ^ . ^ = | |
| # | |
| # /etc/sudoers.d/sudoers-insults | |
| # sudoers.d insults configuration file | |
| # Andres Hernandez - tonejito | |
| # | |
| # This file must be mode 0440 and owner root:root | |
| # install --mode 0440 --owner root --group root sudoers-insults /etc/sudoers.d/ | |
| # | |
| # Edit with visudo | |
| # visudo -f /etc/sudoers.d/sudoers-insults | |
| # | |
| # Either enable badpass_message or insults :P | |
| # http://jurassicsystems.com/ | |
| #Defaults badpass_message="Ah ah ah. You didn't say the magic word" | |
| Defaults insults |
Author
omg thank you bro, that's exactly what i'm trying to do 2 days 🫶.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using both in any order leads to (A), at least on @Debian 8 #Jessie
A. Using
Defaults insults:B. Using
Defaults badpass_message="..."