From 4a13584cb45a7209866ddbcdac1140c2b8de9687 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 9 May 2021 09:10:02 -0400 Subject: [PATCH] fix config conflict --- machines/storage/s0/kernel.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/storage/s0/kernel.nix b/machines/storage/s0/kernel.nix index db9ff30..7ffc384 100644 --- a/machines/storage/s0/kernel.nix +++ b/machines/storage/s0/kernel.nix @@ -4417,9 +4417,6 @@ in buildLinux { "SECURITY_APPARMOR_HASH_DEFAULT" = yes; "SECURITY_YAMA" = yes; "SECURITY_SAFESETID" = yes; - "SECURITY_LOCKDOWN_LSM" = yes; - "SECURITY_LOCKDOWN_LSM_EARLY" = yes; - "LOCK_DOWN_KERNEL_FORCE_NONE" = yes; "INTEGRITY" = yes; "INTEGRITY_SIGNATURE" = yes; "INTEGRITY_ASYMMETRIC_KEYS" = yes;