Merge pull request #8990 from cotequeiroz/lxc_recursive

lxc, libsseccomp: workaround recursive dependency
This commit is contained in:
Rosen Penev
2019-05-16 14:38:16 -07:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -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.