summaryrefslogtreecommitdiff
path: root/src/conf_mode/interfaces-openvpn.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-08 14:35:20 +0200
committerKim Hagen <kim@sentrium.io>2021-10-07 09:49:47 -0500
commit699d4533c543f2578c68f1d3ca9f2a2b8d5c4692 (patch)
treeda8bd9ba11955915312a340d7dbd5e2790c07f1b /src/conf_mode/interfaces-openvpn.py
parent2349f2d91213b702394e9ca72aa2e6d4ee8c0dae (diff)
downloadvyos-1x-699d4533c543f2578c68f1d3ca9f2a2b8d5c4692.tar.gz
vyos-1x-699d4533c543f2578c68f1d3ca9f2a2b8d5c4692.zip
openvpn: T3805: drop privileges using systemd - required for rtnetlink
Diffstat (limited to 'src/conf_mode/interfaces-openvpn.py')
-rwxr-xr-xsrc/conf_mode/interfaces-openvpn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf_mode/interfaces-openvpn.py b/src/conf_mode/interfaces-openvpn.py
index 94fb14246..d57ccb354 100755
--- a/src/conf_mode/interfaces-openvpn.py
+++ b/src/conf_mode/interfaces-openvpn.py
@@ -92,8 +92,6 @@ def get_config(config=None):
openvpn['pki'] = tmp_pki
openvpn['auth_user_pass_file'] = '/run/openvpn/{ifname}.pw'.format(**openvpn)
- openvpn['daemon_user'] = user
- openvpn['daemon_group'] = group
# We have to cleanup the config dict, as default values could enable features
# which are not explicitly enabled on the CLI. Example: server mfa totp