X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2Ftest_engine.py;h=433e5844e596f6c5122618116857f32cd107aca8;hb=d6caae5328a051d33e43ffec040cae03d8f6a07f;hp=8ef0fa3fb505c16fd5db4386e5705233da097a7a;hpb=4dd0d2f9cf055b4c8f525776adbca546d3405d66;p=kconfig-hardened-check.git diff --git a/kconfig_hardened_check/test_engine.py b/kconfig_hardened_check/test_engine.py index 8ef0fa3..433e584 100644 --- a/kconfig_hardened_check/test_engine.py +++ b/kconfig_hardened_check/test_engine.py @@ -1,9 +1,7 @@ #!/usr/bin/python3 """ -This tool helps me to check Linux kernel options against -my security hardening preferences for X86_64, ARM64, X86_32, and ARM. -Let the computers do their job! +This tool is for checking the security hardening options of the Linux kernel. Author: Alexander Popov