From 7da270d01301ee9c34c6d4b9bb5f719ad5a891a6 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 10 Dec 2022 21:25:13 +0300 Subject: [PATCH] Remember about the nosmt sysfs control file --- 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 fbbc3aa..28a955b 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -40,6 +40,7 @@ # fs.suid_dumpable=0 # kernel.modules_disabled=1 # kernel.randomize_va_space = 2 +# nosmt sysfs control file # pylint: disable=missing-module-docstring,missing-class-docstring,missing-function-docstring -- 2.31.1