From 25c27577895207400945d9323e13c0c09874fe7f Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 13 Mar 2022 10:59:20 +0100 Subject: [PATCH] config-mpi: Disable SECURITY What a nice commit title :-) SECURITY is "Enable different security models". The only security model enable (by default) is "Integrity subsystem" - "Integrity auditing support" and I don't think we need that. --- config-mpi | 1 - 1 file changed, 1 deletion(-) diff --git a/config-mpi b/config-mpi index 771734b274e1a..6517639bf8f26 100644 --- a/config-mpi +++ b/config-mpi @@ -814,7 +814,6 @@ CONFIG_NLS_CODEPAGE_852=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DLM=m -CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_CRYPTO_RSA=y CONFIG_CRYPTO_CTS=m