mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2862] Tor exited during startup. #1788
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#1788
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 (Jul 17, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2862
The Tor Browser 8.5.4 fails to launch when used with the current torbrowser-launcher.profile (at the time of this writting).
@rusty-snake commented on GitHub (Jul 18, 2019):
@ghost commented on GitHub (Jul 18, 2019):
Sorry, I didn't understand what you meant by that response.
@rusty-snake commented on GitHub (Jul 18, 2019):
I tryed to reproduce under Fedora with firejail 0.9.61, but I can't. But you write that you are using the torbrowser-launcher profile from master with firejail 0.9.60 and I see in your debug log that you don't allow python (
Reading profile allow-python2.inc,Reading profile allow-python3.incbut notFound ... profile in ...) and you getGtk-Message: 21:25:09.394: Failed to load module "canberra-gtk-module"not sure if this is related.Try adding the following to
torbrowser-launcher.localor execute my last post (will createallow-python2.incandallow-python3.inc).@ghost commented on GitHub (Jul 18, 2019):
I see. I've added the allow-python profiles from this repository, and ran it again. I got the same result. Here's the log nevertheless:
@rusty-snake commented on GitHub (Jul 18, 2019):
works
firejail --noprofile torbrowser-launcher?BTW:
firejail --debug torbrowser-launcher
@ghost commented on GitHub (Jul 18, 2019):
It works. By the way, I fixed the
Gtk-Message: 21:25:09.394: Failed to load module "canberra-gtk-module"warning. I just had to installlibcanberra-gtk-module.@rusty-snake commented on GitHub (Jul 18, 2019):
firejail --profile=torbrowser-launcher $HOME/.local/share/torbrowser/tbb/x86_64/tor-browser_de/Browser/start-tor-browser --detach@ghost commented on GitHub (Jul 18, 2019):
Same result. By the way, that line
Warning: networking feature is disabled in Firejail configuration filein the debug log, is it to be expected?@rusty-snake commented on GitHub (Jul 18, 2019):
If you disabled it in
/etc/firejail/firejail.config.What is in
~/.config/firejail/disable-exec.inc?Distro?
@ghost commented on GitHub (Jul 18, 2019):
Distro:
The contents of
~/.config/firejail/disable-exec.inc:The contents of
/etc/firejail/firejail.config(I don't remember ever touching it):@rusty-snake commented on GitHub (Jul 18, 2019):
Maybe by your distro package.
Can you try commenting everything in tb-launcher.profile and uncomment line for line and try afterr every uncomment if it works.
@ghost commented on GitHub (Jul 18, 2019):
Ok, I will, and then I'll edit this message with my findings.
@ghost commented on GitHub (Jul 29, 2019):
Well, with a recent system update, the Tor Browser resumed functioning normally. So I'll be closing this issue. Thanks!