kernel: add SECCOMP to menuconfig
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43888
This commit is contained in:
parent
31eadd07f2
commit
baad87ae3d
7 changed files with 14 additions and 6 deletions
|
@ -465,3 +465,17 @@ if KERNEL_LXC_MISC
|
||||||
operations on message queues.
|
operations on message queues.
|
||||||
|
|
||||||
endif
|
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.
|
||||||
|
|
|
@ -2892,7 +2892,6 @@ CONFIG_SCSI_PROC_FS=y
|
||||||
# CONFIG_SCSI_UFSHCD is not set
|
# CONFIG_SCSI_UFSHCD is not set
|
||||||
# CONFIG_SCSI_ULTRASTOR is not set
|
# CONFIG_SCSI_ULTRASTOR is not set
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
# CONFIG_SECCOMP is not set
|
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
|
|
|
@ -3043,7 +3043,6 @@ CONFIG_SCSI_PROC_FS=y
|
||||||
# CONFIG_SCSI_UFSHCD is not set
|
# CONFIG_SCSI_UFSHCD is not set
|
||||||
# CONFIG_SCSI_ULTRASTOR is not set
|
# CONFIG_SCSI_ULTRASTOR is not set
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
# CONFIG_SECCOMP is not set
|
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
|
|
|
@ -3104,7 +3104,6 @@ CONFIG_SCSI_PROC_FS=y
|
||||||
# CONFIG_SCSI_UFSHCD is not set
|
# CONFIG_SCSI_UFSHCD is not set
|
||||||
# CONFIG_SCSI_ULTRASTOR is not set
|
# CONFIG_SCSI_ULTRASTOR is not set
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
# CONFIG_SECCOMP is not set
|
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
|
|
|
@ -3230,7 +3230,6 @@ CONFIG_SCSI_PROC_FS=y
|
||||||
# CONFIG_SCSI_UFSHCD is not set
|
# CONFIG_SCSI_UFSHCD is not set
|
||||||
# CONFIG_SCSI_ULTRASTOR is not set
|
# CONFIG_SCSI_ULTRASTOR is not set
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
# CONFIG_SECCOMP is not set
|
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
|
|
|
@ -2483,7 +2483,6 @@ CONFIG_SCSI_PROC_FS=y
|
||||||
# CONFIG_SCSI_U14_34F is not set
|
# CONFIG_SCSI_U14_34F is not set
|
||||||
# CONFIG_SCSI_ULTRASTOR is not set
|
# CONFIG_SCSI_ULTRASTOR is not set
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
# CONFIG_SECCOMP is not set
|
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
|
|
|
@ -2782,7 +2782,6 @@ CONFIG_SCSI_PROC_FS=y
|
||||||
# CONFIG_SCSI_UFSHCD is not set
|
# CONFIG_SCSI_UFSHCD is not set
|
||||||
# CONFIG_SCSI_ULTRASTOR is not set
|
# CONFIG_SCSI_ULTRASTOR is not set
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
# CONFIG_SECCOMP is not set
|
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
|
|
Loading…
Reference in a new issue