You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
653 B
29 lines
653 B
3 months ago
|
From 3e25517a0d1f0054e69409eb89484879251f47a3 Mon Sep 17 00:00:00 2001
|
||
4 months ago
|
From: Pavel Valena <pvalena@redhat.com>
|
||
|
Date: Mon, 19 Aug 2024 09:41:27 +0200
|
||
3 months ago
|
Subject: [PATCH 25/32] feat(fips): include fips module unconditionally
|
||
4 months ago
|
|
||
|
rhel-only
|
||
|
|
||
|
Resolves: RHEL-39404
|
||
|
---
|
||
|
modules.d/01fips/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
|
||
3 months ago
|
index 1e0c9d09..005f0b6d 100755
|
||
4 months ago
|
--- a/modules.d/01fips/module-setup.sh
|
||
|
+++ b/modules.d/01fips/module-setup.sh
|
||
|
@@ -2,7 +2,7 @@
|
||
|
|
||
|
# called by dracut
|
||
|
check() {
|
||
|
- return 255
|
||
|
+ return 0
|
||
|
}
|
||
|
|
||
|
# called by dracut
|
||
|
--
|
||
|
2.42.0
|
||
|
|