Date: Monday, November 18, 2019 @ 21:37:32 Author: heftig Revision: 369418
Enable INIT_ON_ALLOC_DEFAULT_ON https://outflux.net/blog/archives/2019/11/14/security-things-in-linux-v5-3/ Modified: linux-zen/trunk/PKGBUILD linux-zen/trunk/config ----------+ PKGBUILD | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-18 21:33:26 UTC (rev 369417) +++ PKGBUILD 2019-11-18 21:37:32 UTC (rev 369418) @@ -25,7 +25,7 @@ '8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig) ) sha256sums=('SKIP' - 'a37511ef27ad2600d9d2f01b452cf2c78a4da7a8ffe728e28545707600c8e6c7') + '3999fd28ac9587881701abcffb82a15e99ba85a7a4752f69da096653da081ee8') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase Modified: config =================================================================== --- config 2019-11-18 21:33:26 UTC (rev 369417) +++ config 2019-11-18 21:37:32 UTC (rev 369418) @@ -9858,7 +9858,7 @@ CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set # CONFIG_GCC_PLUGIN_STACKLEAK is not set -# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set # end of Memory initialization # end of Kernel hardening options
