mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1965] Apparmor causing Firefox Quantum: Gecko_IOThread segfault #1318
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#1318
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 @fld on GitHub (May 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1965
On debian 9.4 / Linux 4.16.11 apparmor=1 / KDE Plasma 5.8 / firejail 0.9.54
Firefox Quantum 60.0.1 installed under /opt/firefox/
Trying to start firefox..
dmesg:
Gecko_IOThread[15099]: segfault at 0 ip 00007f95b1e2ad3a sp 00007f95b0aa9180 error 6 in libxul.so[7f95b1e1a000+4ca4000]audit.log:
The culprit seems to be:
https://github.com/netblue30/firejail/blob/master/etc/firejail-default#L75
Taking out the "owner " fixed this issue for me.
@Vincent43 commented on GitHub (May 29, 2018):
Fixed with
7442d06896. Thank you for reporting.BTW: @fld Do you have unprivileged user namespaces enabled (by sysctl)?