kernel: add SECCOMP to menuconfig
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jan 2015 21:23:18 +0000 (21:23 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jan 2015 21:23:18 +0000 (21:23 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43888 3c298f89-4303-0410-b956-a3cf2f4a3e73

config/Config-kernel.in
target/linux/generic/config-3.10
target/linux/generic/config-3.13
target/linux/generic/config-3.14
target/linux/generic/config-3.18
target/linux/generic/config-3.3
target/linux/generic/config-3.8

index 51cc31f..656fce3 100644 (file)
@@ -465,3 +465,17 @@ if KERNEL_LXC_MISC
                  operations on message queues.
 
 endif
+
+config KERNEL_SECCOMP
+       bool "Enable seccomp support"
+               depends on !(TARGET_uml || TARGET_avr32)
+               default n
+               help
+                 Build kernel with support for seccomp.
+
+config KERNEL_SECCOMP_FILTER
+       bool "Enable seccomp filter support"
+               depends on KERNEL_SECCOMP
+               default n
+               help
+                 Build kernel with support for seccomp BPF programs.
index 9251e6c..4299c57 100644 (file)
@@ -2892,7 +2892,6 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
index d9f92ee..8dff7e1 100644 (file)
@@ -3043,7 +3043,6 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
index 2faf7f9..7b6055a 100644 (file)
@@ -3104,7 +3104,6 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
index 9e4dec3..ce2ec5c 100644 (file)
@@ -3230,7 +3230,6 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
index 6567bca..4de7995 100644 (file)
@@ -2483,7 +2483,6 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_U14_34F is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
index b647075..343c0dd 100644 (file)
@@ -2782,7 +2782,6 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
-# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set