mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2325] chromium: segfault due to "Check failed: ChrootToSafeEmptyDir()" #1553
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#1553
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 @probonopd on GitHub (Jan 1, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2325
Getting a segfault when trying to run some Chromium for WebEngine based AppImages with Firejail, directly after
Check failed: ChrootToSafeEmptyDir().References:
@smitsohu commented on GitHub (Jan 15, 2019):
Up to version 0.9.56, Firejail enforces a seccomp filter for appimages. The problem is this default seccomp filter and the internal QtWebengine sandbox don't play nice with each other, at least when unprivileged user namespaces are enabled (as is the case in Ubuntu and Fedora).
There are already some commits in Firejail master that should fix this issue.
f74fa71cf9by @crass is the primary fix.In general however, this also means that apps with QtWebengine don't work with the default profile in the moment. They need their own profile with a seccomp filter that doesn't drop the chroot syscall, see the Qutebrowser profile for comparison
ae3db84128/etc/qutebrowser.profile (L44)@smitsohu commented on GitHub (Jan 30, 2019):
We believe this has been fixed in 0.9.58. Closing the issue.