sudoers.d: add always-ask-password & password-feedback

This commit is contained in:
Aminda Suomalainen 2024-08-12 15:06:50 +03:00
parent 61b9fb9e6a
commit 9ef3faffaf
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Inspired from Tails. This may break the expectation of "sudo mode", but
# saves me from constantly entering "sudo -k"
Defaults timestamp_timeout=0

View File

@ -0,0 +1,5 @@
# Tails has this and I suspect it may be less confusing for less technical
# people around.
defaults pwfeedback
# WARNING! Syntax error on Fedora 40, but doesn't stop using sudo. You might
# want to not apply this with it!