mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
firejail: only allow x86-64 and arm64 to build
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -59,6 +59,7 @@ pkg_postinst_ontarget:${PN} () {
|
||||
${libdir}/${BPN}/fseccomp memory-deny-write-execute ${libdir}/${BPN}/seccomp.mdwx
|
||||
}
|
||||
|
||||
COMPATIBLE_MACHINE:mips64 = "(!.*mips64).*"
|
||||
COMPATIBLE_MACHINE:x86_64 = "x86_64"
|
||||
COMPATIBLE_MACHINE:arm64 = "arch64"
|
||||
|
||||
RDEPENDS:${PN} = "bash"
|
||||
|
||||
Reference in New Issue
Block a user