> 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
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
_______________________________________________
Openvpn-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to