a3b408b277
- enable dracut-cpio binary - feat(fips-crypto-policies): make c-p follow FIPS mode automatically - fix(fips-crypto-policies): make it depend on fips dracut module Resolves: RHEL-59678,RHEL-65204 From-source-git-commit: ff3186be9d5871c6ec216019463199bb78cc1b32
29 lines
653 B
Diff
29 lines
653 B
Diff
From 3e25517a0d1f0054e69409eb89484879251f47a3 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Valena <pvalena@redhat.com>
|
|
Date: Mon, 19 Aug 2024 09:41:27 +0200
|
|
Subject: [PATCH 25/32] feat(fips): include fips module unconditionally
|
|
|
|
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
|
|
index 1e0c9d09..005f0b6d 100755
|
|
--- 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
|
|
|