aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-04-07 19:08:18 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-05-11 17:15:41 +0200
commit75eb8a146de8db0240e2eb3434074c700da2ba3c (patch)
tree959283b17d8955a7be1853b2c7c134ff05e6fb9f /target/linux/x86
parentd4ad7e654826c7e1e3aa987609771144af9aa77b (diff)
downloadupstream-75eb8a146de8db0240e2eb3434074c700da2ba3c.tar.gz
upstream-75eb8a146de8db0240e2eb3434074c700da2ba3c.tar.bz2
upstream-75eb8a146de8db0240e2eb3434074c700da2ba3c.zip
kernel: Deactivate CONFIG_BINFMT_MISC
CONFIG_BINFMT_MISC allows it to add support for new executable formats to the kernel from user space, the kernel will then detect for example a java binary and call the java execution program automatically. I am not aware that this feature is used in OpenWrt and this could be used to exploit something. Deactivate it for all targets for now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/config-4.141
-rw-r--r--target/linux/x86/config-4.191
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14
index c31783eb8f..ae96e4d97a 100644
--- a/target/linux/x86/config-4.14
+++ b/target/linux/x86/config-4.14
@@ -54,7 +54,6 @@ CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_ATA=y
CONFIG_ATA_GENERIC=y
CONFIG_ATA_PIIX=y
-CONFIG_BINFMT_MISC=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_SD=y
CONFIG_BLK_MQ_PCI=y
diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19
index 80a94b24d3..d395876955 100644
--- a/target/linux/x86/config-4.19
+++ b/target/linux/x86/config-4.19
@@ -53,7 +53,6 @@ CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_ATA=y
CONFIG_ATA_GENERIC=y
CONFIG_ATA_PIIX=y
-CONFIG_BINFMT_MISC=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_SD=y
CONFIG_BLK_MQ_PCI=y