From: Peter Müller Date: Mon, 26 Dec 2022 19:29:51 +0000 (+0000) Subject: linux: Disable ACPI configfs support X-Git-Tag: v2.27-core173~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0186d8d0e1dea29c2ec6aaefe97ee28cc6171226;p=ipfire-2.x.git linux: Disable ACPI configfs support 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 --- 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