Control: tags -1 moreinfo unreproducible
Hi Heinrich,
2015-11-07 16:42 GMT+04:00 Heinrich Schuchardt <
xypro...@gmx.de>:
> Package: wireshark-common
> Version: 1.12.1+g01b65bf-4+deb8u3
> Severity: normal
>
> Dear Maintainer,
>
> I installed wireshark
> sudo apt-get install wireshark
>
> I answered
> Should non-superusers be able to capture packets? Yes
>
> I added myself to the user group
> adduser user wireshark
After this step you need to log out an in again to make your session's
group membership include wireshark.
I have just extended README.Debian to make that clear [1].
>
> I was no able to capture data.
>
> I had to manually set
> sudo chmod 4711 /usr/bin/dumpcap
>
> My expecation is that this chmod should be effected by configuration of
> wireshark-common.
Setuid bit is used as a fall-back only when Linux Capabilities are
missing but you kernel seems to be OK.
You can check your installation by running getcap, the result should
look similar:
$ /sbin/getcap /usr/bin/dumpcap
/usr/bin/dumpcap = cap_net_admin,cap_net_raw+eip
...
> Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
...
Cheers,
Balint
[1]
http://anonscm.debian.org/viewvc/collab-maint/ext-maint/wireshark/branches/experimental/debian/README.Debian?view=markup