security: Create "kernel hardening" config area
authorKees Cook <keescook@chromium.org>
Wed, 10 Apr 2019 15:23:44 +0000 (08:23 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 24 Apr 2019 20:45:49 +0000 (13:45 -0700)
commit9f671e58159adea641f76c56d1f0bbdcb3c524ff
tree0561e3b3a551ef3b1f189a1950980367d8593016
parent8c2ffd9174779014c3fe1f96d9dc3641d9175f00
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 <keescook@chromium.org>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/gcc-plugins/Kconfig
security/Kconfig
security/Kconfig.hardening [new file with mode: 0644]