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

17 lines
618 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
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"
getent group wireshark >/dev/null 2>&1 || groupadd -g 150 wireshark &>/dev/null
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
if getent group wireshark >/dev/null 2>&1; then
groupdel wireshark
fi