Compare commits

..

No commits in common. "859bc2a28c36d99665a1626b0a55c87e70047a53" and "018f80e6fe231c626c994e4906861918c1a25aa4" have entirely different histories.

2 changed files with 10 additions and 3 deletions

10
etc/sudoers.d/protonvpn Normal file
View File

@ -0,0 +1,10 @@
# Letting sudoers to use ProtonVPN passwordlessly
# This may be legacy for ProtonVPN 2.x and not required by 3.x
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn-cli
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn-tray
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn-gui
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-cli
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-tray
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-gui

View File

@ -1,3 +0,0 @@
# Via https://askubuntu.com/a/692712, I am tired of checking password just
# for this. Target system: Debian and Ubuntu
%sudo ALL=NOPASSWD: /bin/systemctl restart matterbridge.service