Merge pull request #262 from oltulu/patch-44

Update wireshark.kur-kos
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2017-12-23 11:28:03 +02:00 committed by GitHub
commit c9c028c16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 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
echo "NOTE: To run wireshark as normal user you have to add yourself into wireshark group" 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 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 if getent group wireshark >/dev/null 2>&1; then
groupdel wireshark groupdel wireshark