mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2196] Firefox 62.0.3 doesn't close properly #1473
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#1473
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 @Iggy-J on GitHub (Oct 15, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2196
Hello! Having troubles with default Firejail profile for Firefox - sometimes the browser can't close and stop all procecces. After a minute or two I've got a crash report. I'm using Firejail 0.9.52 and Ubuntu 18.04 LXDE LTS.
Tracelogis commented. And sometimes tabs in FF open blank, and they don't work, but opening another tab can create a normal one. That's what I see in terminal:I can still see the browser in the tree.
Details of crash report:
What am I doing wrong?
@Vincent43 commented on GitHub (Oct 15, 2018):
You may try latest firejail release from PPA: https://launchpad.net/~deki/+archive/ubuntu/firejail
It's owned by @reinerh who is our collaborator and maintainer of firejail package in Ubuntu/Debian so it should be safe.
If above doesn't help then this may also be caused by apparmor which is by default enabled on Ubuntu. Please post output of:
journalctl -r |grep DENIED@Iggy-J commented on GitHub (Oct 16, 2018):
Thanks, I've tried the latest version, but in doesn't help. Apparmor is not the reason, because i have SELinux, but wait! I run the entire system in permissive mode, and SELinux is not the matter, I suppose. Yes, I've made it work with 18.04 and made a policy for Firejail, it's far from perfect, but it works, if I switch to the enforcing mode. There are many denial messages from SELinux, but I can show you the audit.log, all of them ended with granting access in permissive mode. I wouldn't waste your time in other case. The blank tabs appear only if I open many of them at the same time, one by one, and browse nothing in all of them. If i open the tab, than open any site in it, and after that open one more tab - it will be a "healthy" one. It's weird. Please, help me with ideas.
@Iggy-J commented on GitHub (Oct 17, 2018):
It looks like the problem is in FF itself. I opened
about:configand changed the value ofbrowser.tabs.remote.autostarttofalse, as it was adviced in one of the FF 60 bugreports. After that I can't reproduce the situation with crash on close and blank tabs. I'll keep on testing.@Vincent43 commented on GitHub (Oct 17, 2018):
Does it happen when you run firefox without firejail?
@Iggy-J commented on GitHub (Oct 17, 2018):
No, I faced the problems only with FF+Firejail. The FF works stable outside of sandbox.
@Vincent43 commented on GitHub (Oct 17, 2018):
Then it isn't FF problem. Did you tried with selinux disabled on boot?
@Iggy-J commented on GitHub (Oct 18, 2018):
Yes, just a minute ago tried with fully disabled SELinux. The problem still exists, but it disappears if I switch that flag in FF.
@chiraag-nataraj commented on GitHub (May 20, 2019):
Is this still an issue with the latest firejail and firefox?
@chiraag-nataraj commented on GitHub (May 22, 2019):
I'm going to close this for now. @Iggy-J, please feel free to re-open if this is still an issue.