Skip to content
Snippets Groups Projects
Verified Commit 6b933d49 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

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

parent 1600b7a4
Branches
Tags
1 merge request!69Hotfix/turris1x lists
include(utils.m4)dnl
_FEATURE_GUARD_
-- Procd utils --
Install("procd-seccomp", "procd-ujail", { priority = 40 })
-- ujail utils --
Install("procd-ujail", { priority = 40 })
-- Seccomp utils --
Install("libseccomp", "scmp_sys_resolver", { priority = 40 })
-- Seccomp --
if board ~= "turris1x" then
Install("procd-seccomp", { priority = 40 })
Install("libseccomp", "scmp_sys_resolver", { priority = 40 })
end
_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