diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-07-10 08:39:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-07-10 08:39:12 -0700 |
commit | 9a8db1848ab01d9a211f6a047a173e49d6c1fc66 (patch) | |
tree | 43e8c88a9503bad0570cf491a3ddc06f63b5ec40 /config.x86_64 | |
parent | Updated to 5.2.0 (diff) | |
download | linux-libre-9a8db1848ab01d9a211f6a047a173e49d6c1fc66.tar.xz |
Enabled 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 97ad562..cdc5e42 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 |