Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NET_ADMIN, NET_RAW #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add NET_ADMIN, NET_RAW #107

wants to merge 1 commit into from

Conversation

dvcrn
Copy link

@dvcrn dvcrn commented Sep 1, 2024

Container wasn't able to capture on the interfaces:

/app # /usr/bin/arp-scan -glNx -I end0
pcap_activate: end0: You don't have permission to perform this capture on that device
(socket: Operation not permitted)
/app # /usr/bin/arp-scan -glNx -I wlan0
pcap_activate: wlan0: You don't have permission to perform this capture on that device
(socket: Operation not permitted)
/app # whoami
root

Adding NET_RAW and NET_ADMIN fixes this

#106

@latetedemelon
Copy link

@dvcrn - Looks like you're the latest victim of the tab vs. spaces war. I think if you change to spaces this should go through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants