X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README.md;h=8fdd80cf010a6a89effd9a47403bc3a75cf5e487;hb=b68eb59c9d222478af8f7b6aeb76801456f3d301;hp=8c1af9b646dfb94e4b887e96633e05b70ed1c58c;hpb=6b25acb5e623f3c60a2cdb51aa72f253bc4d0898;p=kconfig-hardened-check.git diff --git a/README.md b/README.md index 8c1af9b..8fdd80c 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,9 @@ Usage: ./kconfig-hardened-check.py [-p | -c ] CONFIG_MODIFY_LDT_SYSCALL | is not set | kspp | cut_attack_surface || FAIL: "y" CONFIG_KEXEC_FILE | is not set | my | cut_attack_surface || FAIL: "y" CONFIG_LIVEPATCH | is not set | my | cut_attack_surface || FAIL: "y" - CONFIG_NAMESPACES | is not set | my | cut_attack_surface || FAIL: "y" + CONFIG_USER_NS | is not set | my | cut_attack_surface || FAIL: "y" CONFIG_IP_DCCP | is not set | my | cut_attack_surface || FAIL: "m" + CONFIG_IP_SCTP | is not set | my | cut_attack_surface || FAIL: "m" CONFIG_FTRACE | is not set | my | cut_attack_surface || FAIL: "y" CONFIG_KPROBES | is not set | my | cut_attack_surface || FAIL: "y" CONFIG_PROFILING | is not set | my | cut_attack_surface || FAIL: "y" @@ -105,7 +106,7 @@ Usage: ./kconfig-hardened-check.py [-p | -c ] CONFIG_BPF_SYSCALL | is not set | my | cut_attack_surface || FAIL: "y" CONFIG_LKDTM | m | my | feature_test || FAIL: "is not set" -[-] config check is NOT PASSED: 39 errors +[-] config check is NOT PASSED: 40 errors ``` __Go and fix them all!__