From 8d552f3d3a7ac65006e84745eee5db729cd84904 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 5 Feb 2025 12:21:53 +0100 Subject: [PATCH] pygoscelis: Disable CONFIG_SECURITY_SMACK I never set it up properly and it looks(!) like the root cause of some weird resets on my machine. --- pygoscelis-config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 357a95c..dcfd65b 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -6452,9 +6452,7 @@ CONFIG_HARDENED_USERCOPY=y CONFIG_FORTIFY_SOURCE=y # CONFIG_STATIC_USERMODEHELPER is not set # CONFIG_SECURITY_SELINUX is not set -CONFIG_SECURITY_SMACK=y -# CONFIG_SECURITY_SMACK_BRINGUP is not set -# CONFIG_SECURITY_SMACK_APPEND_SIGNALS is not set +# CONFIG_SECURITY_SMACK is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set # CONFIG_SECURITY_LOADPIN is not set