sudoers.d/sudoers-group: I am looking at you not including this, Arch

This commit is contained in:
Aminda Suomalainen 2024-08-12 15:22:23 +03:00
parent 9ef3faffaf
commit 060b48d9eb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# The usual wheel or sudoers group for weird systems missing it.
# Uncomment for Debian
#%sudoers ALL=(ALL:ALL) ALL
# Uncomment for everything else
#%wheel ALL=(ALL:ALL) ALL
# WARNING: DANGEROUS AND INSECURE! DON'T UNCOMMENT!
#%sudoers ALL=(ALL:ALL) NOPASSWD: ALL
#%wheel ALL=(ALL:ALL) NOPASSWD: ALL
# vim: filetype=sudoers