Page 2 of 2

Re: learn-address: kill: Operation not permitted

Posted: Mon Oct 16, 2017 12:53 pm
by TinCanTech

Re: learn-address: kill: Operation not permitted

Posted: Mon Oct 16, 2017 1:42 pm
by jiriprchal
Yes, it helped, I added this line

Code: Select all

CapabilityBoundingSet=CAP_IPC_LOCK CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE CAP_KILL
to all /lib/systemd/system/openvpn*.service files (only to /lib/systemd/system/openvpn.service didn't help).
Now it works.
Thank's a lot.