mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2044] 0.9.54 does not ARM cross-compile anymore (seccomp) [yocto] #1383
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#1383
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 @FabianKnapp on GitHub (Jul 16, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2044
I tried to compile 0.9.54 with the poky (yocto) ARM cross-compile toolchain. However, I got the following error:
0.9.38 worked without problems. I have no clue how to patch this error. Any ideas?
@reinerh commented on GitHub (Jul 16, 2018):
The reason is that the fseccomp binary is compiled for arm, but during build you run fseccomp on a different architecture.
To workaround it, you could skip running fseccomp on build time and generate the seccomp filters on the target at install time.
@FabianKnapp commented on GitHub (Jul 16, 2018):
Ah, thanky you very much for the help!
It is now working.
Patches and Yocto recipe:
firejail_0.9.54-yocto.tar.gz