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

Merge branch 'bugfix/hardening-procd-seccomp-mox-unavailable' into v4.0

parents 3129ffd1 fd41f254
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