mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3654] Firejail crashing with SELinux support enabled #2301
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#2301
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 @reinerh on GitHub (Oct 6, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3654
I just noticed that firejail is crashing on start when firejail has SELinux labeling support enabled (and SELinux support is disabled on the system):
@rusty-snake commented on GitHub (Oct 6, 2020):
WFM Fedora 32 SELinux enabled
@reinerh commented on GitHub (Oct 6, 2020):
I think in Fedora SELinux is active by default?
In Debian it's disabled (as AppArmor is enabled by default).
@topimiettinen commented on GitHub (Oct 6, 2020):
Everything seems to work here with Debian bullseye/sid and SELinux in enforcing mode, Firejail just updated and installed from mkdeb. Do you see something weird if you run
ausearch -ts boot | audit2allow?@reinerh commented on GitHub (Oct 6, 2020):
@topimiettinen I don't have SELinux enabled on my system. With enabled I mean that firejail itself has SELinux support (which is a new feature in 0.9.64).
I don't even have ausearch/audit2allow installed. :-)
I think it only crashes on systems where SELinux is disabled (but support in firejail is enabled).
@topimiettinen commented on GitHub (Oct 6, 2020):
I tested with SELinux disabled but still Firejail started fine. But if your commit fixes the issue on your system, perhaps the problem needed also that there is no SELinux policy, and that would make getting a label fail.