[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241210062244.2357-1-evepolonium@gmail.com>
Date: Tue, 10 Dec 2024 11:52:40 +0530
From: Atharva Tiwari <evepolonium@...il.com>
To:
Cc: evepolonium@...il.com,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] FIPS kernels should default to fips mode
diff --git a/crypto/fips.c b/crypto/fips.c
index 8a784018ebfc..d7bd7e0ac2cb 100644
--- a/crypto/fips.c
+++ b/crypto/fips.c
@@ -14,7 +14,8 @@
#include <linux/notifier.h>
#include <generated/utsrelease.h>
-int fips_enabled;
+int fips_enabled = 1;
+/* LP: #2049082 UBUNTU: SAUCE: FIPS kernels default to FIPS mode */
EXPORT_SYMBOL_GPL(fips_enabled);
ATOMIC_NOTIFIER_HEAD(fips_fail_notif_chain);
--
2.43.0
Powered by blists - more mailing lists