mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1289] firejail doesn't exit automatically when running firefox #879
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#879
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 @zanculmarktum on GitHub (May 20, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1289
I have
browser.showQuitWarningset totrueinabout:config.The issue occured when I close firefox when it has more than one tab opened, and then firefox will ask
Do you want Firefox to save your tabs for the next time it starts?, I clickedSave and Quit.The output of
pgrep -ai fire:and then it becomes:
The firejail process keeps remain in the background and I had to
kill 3216 3220it, or else it will conflicts with other sandboxed process.@netblue30 commented on GitHub (May 24, 2017):
I cannot reproduce it here. Instead of pgrep, can you please run in another terminal "firejail --tree". It will tell us what process is keeping the sandbox open.
@Anyon3 commented on GitHub (Jun 3, 2017):
I reproduced this bug
Firejail doesn't exit automatically when machine-id is used, removing it make the sandbox exit
This happen when using https://github.com/pyllyukko/user.js can't tell you which options make this bug
Edit : I have this on a fresh private=~/directory without the user.js or any plugins, can't find why...
@Anyon3 commented on GitHub (Jun 5, 2017):
Here the log when I quit Firefox, I need to ctrl + c to make firejail exit (see the ^C in the log) Hope it's help
http://paste.geeknode.org/?bf9a746f7ceca236#OABMyAe0hiegkytXCGdKy0ovSSWTez/p7wnq5de4+M8=
@netblue30 commented on GitHub (Jun 6, 2017):
There are other things not working when machine-id is used, among them PulseAudio. I know Firefox uses machine-id to synchronize bookmarks among other things. I'll close the bug it for now.