Author: blogic Date: 2015-01-08 22:23:18 +0100 (Thu, 08 Jan 2015) New Revision: 43888
Modified: trunk/config/Config-kernel.in trunk/target/linux/generic/config-3.10 trunk/target/linux/generic/config-3.13 trunk/target/linux/generic/config-3.14 trunk/target/linux/generic/config-3.18 trunk/target/linux/generic/config-3.3 trunk/target/linux/generic/config-3.8 Log: kernel: add SECCOMP to menuconfig Signed-off-by: John Crispin <[email protected]> Modified: trunk/config/Config-kernel.in =================================================================== --- trunk/config/Config-kernel.in 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/config/Config-kernel.in 2015-01-08 21:23:18 UTC (rev 43888) @@ -465,3 +465,17 @@ 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. Modified: trunk/target/linux/generic/config-3.10 =================================================================== --- trunk/target/linux/generic/config-3.10 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/target/linux/generic/config-3.10 2015-01-08 21:23:18 UTC (rev 43888) @@ -2892,7 +2892,6 @@ # 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 Modified: trunk/target/linux/generic/config-3.13 =================================================================== --- trunk/target/linux/generic/config-3.13 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/target/linux/generic/config-3.13 2015-01-08 21:23:18 UTC (rev 43888) @@ -3043,7 +3043,6 @@ # 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 Modified: trunk/target/linux/generic/config-3.14 =================================================================== --- trunk/target/linux/generic/config-3.14 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/target/linux/generic/config-3.14 2015-01-08 21:23:18 UTC (rev 43888) @@ -3104,7 +3104,6 @@ # 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 Modified: trunk/target/linux/generic/config-3.18 =================================================================== --- trunk/target/linux/generic/config-3.18 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/target/linux/generic/config-3.18 2015-01-08 21:23:18 UTC (rev 43888) @@ -3230,7 +3230,6 @@ # 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 Modified: trunk/target/linux/generic/config-3.3 =================================================================== --- trunk/target/linux/generic/config-3.3 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/target/linux/generic/config-3.3 2015-01-08 21:23:18 UTC (rev 43888) @@ -2483,7 +2483,6 @@ # 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 Modified: trunk/target/linux/generic/config-3.8 =================================================================== --- trunk/target/linux/generic/config-3.8 2015-01-08 20:26:52 UTC (rev 43887) +++ trunk/target/linux/generic/config-3.8 2015-01-08 21:23:18 UTC (rev 43888) @@ -2782,7 +2782,6 @@ # 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
