mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #448] Building on ARM #323
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#323
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 @lepasserby on GitHub (Apr 17, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/448
Hi!
I need to build firejail for Cubieboard 2 (CPU is A20, a dualcore Cortex A7) from source.
OS will likely be notoriously kvetchy Cubian (I could try Ubuntu but with GUI it's a mite too taxing the poor little ARM thing)
Is it possible? Should I look out for something in particular?
@reinerh commented on GitHub (Apr 17, 2016):
Debian provides firejail also for armhf/armel/arm64 [1], so yes, it's possible.
1: https://packages.debian.org/unstable/firejail
@figue commented on GitHub (Apr 17, 2016):
I'm running firejail in a Cubietruck (A20) with a mainline kernel 4.4.7:
Firejail works, but it seems that seccomp is not detected or can't be enabled for a reason I don't know:
Warning: seccomp disabled, it requires a Linux kernel version 3.5 or newer.@netblue30 can you confirm if seccomp should work in an arm system? I have enabled this option in kernel config:
@reinerh commented on GitHub (Apr 17, 2016):
You are missing CONFIG_SECCOMP_FILTER.
@netblue30 commented on GitHub (Apr 18, 2016):
Yes, seccomp works fine on ARM. There seem to be another kernel setting, CONFIG_HAVE_ARCH_SECCOMP_FILTER=y:
@figue commented on GitHub (Apr 18, 2016):
Thanks, I had to disable CONFIG_OABI_COMPAT to enable the other settings. It was a bit hard to figure it out. Now, warning message is gone and seccomp seems to work.
@netblue30 commented on GitHub (Apr 19, 2016):
CONFIG_OABI_COMPAT also seems to be disabled in Debian kernels.