From 3e291ac80ed24b4093ed73a67d954ea0b13b1eb4 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 15 May 2022 21:45:09 +0300 Subject: [PATCH] Add the comment about rodata --- 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 dc65d4d..7c1635c 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -40,6 +40,7 @@ # # Should NOT be set: # nokaslr +# rodata=off # arm64.nobti # arm64.nopauth # arm64.nomte -- 2.31.1