From 060b48d9ebe097871fe2e1c75ae7f0d77657f2d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 12 Aug 2024 15:22:23 +0300 Subject: [PATCH] sudoers.d/sudoers-group: I am looking at you not including this, Arch --- etc/sudoers.d/sudoers-group | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/sudoers.d/sudoers-group diff --git a/etc/sudoers.d/sudoers-group b/etc/sudoers.d/sudoers-group new file mode 100644 index 00000000..bc69fb18 --- /dev/null +++ b/etc/sudoers.d/sudoers-group @@ -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