소스 검색

kernel: add SECCOMP to menuconfig

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 43888
John Crispin 11 년 전
부모
커밋
baad87ae3d

+ 14 - 0
config/Config-kernel.in

@@ -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.

+ 0 - 1
target/linux/generic/config-3.10

@@ -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

+ 0 - 1
target/linux/generic/config-3.13

@@ -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

+ 0 - 1
target/linux/generic/config-3.14

@@ -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

+ 0 - 1
target/linux/generic/config-3.18

@@ -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

+ 0 - 1
target/linux/generic/config-3.3

@@ -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

+ 0 - 1
target/linux/generic/config-3.8

@@ -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