Skip to content
Snippets Groups Projects
Verified Commit fd41f254 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

lists/pkglists/hardening: seccomp is not available on arm64

parent 3129ffd1
1 merge request!81lists/pkglists/hardening: seccomp is not available on arm64
......@@ -5,9 +5,10 @@ _FEATURE_GUARD_
Install("procd-ujail", { priority = 40 })
-- Seccomp --
if board ~= "turris1x" then
if board == "omnia" then
Install("procd-seccomp", { priority = 40 })
Install("libseccomp", "scmp_sys_resolver", { priority = 40 })
end
Install("libseccomp", "scmp_sys_resolver", { priority = 40 })
_END_FEATURE_GUARD_
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment