From 236e29184e102718feb95a8633c9542c949adc37 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 20 Nov 2019 10:15:27 +0100 Subject: [PATCH] pygoscelis: YOU MUST NOT SKIP SYNC! --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 10a76d2..522c6e2 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -475,7 +475,7 @@ CONFIG_ARCH_ENABLE_THP_MIGRATION=y # CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y -CONFIG_SUSPEND_SKIP_SYNC=y +# CONFIG_SUSPEND_SKIP_SYNC is not set # CONFIG_HIBERNATION is not set CONFIG_PM_SLEEP=y CONFIG_PM_SLEEP_SMP=y @@ -5013,7 +5013,7 @@ CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY=y # CONFIG_INTEGRITY is not set CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_LSM="yama,safesetid,lockdown" +CONFIG_LSM="lockdown,yama,safesetid" # # Kernel hardening options