openbsd-ports/net/openvpn/patches/patch-sample-config-files_static-home_conf
fkr 3ebadeeb9d update to OpenVPN 2.1.2
while here, enable dropping to _openvpn user in the sample configs.
ok and feedback ajacoutot@
2010-08-30 18:32:20 +00:00

18 lines
521 B
Plaintext

$OpenBSD: patch-sample-config-files_static-home_conf,v 1.2 2010/08/30 18:32:20 fkr Exp $
--- sample-config-files/static-home.conf.orig Wed Mar 31 08:47:07 2010
+++ sample-config-files/static-home.conf Fri Aug 27 09:04:10 2010
@@ -37,10 +37,10 @@ secret static.key
; port 1194
# Downgrade UID and GID to
-# "nobody" after initialization
+# "_openvpn" after initialization
# for extra security.
-; user nobody
-; group nobody
+user _openvpn
+group _openvpn
# If you built OpenVPN with
# LZO compression, uncomment