diff options
author | Kees Cook <keescook@chromium.org> | 2019-04-10 08:23:44 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2019-04-24 13:45:49 -0700 |
commit | 9f671e58159adea641f76c56d1f0bbdcb3c524ff (patch) | |
tree | 0561e3b3a551ef3b1f189a1950980367d8593016 /security/Kconfig | |
parent | 8c2ffd9174779014c3fe1f96d9dc3641d9175f00 (diff) | |
download | linux-9f671e58159adea641f76c56d1f0bbdcb3c524ff.tar.bz2 |
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>
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig index 1d6463fb1450..7aec8d094ce2 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -249,5 +249,7 @@ config LSM If unsure, leave this as the default. +source "security/Kconfig.hardening" + endmenu |