From 007ad745e6e6e60317d2df5a7ec52e1e1b3420a2 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 22 Jan 2018 21:53:40 -0700 Subject: [PATCH] libertine fonts added, upgr now sudo --- src/larbs.sh | 1 + src/sudoers | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/larbs.sh b/src/larbs.sh index 0bcb7ac..9c8e2a4 100755 --- a/src/larbs.sh +++ b/src/larbs.sh @@ -112,6 +112,7 @@ pacman --noconfirm --needed -Sy \ compton \ arandr \ ttf-inconsolata \ + ttf-linux-libertine \ noto-fonts \ unzip \ unrar \ diff --git a/src/sudoers b/src/sudoers index b1aed95..d7b5d33 100644 --- a/src/sudoers +++ b/src/sudoers @@ -39,7 +39,7 @@ # Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET" ## ## Run X applications through sudo; HOME is used to find the -## .Xauthority file. Note that other programs use HOME to find +## .Xauthority file. Note that other programs use HOME to find ## configuration files and this may lead to privilege escalation! # Defaults env_keep += "HOME" ## @@ -85,7 +85,7 @@ root ALL=(ALL) ALL #%wheel ALL=(ALL) NOPASSWD: ALL ##Here I give wheel users the ability to run core non-harmless commands without a password. - %wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart + %wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart, /usr/bin/pacman -Syyu --noconfirm #This keeps you from needing to reinsert your passwords in each different terminal a wheel user uses sudo in. Defaults !tty_tickets