X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README.md;h=08f57838a92852c9f05bb62d14b815f8526a0771;hb=43994ab78d2725d1e0cef6dce04508cc68019e03;hp=5cb2d1ab33cc352406eb4cd5691bbfe292028f22;hpb=eeb0b9ee58eec087b0bd7b5b3428b4c9d1078c4a;p=kconfig-hardened-check.git diff --git a/README.md b/README.md index 5cb2d1a..08f5783 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ or simply run `./bin/kconfig-hardened-check` from the cloned repository. ## Usage ``` usage: kconfig-hardened-check [-h] [--version] [-p {X86_64,X86_32,ARM64,ARM}] - [-c CONFIG] [-m {verbose,json}] + [-c CONFIG] + [-m {verbose,json,show_ok,show_fail}] Checks the hardening options in the Linux kernel config @@ -54,8 +55,8 @@ optional arguments: -p {X86_64,X86_32,ARM64,ARM}, --print {X86_64,X86_32,ARM64,ARM} print hardening preferences for selected architecture -c CONFIG, --config CONFIG - check the config_file against these preferences - -m {verbose,json}, --mode {verbose,json} + check the kernel config file against these preferences + -m {verbose,json,show_ok,show_fail}, --mode {verbose,json,show_ok,show_fail} choose the report mode ```