Browse Source

openvpn: drop privileges after initialization

Fabian Peter Hammerle 5 years ago
parent
commit
312cc8350b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -5,4 +5,5 @@ RUN apk add --no-cache openvpn
 VOLUME /hackthebox
 WORKDIR /hackthebox
 
-CMD ["openvpn", "--config", "/hackthebox/vpn-config.ovpn"]
+CMD ["openvpn", "--config", "/hackthebox/vpn-config.ovpn", \
+     "--user", "openvpn", "--group", "openvpn"]