From 7b2b827d34bce12ea8aec1e370c32654eb46fd70 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 21 Aug 2022 23:57:25 +0200 Subject: [PATCH] pygoscelis: Enable CONFIG_RANDSTRUCT_PERFORMANCE --- pygoscelis-config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 97f6424..0f6be03 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -5288,9 +5288,11 @@ CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y CONFIG_ZERO_CALL_USED_REGS=y # end of Memory initialization -CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_NONE is not set # CONFIG_RANDSTRUCT_FULL is not set -# CONFIG_RANDSTRUCT_PERFORMANCE is not set +CONFIG_RANDSTRUCT_PERFORMANCE=y +CONFIG_RANDSTRUCT=y +CONFIG_GCC_PLUGIN_RANDSTRUCT=y # end of Kernel hardening options # end of Security options