From 0186d8d0e1dea29c2ec6aaefe97ee28cc6171226 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 26 Dec 2022 19:29:51 +0000 Subject: [PATCH] linux: Disable ACPI configfs support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is disabled in IPFire 3.x, and projects such as grsecurity recommend doing so for security reasons as well. Also, skimming through our source code, there is no point where this ACPI configfs would have been explicitly mounted, which leads to the assumption that we never used it anyway. Signed-off-by: Peter Müller Acked-by: Michael Tremer --- config/kernel/kernel.config.x86_64-ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 50df315b11..7c2cb72ec5 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -552,7 +552,7 @@ CONFIG_ACPI_APEI_MEMORY_FAILURE=y CONFIG_ACPI_WATCHDOG=y CONFIG_ACPI_EXTLOG=m CONFIG_ACPI_ADXL=y -CONFIG_ACPI_CONFIGFS=m +# CONFIG_ACPI_CONFIGFS is not set CONFIG_PMIC_OPREGION=y # CONFIG_XPOWER_PMIC_OPREGION is not set CONFIG_ACPI_VIOT=y -- 2.39.5