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: common:
dotfiles: dotfiles:
- grub
- pam
- bluez - bluez
- iwd
- locale
- fstab - fstab
- sysctl - grub
- iwd
- kernel_modules - kernel_modules
- locale
- pam
- sudoers
- sysctl
- udev_rules - udev_rules
- vconsole - vconsole
@ -128,6 +129,10 @@ dotfiles:
src: pam-local-login src: pam-local-login
dst: /etc/pam.d/system-local-login dst: /etc/pam.d/system-local-login
sudoers:
src: sudoers
dst: /etc/sudoers.d/local
mkinitcpio: mkinitcpio:
src: mkinitcpio.conf src: mkinitcpio.conf
dst: /etc/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