From: Christian L. <chr...@ch...> - 2018-08-05 23:25:54
|
Hi Since I don't want to run ptp4l as root or use Setuid, I tried to set capabilities: Setting * CAP_NET_BIND_SERVICE, * CAP_NET_RAW * CAP_SYS_TIME helped a bit but I'm still getting sudo setcap CAP_NET_BIND_SERVICE,CAP_NET_RAW,CAP_SYS_TIME=ep /usr/bin/ptp4l ptp4l[17319.158]: uds: bind failed: Permission denied Is there any capability I can set to allow binding to an UDS socket? Regards, Chris |