Skip to content

Add NET_ADMIN, NET_RAW#107

Open
dvcrn wants to merge 1 commit intoaceberg:mainfrom
dvcrn:patch-1
Open

Add NET_ADMIN, NET_RAW#107
dvcrn wants to merge 1 commit intoaceberg:mainfrom
dvcrn:patch-1

Conversation

@dvcrn
Copy link
Copy Markdown

@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
Copy Markdown

@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