From 12c2af7f8d94ca3e94c9ba039781c0fa1309c866 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 15 May 2022 23:21:25 +0300 Subject: [PATCH] Add the comment about sysrq_always_enabled Thanks to @izh1979 for the idea (and for the rodata idea too). --- 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 7c1635c..9b3c94c 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -41,6 +41,7 @@ # Should NOT be set: # nokaslr # rodata=off +# sysrq_always_enabled # arm64.nobti # arm64.nopauth # arm64.nomte -- 2.31.1