From bd17c3611ae65d1e9937e68527f7aa53497b1113 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 10 Mar 2025 20:04:40 +0200 Subject: [PATCH] Enable securityfs --- source-files/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-files/config b/source-files/config index fd566aa..6580fa0 100644 --- a/source-files/config +++ b/source-files/config @@ -5455,7 +5455,7 @@ CONFIG_PROC_MEM_ALWAYS_FORCE=y # CONFIG_PROC_MEM_FORCE_PTRACE is not set # CONFIG_PROC_MEM_NO_FORCE is not set CONFIG_SECURITY=y -# CONFIG_SECURITYFS is not set +CONFIG_SECURITYFS=y CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set # CONFIG_SECURITY_PATH is not set @@ -5479,6 +5479,7 @@ CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 # CONFIG_SECURITY_SAFESETID is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set # CONFIG_SECURITY_LANDLOCK is not set +# CONFIG_SECURITY_IPE is not set CONFIG_INTEGRITY=y # CONFIG_INTEGRITY_SIGNATURE is not set CONFIG_INTEGRITY_AUDIT=y