aptenodytes: Enable protection sets via genpatches knobs

This commit is contained in:
Nils Freydank 2021-06-17 13:01:04 +02:00
parent f227f48a40
commit e3b813c39d
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21
1 changed files with 2 additions and 4 deletions

View File

@ -2834,8 +2834,6 @@ CONFIG_SECURITYFS=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_HARDENED_USERCOPY_FALLBACK=y
CONFIG_HARDENED_USERCOPY_PAGESPAN=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_DEFAULT_SECURITY_DAC=y
@ -3435,12 +3433,12 @@ CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
#
# Enable Kernel Self Protection Project Recommendations
#
# CONFIG_GENTOO_KERNEL_SELF_PROTECTION is not set
CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y
#
# Architecture Specific Self Protection Project Recommendations
#
# CONFIG_GENTOO_KERNEL_SELF_PROTECTION_X86_64 is not set
CONFIG_GENTOO_KERNEL_SELF_PROTECTION_X86_64=y
# end of Architecture Specific Self Protection Project Recommendations
# end of Enable Kernel Self Protection Project Recommendations
# end of Gentoo Linux