root: add visudo

This commit is contained in:
lelgenio 2022-02-27 20:39:28 -03:00
parent c43a2b64d6
commit 24250b7452
2 changed files with 12 additions and 5 deletions

View File

@ -51,14 +51,15 @@ profiles:
common:
dotfiles:
- grub
- pam
- bluez
- iwd
- locale
- fstab
- sysctl
- grub
- iwd
- kernel_modules
- locale
- pam
- sudoers
- sysctl
- udev_rules
- vconsole
@ -128,6 +129,10 @@ dotfiles:
src: pam-local-login
dst: /etc/pam.d/system-local-login
sudoers:
src: sudoers
dst: /etc/sudoers.d/local
mkinitcpio:
src: mkinitcpio.conf
dst: /etc/mkinitcpio.conf

2
root/sudoers Normal file
View File

@ -0,0 +1,2 @@
# Allow members of wheel to run any command without a password
%wheel ALL=(ALL) NOPASSWD: ALL