From ff5a84ba9be83ce98f8b6431d5fa44d57a7789cf Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 18 Jun 2021 20:47:20 +0300 Subject: [PATCH] Save 'debugfs=no-mount' for future --- kconfig_hardened_check/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 8f26149..3d058dc 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -19,6 +19,7 @@ # init_on_alloc=1 # init_on_free=1 # loadpin.enforce=1 +# debugfs=no-mount (or off if possible) # # Mitigations of CPU vulnerabilities: # Аrch-independent: -- 2.31.1