Anybody using Wireshark in Tiny Core 11? Can help on changing rights/group of user "tc" so that this user will be able to run Wireshark and access all NICs? Now only running as root shows NICs
In Tini Core version 9 it was working perfectly after installation, there was no need to configure user permissions.
At Ubuntu it is necessary to add user to "wireshark" group. I tried in Tiny but didn't work.
Commands in Ubuntu:
sudo usermod -a -G wireshark $USER
sudo chgrp wireshark /usr/bin/dumpcap
sudo chmod 750 /usr/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
But obviously it Tiny Core it is totally different.
Thank you.