From b6fca583261e7e05ec8b1860e60e264ffceb1c57 Mon Sep 17 00:00:00 2001 From: Helmut Stult <helmut@manjaro.org> Date: Tue, 7 Apr 2020 08:58:35 +0200 Subject: [PATCH] [pkg-upd] 5.6.2-1 - Put lockdown LSM into default initialization list --- config.x86_64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.x86_64 b/config.x86_64 index 083789c..445e499 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.6.1-1 Kernel Configuration +# Linux/x86 5.6.2-1 Kernel Configuration # # @@ -10023,7 +10023,7 @@ CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y # CONFIG_DEFAULT_SECURITY_TOMOYO is not set # CONFIG_DEFAULT_SECURITY_APPARMOR is not set CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_LSM="yama" +CONFIG_LSM="lockdown,yama" # # Kernel hardening options -- GitLab