mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
sudoers.d: add modelines, remove prettier comment
This commit is contained in:
parent
060b48d9eb
commit
7d548e20e6
@ -1,4 +1,2 @@
|
|||||||
<!-- @format -->
|
|
||||||
|
|
||||||
The names may not contain a dot, the RHEL sudo is wheel (not to be confused
|
The names may not contain a dot, the RHEL sudo is wheel (not to be confused
|
||||||
with Debian's passwordless sudo) and the proper permissions are 0400.
|
with Debian's passwordless sudo) and the proper permissions are 0400.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Inspired from Tails. This may break the expectation of "sudo mode", but
|
# Inspired from Tails. This may break the expectation of "sudo mode", but
|
||||||
# saves me from constantly entering "sudo -k"
|
# saves me from constantly entering "sudo -k"
|
||||||
Defaults timestamp_timeout=0
|
Defaults timestamp_timeout=0
|
||||||
|
|
||||||
|
# vim: filetype=sudoers
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Tails has this and I suspect it may be less confusing for less technical
|
# Tails has this and I suspect it may be less confusing for less technical
|
||||||
# people around.
|
# people around.
|
||||||
defaults pwfeedback
|
defaults pwfeedback
|
||||||
# WARNING! Syntax error on Fedora 40, but doesn't stop using sudo. You might
|
# WARNING! Syntax error on Fedora 40 and Arch Linux, but doesn't stop using
|
||||||
# want to not apply this with it!
|
# sudo. You mightwant to not apply this with them!
|
||||||
|
|
||||||
|
# vim: filetype=sudoers
|
||||||
|
Loading…
Reference in New Issue
Block a user