kvpnc
Howto setup KVpnc for use without root password - sudo
-
Install sudo
-
Edit /etc/sudoers: add an command alias
# Cmnd alias specification Cmnd_Alias KVPNC = /usr/bin/kvpnc # User privilege specification ALL ALL=NOPASSWD:KVPNC
Warning
|
Do it gently! (As always, when you edit /etc/sudoers.) |