mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3299] Firefox is broken on Ubuntu 20.04 Focal #2071
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#2071
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 @KOLANICH on GitHub (Mar 26, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3299
@ghost commented on GitHub (Mar 26, 2020):
@KOLANICH Please add some info how/where firefox broke exactly.
@KOLANICH commented on GitHub (Mar 26, 2020):
Just doesn't start. I have tried strace, but with strace it stops, but without it just hangs (not truly hangs, just there is no window). Probably something GPU-related. I have tried to
whitelistsome paths, but it results in even weirder errors. I have tried to disable features (not all of them though). Disabling apparmor changes the output but doesn't fix ff. IDK how should I debug it. How can I output all the violations into stdout/stderr instead of syslog?@ghost commented on GitHub (Mar 26, 2020):
Okay. Please post the output of the below command here (adjust the paths as necessary):
firejail --ignore=quiet /usr/bin/firefox | tee -a ~/Downloads/firejail.firefox.log 2>&1Also, what firejail version are you using on Focal?
@rusty-snake commented on GitHub (Mar 26, 2020):
I tested in a live VM with this image http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso and firejail git, and everything works fine.
configure: --enable-apparmor --prefix=/usr
apparmor_parser -r /etc/apparmor.d/firejail-default
@SkewedZeppelin commented on GitHub (Mar 26, 2020):
I bet this is #3219
@KOLANICH commented on GitHub (Mar 27, 2020):
@glitsj16
@SkewedZeppelin You are completely right, your patch has helped.