diff options
Diffstat (limited to 'sys-kernel/linux-image-redcore')
-rw-r--r-- | sys-kernel/linux-image-redcore/files/6.5-amd64.config | 6 | ||||
-rw-r--r-- | sys-kernel/linux-image-redcore/linux-image-redcore-6.5.13-r2.ebuild (renamed from sys-kernel/linux-image-redcore/linux-image-redcore-6.5.13-r1.ebuild) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/linux-image-redcore/files/6.5-amd64.config b/sys-kernel/linux-image-redcore/files/6.5-amd64.config index 4e60c08a..f00f92d3 100644 --- a/sys-kernel/linux-image-redcore/files/6.5-amd64.config +++ b/sys-kernel/linux-image-redcore/files/6.5-amd64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.5.8-redcore Kernel Configuration +# Linux/x86 6.5.13-redcore-r1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Gentoo Hardened 13.2.0-r10 p3) 13.2.0" CONFIG_CC_IS_GCC=y @@ -10616,7 +10616,7 @@ CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y CONFIG_SECURITY_YAMA=y # CONFIG_SECURITY_SAFESETID is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set -# CONFIG_SECURITY_LANDLOCK is not set +CONFIG_SECURITY_LANDLOCK=y CONFIG_INTEGRITY=y # CONFIG_INTEGRITY_SIGNATURE is not set CONFIG_INTEGRITY_AUDIT=y @@ -10625,7 +10625,7 @@ CONFIG_INTEGRITY_AUDIT=y # CONFIG_EVM is not set CONFIG_DEFAULT_SECURITY_APPARMOR=y # CONFIG_DEFAULT_SECURITY_DAC is not set -CONFIG_LSM="yama,loadpin,safesetid,integrity,apparmor" +CONFIG_LSM="landlock,yama,loadpin,safesetid,integrity,apparmor" # # Kernel hardening options diff --git a/sys-kernel/linux-image-redcore/linux-image-redcore-6.5.13-r1.ebuild b/sys-kernel/linux-image-redcore/linux-image-redcore-6.5.13-r2.ebuild index 16cb1593..db83a5ce 100644 --- a/sys-kernel/linux-image-redcore/linux-image-redcore-6.5.13-r1.ebuild +++ b/sys-kernel/linux-image-redcore/linux-image-redcore-6.5.13-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils -EXTRAVERSION="redcore-r1" +EXTRAVERSION="redcore-r2" KV_FULL="${PV}-${EXTRAVERSION}" KV_MAJOR="6.5" |