mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3238] tor browser fails with netns #2033
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2033
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 23, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3238
Fedora 31 firejail stable
profile doesn't appear to e the cause.
google chrome and torrent clients work with a netns set up in exactly the same way.
network namespace setup:
going inside the jail terminal and running ifconfig only shows wg0, ping/mtr/dig all work fine inside it all showing correct route through vpn.
It's worth mentioning I have had the exact same problem without netns when I had an already running instance of tor browser and I didn't specify the following:
--env=TOR_SOCKS_PORT=9750 --env=TOR_CONTROL_PORT=9751I made sure that no instance of tor browser or tor was running and no choice of ports or leaving it out helped. The error however was identical.
In both cases the torrc logs the dialogue offered to copy into clipboard were empty (it even said that 0 logs were copied).
instead of netns using --net=wlan0 works with no issues...
@ghost commented on GitHub (Feb 23, 2020):
solution: