From 5eb35a1e5566f987090b99487311e4c0eb42eaf0 Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Fri, 21 Sep 2018 15:18:19 -0400 Subject: [PATCH] Add CAP_NET_RAW on fping6 Prevents `validate.php` from complaining. --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index c6b99a3..7956499 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -145,6 +145,7 @@ EOL # Config : Fping echo "/usr/sbin/fping -6 \$@" > /usr/sbin/fping6 chmod +x /usr/sbin/fping6 +setcap cap_net_raw+ep /usr/sbin/fping6 cat > ${LIBRENMS_PATH}/config.d/fping.php <