mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6415] [MERGED] bugfix: firemon: skip coredump if unsupported #6003
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#6003
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6415
Author: @kmk3
Created: 7/24/2024
Status: ✅ Merged
Merged: 7/25/2024
Merged by: @kmk3
Base:
master← Head:bugfix-firemon-coredump📝 Commits (1)
10c4558bugfix: firemon: skip coredump if unsupported📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
src/firemon/procevent.c(+3 -0)📄 Description
The coredump-related code fails to build on Linux kernel version 3.8 as
apparently it only exists on Linux since version 3.10:
Environment: gcc 14.1.0, glibc 2.23 and linuxheaders 3.8 on ChromeOS
M58.
Misc: @Zopolis4 also reports that "All i686 chromebooks have a kernel
version of 3.8".
This amends commit
e11949a71("add support for comm, coredump, and prctlprocevents in firemon", 2024-04-30).
Fixes #6414.
Reported-by: @Zopolis4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.