X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README.md;h=8fdd80cf010a6a89effd9a47403bc3a75cf5e487;hb=60818a26c78bac5e34521b9bb0787d3bfde7684d;hp=b87801e58bea593fbf4a0ac109dcad5cb107762d;hpb=b6ee2f57efa850213540ed0173e5eab2442a6e60;p=kconfig-hardened-check.git diff --git a/README.md b/README.md index b87801e..8fdd80c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Usage: ./kconfig-hardened-check.py [-p | -c ] CONFIG_LIVEPATCH | 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!__