lxc: allow building with seccomp

seccomp was unconditionally disabled before.
Also a non-escaped newline in a place where it should be escaped
made the build process skip some CONFIGURE_ARGS.
Fix CONFIGURE_ARGS and add an option to allow building with seccomp.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2015-06-04 13:46:32 +02:00
parent 93584e3cbe
commit 180d34f70b
2 changed files with 16 additions and 4 deletions
+7
View File
@@ -27,4 +27,11 @@ config LXC_BUSYBOX_OPTIONS
Select needed busybox options for lxc-create utility. This include XZ tar
compression, long option support for tar and built-in getopt support.
config LXC_SECCOMP
bool "Enable support for seccomp in LXC"
default KERNEL_SECCOMP
help
Build LXC with support for seccomp filters.
Select libseccomp which also pulls-in the needed kernel features.
endmenu