From: Rudi Heitbaum Date: Wed, 28 Feb 2024 11:48:04 +0000 (+1100) Subject: change setcap to AmbientCapabilities in README.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F34%2Fhead;p=thirdparty%2Fnqptp.git change setcap to AmbientCapabilities in README.md --- diff --git a/README.md b/README.md index bd86044..b79e38d 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ If your system runs a firewall, ensure that ports 319 and 320 are open for UDP t ## Notes The `nqptp` application requires exclusive access to ports 319 and 320. This means that it can not coexist with any other user of those ports, such as full PTP service daemons. -In Linux, `nqptp` runs as a low-priviliged user but is given special access to ports 319 and 320 during installation using the `setcap` utility. +In Linux, `nqptp` runs as a low-priviliged user but is given special access to ports 319 and 320 using systemd `AmbientCapabilities`. In FreeBSD, `nqptp` runs as `root` user. ## Programming Notes