Deepin Linux solves Wireshark permissions issues

Source: Internet
Author: User

After installing Wireshark in Deepin store, it will be an error to catch the packet, which is a privilege issue, which is not used.

Because the core file of the Wireshark parser is the/usr/bin/dumpcap executable file, it is mainly to set permissions on this file, in order to facilitate management, through a Wireshark user group to manage all users using Wireshark will be more convenient.

Add Wireshark User Group

sudo groupadd Wireshark

Change Dumpcap to Wireshark user group sudo chgrp wireshark/usr/bin/dumpcap

Let the Wireshark user group have root privileges to use Dumpcap.

sudo chmod 4755/usr/bin/dumpcap

Add the user name you want to use to the Wireshark user group, and my username is MD5

sudo gpasswd-a lwj Wireshark

Now open the Wireshark already can crawl the current NIC's information normally.

Deepin Linux solves Wireshark permissions issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.