This appears to be a bug, and if it's a bug it is the last bug I thought I've have to report.
Here's what I'm seeing; I can cruse the internet fully and without restriction with a Firefox instance started by either:
The only mitigating factor that I can think of is that I'm also running another instance of firefox unsandboxed by filejail, if that matters.
Versions:
I didn't see mention of --net=none dysfunction in any other topic
The only mitigating factor that I can think of is that I'm also running another instance of firefox unsandboxed by filejail, if that matters.
That's exactly the problem. You are only opening another window of the already running instance.
See also: https://firejail.wordpress.com/support/#firefox
Thanks.
Indeed, I see only a single instance of firefox in the system monitor.
I was under the impression that firefox was now sandboxed. It is in Windows and there I see separate processes.
Will "firejail --net=none" start working independently of other firefox instances when firefox becomes sandboxed at some point in Linux?
firejail --private --net=none /usr/bin/firefox --no-remote is what you need if you want to run a new instance while an existing one (sandboxed or not) is running
Thanks SkewedZeppelin - That worked!
Most helpful comment
That's exactly the problem. You are only opening another window of the already running instance.
See also: https://firejail.wordpress.com/support/#firefox