From d8d6a16b87ec8356a09488e21240eafa892cd3d7 Mon Sep 17 00:00:00 2001 From: MEBis Date: Thu, 21 Dec 2017 21:36:12 +0200 Subject: [PATCH] Update wireshark.kur-kos --- talimatname/genel/w/wireshark/wireshark.kur-kos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talimatname/genel/w/wireshark/wireshark.kur-kos b/talimatname/genel/w/wireshark/wireshark.kur-kos index 825cbc0b0..ada543c14 100644 --- a/talimatname/genel/w/wireshark/wireshark.kur-kos +++ b/talimatname/genel/w/wireshark/wireshark.kur-kos @@ -4,12 +4,12 @@ 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: To run wireshark as normal user you have to add yourself into wireshark group" + 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 + setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap if getent group wireshark >/dev/null 2>&1; then groupdel wireshark