summaryrefslogtreecommitdiff
path: root/configs/apalis_t30_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-06-14 17:41:10 +0300
committerTom Rini <trini@konsulko.com>2023-07-14 22:21:07 +0300
commit10de1257079905ac383e7abf346a04221cafa620 (patch)
treed0e91747b9a90ad67b4aca23b864a58ba41402d3 /configs/apalis_t30_defconfig
parent9e70676cf5281f0e37736ea42b59ef2e02907051 (diff)
downloadu-boot-10de1257079905ac383e7abf346a04221cafa620.tar.xz
disable NFS support by default
While NFS is widely used in data centres, and private networks it's quite a nuanced usecase for device firmware. A lot of devices already disable it. Various network protocols should really be opt in, not opt out, because they add extra size and are potential attack vectors from a security PoV. In the NFS case it doesn't really make sense for a lot of devices like tables, SBCs etc. It's also something we don't really want for SystemReady-IR due to security concerns. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'configs/apalis_t30_defconfig')
-rw-r--r--configs/apalis_t30_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
index 516552584c..83aab2450b 100644
--- a/configs/apalis_t30_defconfig
+++ b/configs/apalis_t30_defconfig
@@ -38,7 +38,6 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
-# CONFIG_CMD_NFS is not set
CONFIG_CMD_EXT4_WRITE=y
# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_SPL_EFI_PARTITION is not set