mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3507] Firefox does not work with Firejail on Mint 20 #2206
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#2206
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 @rpellew on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3507
Hi
I just upgraded my system to Linux Mint 20.
Firefox no longer works with Firejail.
It appears to start, but nothing at all appears on the screen, and I have to manually kill the process.
firejail 0.9.62
firejail-profiles 0.9.62
firefox 78.0.1
If I comment out the seccomp lines in firefox-common.profile, it allows it to start. So I assume it is making some calls that need to be allowed. I don't know to find out. I have tried the --trace and --tracelog options but nothing appears in the syslog.
Thanks.
@rusty-snake commented on GitHub (Jul 10, 2020):
AMD GPU? Add
!kcmp.They are for files (e.g. blacklist) and don't affect seccomp. For seccomp you need audit, see
man 8 auditctl@rpellew commented on GitHub (Jul 10, 2020):
Hi rusty-snake
Yeah, AMD GPU. That fixed it.
Appreciate your help.
@rusty-snake commented on GitHub (Jul 10, 2020):
This is caused by Mesa (see #3219 for more details) and fixed in the next release (#3301).