Date: Monday, November 18, 2019 @ 21:33:26 Author: heftig Revision: 369417
Enable INIT_ON_ALLOC_DEFAULT_ON https://outflux.net/blog/archives/2019/11/14/security-things-in-linux-v5-3/ Modified: linux/trunk/PKGBUILD linux/trunk/config ----------+ PKGBUILD | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-18 21:13:10 UTC (rev 369416) +++ PKGBUILD 2019-11-18 21:33:26 UTC (rev 369417) @@ -25,7 +25,7 @@ '8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig) ) sha256sums=('SKIP' - '54bd002b40030609bfb236c35d2a23d23e426edd1f84dd448afbadd1b0aacb55') + '10ee7800902b1d82f9c184b367c9d904f4dc48f6d9ce3277327e825d7ab690d1') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase Modified: config =================================================================== --- config 2019-11-18 21:13:10 UTC (rev 369416) +++ config 2019-11-18 21:33:26 UTC (rev 369417) @@ -9826,7 +9826,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
