From 57b4d94d98a572c02b9b78e4bb1d3e9810a95db7 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 15 May 2019 09:40:45 -0300 Subject: [PATCH] lxc: hide seccomp support for arc libseccomp does not compile for arc, so we can't show that option for arc. Signed-off-by: Eneas U de Queiroz --- utils/lxc/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/lxc/Config.in b/utils/lxc/Config.in index 3340a3c2f1..b655d3e594 100644 --- a/utils/lxc/Config.in +++ b/utils/lxc/Config.in @@ -38,6 +38,7 @@ config LXC_BUSYBOX_OPTIONS config LXC_SECCOMP bool "Enable support for seccomp in LXC" default KERNEL_SECCOMP + depends on !arc help Build LXC with support for seccomp filters. Select libseccomp which also pulls-in the needed kernel features.