diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-03 13:14:07 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-03 13:14:07 +0300 |
commit | 278311cc16be7b3857634ec8c76b28442d4f31e9 (patch) | |
tree | 8469733b80b9439c788c994565d01b05fdef25a6 /system | |
parent | e5532752993f463524e0c89d5e82b5a84a77759b (diff) | |
download | swayrice-278311cc16be7b3857634ec8c76b28442d4f31e9.tar.gz swayrice-278311cc16be7b3857634ec8c76b28442d4f31e9.zip |
vpn script improvements
Diffstat (limited to 'system')
-rw-r--r-- | system/sudoers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/sudoers b/system/sudoers index c7efcf6..9740719 100644 --- a/system/sudoers +++ b/system/sudoers @@ -87,6 +87,7 @@ root ALL=(ALL) ALL ## Run some commands without a password %wheel ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy %wheel ALL=(ALL) NOPASSWD: /usr/bin/openvpn +%wheel ALL=(ALL) NOPASSWD: /usr/bin/killall -SIGINT openvpn ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL) ALL |