mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6414] build: error: ‘PROC_EVENT_COREDUMP’ undeclared on Linux <3.10 #3266
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#3266
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 @Zopolis4 on GitHub (Jul 24, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6414
Steps to Reproduce
Once in docker container:
Errors:
Additional context
All i686 chromebooks have a kernel version of 3.8, and it looks like
PROC_EVENT_COREDUMPwas only added in 3.10.Environment
@kmk3 commented on GitHub (Jul 24, 2024):
What are the versions of gcc and libc?
Looks like this was added on commit
e11949a71("add support for comm, coredump,and prctl procevents in firemon", 2024-04-30).
Does it work if you revert the commit?
@Zopolis4 commented on GitHub (Jul 24, 2024):
GCC 14.1.0, glibc 2.23
Yes. (although I had to gloss over some merge conflicts in RELNOTES, but that doesn't affect the actual code)