From e4b48683f827e7b4297e6d224e0cef70b9a7fdae Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 2 Jun 2021 13:46:20 +0200 Subject: [PATCH] Add wireguard sudoers.d file --- arch-config/etc/sudoers.d/wireguard | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 arch-config/etc/sudoers.d/wireguard diff --git a/arch-config/etc/sudoers.d/wireguard b/arch-config/etc/sudoers.d/wireguard new file mode 100644 index 00000000..33f45157 --- /dev/null +++ b/arch-config/etc/sudoers.d/wireguard @@ -0,0 +1,3 @@ +# The "wg show all" command may be run by anyone in the group "wireguard" + +%wireguard ALL=(ALL) NOPASSWD: /usr/bin/wg show interfaces