commit | 9f671e58159adea641f76c56d1f0bbdcb3c524ff | [log] [tgz] |
---|---|---|
author | Kees Cook <[email protected]> | Wed Apr 10 08:23:44 2019 -0700 |
committer | Kees Cook <[email protected]> | Wed Apr 24 13:45:49 2019 -0700 |
tree | 0561e3b3a551ef3b1f189a1950980367d8593016 | |
parent | 8c2ffd9174779014c3fe1f96d9dc3641d9175f00 [diff] |
security: Create "kernel hardening" config area Right now kernel hardening options are scattered around various Kconfig files. This can be a central place to collect these kinds of options going forward. This is initially populated with the memory initialization options from the gcc-plugins. Signed-off-by: Kees Cook <[email protected]> Acked-by: Masahiro Yamada <[email protected]>