From 6028e2ffe4cf18eaba6b37900b7526e06eb4559d Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Fri, 21 Sep 2018 16:27:10 -0400 Subject: [PATCH] Revert "Add CAP_NET_RAW on fping6" This is not required since the fping6 exe is a script that calls fping bin (which has CAP_NET_RAW) This reverts commit 5eb35a1e5566f987090b99487311e4c0eb42eaf0. --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7956499..c6b99a3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -145,7 +145,6 @@ 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 <