diff options
author | Wolfgang Müller | 2022-10-15 18:38:31 +0200 |
---|---|---|
committer | Wolfgang Müller | 2022-10-15 18:38:31 +0200 |
commit | 99f19ccbebc928ef142764d1cab02286afb9c48f (patch) | |
tree | 4d3ec86a49494404ef29a1d023b1cdb6cf2198b7 | |
parent | fdb387124ddbaa66a3d0c52a01baa03e8230a11c (diff) | |
download | kernfrag-99f19ccbebc928ef142764d1cab02286afb9c48f.tar.gz |
fragments: Enable CONFIG_RANDSTRUCT_PERFORMANCE
This option is now needed for Kernel Self Protection system to be
available.
-rw-r--r-- | fragments/base/security | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fragments/base/security b/fragments/base/security index e537cb1..35eabd9 100644 --- a/fragments/base/security +++ b/fragments/base/security @@ -19,6 +19,7 @@ CONFIG_LEGACY_VSYSCALL_NONE=y # Needed for SELF_PROTECTION # CONFIG_MODIFY_LDT_SYSCALL is not set CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +CONFIG_RANDSTRUCT_PERFORMANCE=y CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y CONFIG_GENTOO_KERNEL_SELF_PROTECTION_COMMON=y |