I am using the vpn connection manager in the network-applet to start and stop my vpn. Whenever I toggle the vpn on or off, I have to enter a root password. I assumed this was related to a requirement that openvpn run with root permissions, so I added this to sudoers:
- Code: Select all
my_user ALL=(root) NOPASSWD: /usr/sbin/openvpn
The more experienced of you will probably realize that this didn't resolve my issue, and in fact, it did nothing.
Is there a way to toggle my vpn connection without having to deal with a root password?
Thanks.
Mark
Let's just reboot everything all the time.