milis/talimatname/genel/w/wireshark/wireshark.kur-kos

17 lines
618 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &>/dev/null
getent group wireshark >/dev/null 2>&1 || groupadd -g 150 wireshark &>/dev/null
2017-12-21 20:36:12 +01:00
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
echo "NOTE: Wiresharkı normal kullanıcı olarak çalıştırmak için wireshark grubuna kendiniz girmelisiniz"
2016-02-24 01:27:23 +01:00
getent group wireshark >/dev/null 2>&1 || groupadd -g 150 wireshark &>/dev/null
2017-12-21 20:36:12 +01:00
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
2016-02-24 01:27:23 +01:00
if getent group wireshark >/dev/null 2>&1; then
groupdel wireshark
fi