From 6216d8cda3c697534f99be91d25fe46f381cb83f Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 16 Jan 2021 20:40:21 +0200 Subject: [PATCH] sudoers.d: add passwordless protonvpn-{tray,gui} --- etc/sudoers.d/protonvpn.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/sudoers.d/protonvpn.conf diff --git a/etc/sudoers.d/protonvpn.conf b/etc/sudoers.d/protonvpn.conf new file mode 100644 index 00000000..ab12547c --- /dev/null +++ b/etc/sudoers.d/protonvpn.conf @@ -0,0 +1,3 @@ +# Letting sudoers to use ProtonVPN passwordlessly +%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-tray +%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-gui