From 3dfae7bc73665e518f93fa0ca5b1312361772955 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 20 Aug 2022 12:30:35 +0200 Subject: [PATCH] Allow nethogs without sudo password --- arch-config/etc/sudoers.d/wheel | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 arch-config/etc/sudoers.d/wheel diff --git a/arch-config/etc/sudoers.d/wheel b/arch-config/etc/sudoers.d/wheel new file mode 100644 index 00000000..fa1c7b17 --- /dev/null +++ b/arch-config/etc/sudoers.d/wheel @@ -0,0 +1,3 @@ +# Commands anybody in the "wheel" group can run without entering a sudo password + +%wheel ALL=(ALL) NOPASSWD: /usr/bin/nethogs