Commit 6d7703f4 by Alexander Popov

Update the README

parent 7edb9d25
...@@ -34,10 +34,10 @@ optional arguments: ...@@ -34,10 +34,10 @@ optional arguments:
### Script output for `Ubuntu 18.04 (Bionic Beaver)` kernel config ### Script output for `Ubuntu 18.04 (Bionic Beaver)` kernel config
``` ```
./kconfig-hardened-check.py -c config_files/ubuntu-bionic-generic.config #./kconfig-hardened-check.py -c config_files/ubuntu-bionic-generic.config
[+] Checking "ubuntu-bionic-generic.config" against hardening preferences... [+] Checking "config_files/ubuntu-bionic-generic.config" against hardening preferences...
option name | desired val | decision | reason || check result option name | desired val | decision | reason || check result
=========================================================================================================== ===================================================================================================================
CONFIG_BUG | y | ubuntu18 | self_protection || OK CONFIG_BUG | y | ubuntu18 | self_protection || OK
CONFIG_PAGE_TABLE_ISOLATION | y | ubuntu18 | self_protection || OK CONFIG_PAGE_TABLE_ISOLATION | y | ubuntu18 | self_protection || OK
CONFIG_RETPOLINE | y | ubuntu18 | self_protection || OK CONFIG_RETPOLINE | y | ubuntu18 | self_protection || OK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment