Re: OpenVPN 2.7_rc3 released
Simon Matter via Openvpn-users <[email protected]> Sat, 29 Nov 2025 17:08:38 +0100
| Newsgroups | gmane.network.openvpn.user,gmane.network.openvpn.devel |
|---|---|
| Message-ID | <bd5c365d51d973ac8d57235d4e47a2da.20251129170838.1764432518@xxl.corp.invoca.ch> |
------=_20251129170838_30463 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit > Hi, > >> The OpenVPN community project team is proud to release OpenVPN 2.7_rc3. >> >> This is the third release candidate for the feature release 2.7.0. >> > > Can one of the developers please add this little patch? > > https://github.com/OpenVPN/openvpn/issues/834 > > It would be much appreciated. The patch is attached to this email. Would be nice if it was considered. Regards, Simon ------=_20251129170838_30463 Content-Type: text/x-patch; name="openvpn-2.7_beta1-nice.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="openvpn-2.7_beta1-nice.patch" diff -Naupr openvpn-2.7_beta1.orig/distro/systemd/[email protected] openvpn-2.7_beta1/distro/systemd/[email protected] --- openvpn-2.7_beta1.orig/distro/systemd/[email protected] 2025-09-03 22:32:15.000000000 +0200 +++ openvpn-2.7_beta1/distro/systemd/[email protected] 2025-09-09 15:20:13.626261097 +0200 @@ -11,7 +11,7 @@ Type=notify PrivateTmp=true WorkingDirectory=/etc/openvpn/client ExecStart=@sbindir@/openvpn --suppress-timestamps --nobind --config %i.conf -CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SETPCAP CAP_SYS_CHROOT CAP_DAC_OVERRIDE +CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SETPCAP CAP_SYS_CHROOT CAP_DAC_OVERRIDE CAP_SYS_NICE LimitNPROC=10 DeviceAllow=/dev/null rw DeviceAllow=/dev/net/tun rw diff -Naupr openvpn-2.7_beta1.orig/distro/systemd/[email protected] openvpn-2.7_beta1/distro/systemd/[email protected] --- openvpn-2.7_beta1.orig/distro/systemd/[email protected] 2025-09-03 22:32:15.000000000 +0200 +++ openvpn-2.7_beta1/distro/systemd/[email protected] 2025-09-09 15:20:30.842288757 +0200 @@ -11,7 +11,7 @@ Type=notify PrivateTmp=true WorkingDirectory=/etc/openvpn/server ExecStart=@sbindir@/openvpn --status %t/openvpn-server/status-%i.log --status-version 2 --suppress-timestamps --config %i.conf -CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SETPCAP CAP_SYS_CHROOT CAP_DAC_OVERRIDE CAP_AUDIT_WRITE +CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SETPCAP CAP_SYS_CHROOT CAP_DAC_OVERRIDE CAP_SYS_NICE CAP_AUDIT_WRITE LimitNPROC=10 DeviceAllow=/dev/null rw DeviceAllow=/dev/net/tun rw ------=_20251129170838_30463 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------=_20251129170838_30463 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Openvpn-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users ------=_20251129170838_30463--