mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #109] firejail 0.9.32 fails to execute tor browser with --detach argument #68
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#68
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 @pitchforks on GitHub (Oct 29, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/109
tor browser 5.0.3
I run tor browser by navigating to
~/tor-browser_en-US/Browser/directory, then starting it with./start-tor-browserfirejail ./start-tor-browserworks.firejail ./start-tor-browser --detachdoes not. It does not work even if I quote the command and its arguments:firejail './start-tor-browser --detach'.@netblue30 commented on GitHub (Oct 30, 2015):
Indeed, I can only start it as "firejail Browser/start-tor-browser". I think I have a more general problem with processes detaching from the terminal. Thank you for the bug report.
@netblue30 commented on GitHub (Oct 30, 2015):
Workaround:
Tor browser --detach option uses bash disown feature to prevent the browser from shutting down when the terminal is closed. The workaround is to apply disown directly to firejail:
If you close the terminal now, the browser will continue running.
I am closing the request, it is not a bug. Firejail needs to monitor the process running in the sandbox in order to do some cleanup during shutdown. --detach removes the browser process from firejail's jobs table, and firejail goes ahead and closes the sandbox.