kernel: add SECCOMP to menuconfig

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43888 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2015-01-08 21:23:18 +00:00
parent 0db74510c0
commit 10c4ed3ce2
7 changed files with 14 additions and 6 deletions

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

View 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

View 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

View 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

View 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

View 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

View 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