]> git.gsnw.org Git - fping.git/commitdiff
add a not about unprivileged mode
authorDavid Schweikert <david@schweikert.ch>
Sun, 2 Aug 2020 16:16:15 +0000 (18:16 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sun, 2 Aug 2020 16:16:15 +0000 (18:16 +0200)
README.md

index 938a5a12c0a0104993f5c7294f0305b8e166ec7f..5acd7692242ede870a385919a405b31c36e8f57f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,6 +30,12 @@ If you want to install fping from source, proceed as follows:
 3. Make fping either setuid, or, if under Linux:
    `sudo setcap cap_net_raw+ep fping`
 
+If you can't run fping as root or can't use the cap_net_raw capability, you can
+also run fping in unprivileged mode. This works on MacOS and also on Linux,
+provided that your GID is included in the range defined in
+`/proc/sys/net/ipv4/ping_group_range`. This is particularly useful for running
+fping in rootless / unprivileged containers.
+
 ## Usage
 
 Have a look at the [fping(8)](doc/fping.pod) manual page for usage help.