Merge branch 'upstream'
[automated-distro-installer] / fai / config / scripts / DEBIAN / 20-capabilities
index 0b3e2e513b95c9db8af89042593b435fbe0bdb03..b057587a65d9f5328592f7c1772a0b384576a125 100755 (executable)
@@ -14,7 +14,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