From 52467a8cd87ebca8ff056bccb50cfb361616d5a2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Apr 2019 05:23:55 +0000 Subject: Reenable /dev/mem on the BMC itself Practically, this has no effect on the BMC security posture (yet), but is still required for a number of RCS-specific utilities to function. Note that this does NOT reopen the host-->BMC security hole. --- meta-aspeed/recipes-kernel/linux/ast2400/defconfig | 2 +- meta-aspeed/recipes-kernel/linux/ast2500/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-aspeed') diff --git a/meta-aspeed/recipes-kernel/linux/ast2400/defconfig b/meta-aspeed/recipes-kernel/linux/ast2400/defconfig index 8c8e8cdfc..a99f1f39e 100644 --- a/meta-aspeed/recipes-kernel/linux/ast2400/defconfig +++ b/meta-aspeed/recipes-kernel/linux/ast2400/defconfig @@ -133,7 +133,7 @@ CONFIG_KEYBOARD_GPIO_POLLED=y # CONFIG_SERIO is not set # CONFIG_VT is not set # CONFIG_LEGACY_PTYS is not set -CONFIG_DEVMEM_BOOTPARAM=y +CONFIG_DEVMEM=y CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set CONFIG_SERIAL_8250_CONSOLE=y diff --git a/meta-aspeed/recipes-kernel/linux/ast2500/defconfig b/meta-aspeed/recipes-kernel/linux/ast2500/defconfig index 1452eec6c..d8d6a25f2 100755 --- a/meta-aspeed/recipes-kernel/linux/ast2500/defconfig +++ b/meta-aspeed/recipes-kernel/linux/ast2500/defconfig @@ -137,7 +137,7 @@ CONFIG_KEYBOARD_GPIO_POLLED=y # CONFIG_SERIO is not set # CONFIG_VT is not set # CONFIG_LEGACY_PTYS is not set -CONFIG_DEVMEM_BOOTPARAM=y +CONFIG_DEVMEM=y CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set CONFIG_SERIAL_8250_CONSOLE=y -- cgit v1.2.1