mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1724] Can't access internet with Tor Browser #1166
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#1166
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 (Jan 11, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1724
@Fred-Barclay commented on GitHub (Jan 11, 2018):
@rekixex Can you try adding
hostname,hosts,resolv.confto the profile?@Fred-Barclay commented on GitHub (Jan 11, 2018):
@rekixex Will do!
What Linux distro are you on? I can't replicate this on my Arch box, and I'd like to be able to (some of the lines I had you add to private-etc may be unnecessary, and I'd like to track 'em down and remove them if possible.)
Is this the tor browser bundle from https://www.torproject.org/download/download-easy.html?
@Fred-Barclay commented on GitHub (Jan 13, 2018):
Hmm... I can't replicate this on a Ubuntu 16.04 VM I just set up. Do you do anything peculiar with your networking?
@SkewedZeppelin commented on GitHub (Jan 15, 2018):
This also appears to happen on Fedora. The private-etc line above and the one from firefox.profile both result in no connectivity. I'm not too sure what the issue is, although
826bbf1459might be related.@Fred-Barclay commented on GitHub (Jan 15, 2018):
@SpotComms Does
private-etc hostname,hosts,resolv.confcause no internet connection?@SkewedZeppelin commented on GitHub (Jan 15, 2018):
@Fred-Barclay So in testing I uncovered another issue. The first issue (the one in OP) is Tor Browser not getting access to the Internet, which is fixed by your private-etc line from https://github.com/netblue30/firejail/issues/1724#issuecomment-357578263. But I was testing with the Tor Browser Launcher which was having issues verifying the HTTPS certificate of torproject.org, which is fixed by adding ssl and whatnot to private-etc.
@Fred-Barclay commented on GitHub (Jan 15, 2018):
Great, thanks!