From: Conrad Hoffmann Date: Wed, 2 Aug 2017 18:14:35 +0000 (+0200) Subject: Document down-root plugin usage in client.down X-Git-Tag: v2.5_beta1~613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbeff7b1b3f2815ee27f4479dca502c220fc4d15;p=thirdparty%2Fopenvpn.git Document down-root plugin usage in client.down Signed-off-by: Conrad Hoffmann Acked-by: David Sommerseth Message-Id: <20170802181435.14549-3-ch@bitfehler.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15164.html Signed-off-by: David Sommerseth --- diff --git a/contrib/pull-resolv-conf/client.down b/contrib/pull-resolv-conf/client.down index 90bc5891a..c9090b565 100644 --- a/contrib/pull-resolv-conf/client.down +++ b/contrib/pull-resolv-conf/client.down @@ -30,6 +30,10 @@ # the client "up" script will run fine, but the "down" script # will require the use of the OpenVPN "down-root" plugin # which is in the plugins/ directory of the OpenVPN source tree +# The config example above would have to be changed to: +# client +# up /etc/openvpn/client.up +# plugin openvpn-plugin-down-root.so "/etc/openvpn/client.down" # A horrid work around, from a security perspective, # is to run OpenVPN as root. THIS IS NOT RECOMMENDED. You have