diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-07-10 08:36:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-07-10 08:36:22 -0700 |
commit | 8334ebf4609664c977d5b2ee0ee38c36ad1bb913 (patch) | |
tree | 5f1f83d8ccc200413608a89b2d58473dc1e9932d /config.x86_64 | |
parent | Updated to 5.2.0 (diff) | |
download | linux-8334ebf4609664c977d5b2ee0ee38c36ad1bb913.tar.xz |
Enable stackleak plugin
Diffstat (limited to 'config.x86_64')
-rw-r--r-- | config.x86_64 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.x86_64 b/config.x86_64 index bd93c51..6fbe344 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -9725,7 +9725,10 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set -# CONFIG_GCC_PLUGIN_STACKLEAK is not set +CONFIG_GCC_PLUGIN_STACKLEAK=y +CONFIG_STACKLEAK_TRACK_MIN_SIZE=100 +CONFIG_STACKLEAK_METRICS=y +CONFIG_STACKLEAK_RUNTIME_DISABLE=y # end of Memory initialization # end of Kernel hardening options # end of Security options |