diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-14 12:21:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-14 12:21:12 +0000 |
commit | 5c22c8190455a20f7f96cb1fdb0696b43c9232f3 (patch) | |
tree | 3077b2e84b5ca0f9b7b680880ff6b7965eaf7cc3 /sys-kernel/linux-image-redcore/files | |
parent | c1986e5b147218cee61ed71b3cc9a94a680f674b (diff) |
sys-kernel/linux-{image,sources}-redcore : enable LANDLOCK, revision bump
Diffstat (limited to 'sys-kernel/linux-image-redcore/files')
-rw-r--r-- | sys-kernel/linux-image-redcore/files/6.5-amd64.config | 6 |
1 files changed, 3 insertions, 3 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 |