mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user