wireshark: use full path to setcap. Closes FS#1072

This commit is contained in:
Thomas Penteker 2014-12-04 20:37:22 +01:00
parent 69d4c5339f
commit ade4fdf714

View File

@ -9,4 +9,4 @@ getent group wireshark >/dev/null || groupadd -r wireshark
chgrp wireshark /usr/bin/dumpcap
chmod 754 /usr/bin/dumpcap
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap