Operation not permitted on Mac when Wireshark downloaded with SigmaOS browser
Hello,
I’ve downloaded the last stable version of Wireshark, but impossible to launch it. When I launch from the app, it says that it’s impossible to open without any infos. When I try to laiunch from the terminal via wireshark
command. It just say operation not permitted
, even in sudo mode and even if I launch directly from /Applications/Wireshark.app/Contents/MacOS
.
I’ve tried to compare with a friend who also possess a M1 Mac and we got exactly the same rights.
I’ve tried to disable protections from app too with the command sudo spctl --master-disable
. Same thing, it didn’t work, always the same error message.
Does someone got the same issue at one point ?
What is 'last stable version'? Can you give us a number?
What is all the text that's printed if you run
wireshark
from the command line? (Not just the "operation not permitted" part, but everything that's printed after you hit "return".)@Guy Harris, it’s written
zsh: operation not permitted: wireshark
@Jaap the last stable version is 3.6.7. I’ve tried also the 3.4.15 version but same error
Let's see, what's the output for
spctl -a /Applications/Wireshark.app
? You might need to enable it first to get some valid response.