update to upstream 5.3.4
[automated-distro-installer] / fai / config / scripts / DEBIAN / 20-capabilities
index 6e63c92dade3f4cf0c054698eb1bf25c25247d71..ea650fa984a90231f58afccd6b056c0e05a761d8 100755 (executable)
@@ -11,7 +11,7 @@ if [ ! -x $target/sbin/setcap ] ; then
 fi
 
 for FILE in /bin/ping /bin/ping6 /usr/bin/fping /usr/bin/fping6; do
-    if [ -x $target/$FILE ] ; then
+    if [ -x $target/$FILE -a ! -h $target/$FILE ] ; then
         if $ROOTCMD /sbin/setcap cap_net_raw+ep $FILE; then
             echo "Setcap worked! $FILE is not suid!"
         fi