diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-05-15 09:40:45 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-05-15 09:48:42 -0300 |
commit | 57b4d94d98a572c02b9b78e4bb1d3e9810a95db7 (patch) | |
tree | c61171303d240f430b0c76b22e6af66ef0ffde7b /utils | |
parent | 016843ea43efbf97ae90b2955e2428bec87b66dd (diff) |
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 <cote2004-github@yahoo.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lxc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/lxc/Config.in b/utils/lxc/Config.in index 3340a3c2f..b655d3e59 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. |