]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
change setcap to AmbientCapabilities in README.md 34/head
authorRudi Heitbaum <rudi@heitbaum.com>
Wed, 28 Feb 2024 11:48:04 +0000 (22:48 +1100)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 11:48:04 +0000 (22:48 +1100)
README.md

index bd86044fa941a13be10fd46ed4bab1b9fae312d5..b79e38db5ea9e2d8d905b173a3f4beb1d0592bd3 100644 (file)
--- 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