Bug#908559: openvpn: Openvpn cannot run /sbin/ip if started from systemd

2022-08-12 Thread Bernhard Schmidt
Version: 2.5.0-1 > The openvpn systemd unit cannot start because it cannot call the /sbin/ip > script. If I run the same script by hand it starts, so the problem should be > in the system unit file. I have been using the same config file for a while > (~8-10 years) and changed nothing, it

Bug#908559: openvpn: Openvpn cannot run /sbin/ip if started from systemd

2019-11-30 Thread Anthony DeRobertis
This is because /bin/ip can have cap_sys_admin set on it, and the capability bounding set in the unit doesn't allow that. The simple fix is to add cap_sys_admin to the CapabilityBoundingSet in the systemd service file. ... of course, cap_sys_admin is (last I checked) quite powerful, so maybe

Bug#908559: openvpn: Openvpn cannot run /sbin/ip if started from systemd

2018-09-11 Thread SZALAY Attila
Package: openvpn Version: 2.4.6-1 Severity: important Dear Maintainer, The openvpn systemd unit cannot start because it cannot call the /sbin/ip script. If I run the same script by hand it starts, so the problem should be in the system unit file. I have been using the same config file for a