void-packages/srcpkgs/iputils/INSTALL

10 lines
185 B
Text
Raw Normal View History

case ${ACTION} in
post)
# Set required capability to ping{,6}.
for f in ping ping6; do
2012-10-17 14:56:58 +00:00
setcap cap_net_raw=ep usr/sbin/${f} 2>/dev/null || \
chmod +s usr/sbin/${f}
done
;;
esac