Merge pull request #1760 from salzmdan/master
[feed/packages.git] / utils / lxc / Config.in
index 37286bfab4f30f54829c0208620bfb5d135c05c7..618fde0a03e105162c09f503e6ffa0ebaea3645f 100644 (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