We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Out of the box, running sniffglue with or without arguments on MacOS Monterey 12.6 returns the following error:
sniffglue
Error: Failed to activate interface: (cannot open BPF device) /dev/bpf0: Permission denied
pcap_sys::pcap_activate()
sudo
The text was updated successfully, but these errors were encountered:
The man page for pcap_activate() (link) describes the following failure mode:
pcap_activate()
PCAP_ERROR_PERM_DENIED if the process doesn't have permission to open the capture source
Which makes sense as sniffglue works when run as root.
Question is--how do we check those permissions either during or immediately following install?
Sorry, something went wrong.
No branches or pull requests
Description
Out of the box, running
sniffglue
with or without arguments on MacOS Monterey 12.6 returns the following error:Info
sniffglue
was installed via Homebrewpcap_sys::pcap_activate()
can be found here (they're blank)sudo
The text was updated successfully, but these errors were encountered: