diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-08 21:23:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-08 21:23:18 +0000 |
commit | 10c4ed3ce2a84e36d543c8f82e37bacf538d94c9 (patch) | |
tree | 58643d9000099679229cfa7db25294467816e0f2 /target/linux | |
parent | 0db74510c05e7f1c3c4518f9ba1de7f13d8be86c (diff) | |
download | upstream-10c4ed3ce2a84e36d543c8f82e37bacf538d94c9.tar.gz upstream-10c4ed3ce2a84e36d543c8f82e37bacf538d94c9.tar.bz2 upstream-10c4ed3ce2a84e36d543c8f82e37bacf538d94c9.zip |
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
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.13 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.8 | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 9251e6c17b..4299c57895 100644 --- a/target/linux/generic/config-3.10 +++ b/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 diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index d9f92eea01..8dff7e163d 100644 --- a/target/linux/generic/config-3.13 +++ b/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 diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 2faf7f912b..7b6055a2e2 100644 --- a/target/linux/generic/config-3.14 +++ b/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 diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 9e4dec3846..ce2ec5c68c 100644 --- a/target/linux/generic/config-3.18 +++ b/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 diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 6567bca5b3..4de7995fe4 100644 --- a/target/linux/generic/config-3.3 +++ b/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 diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index b647075dc1..343c0dda0c 100644 --- a/target/linux/generic/config-3.8 +++ b/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 |