X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2Ftest_engine.py;h=433e5844e596f6c5122618116857f32cd107aca8;hb=c1ebaa400da303eb39be555e54c92bf739d0424c;hp=8ef0fa3fb505c16fd5db4386e5705233da097a7a;hpb=7194de8dfe8b6232166eded1516eb7fdd21c14ed;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