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
35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
From cd5dbe004652d88b5d73418cba1e45c54ff9fd12 Mon Sep 17 00:00:00 2001
|
|
From: Jo Zzsi <jozzsicsataban@gmail.com>
|
|
Date: Thu, 5 Sep 2024 09:09:36 -0400
|
|
Subject: [PATCH 32/32] fix(fips-crypto-policies): make it depend on fips
|
|
dracut module
|
|
|
|
(cherry picked from commit a2096dafdbfc88eed91ce34b1f4d27e7eb7ca839)
|
|
|
|
Conflicts:
|
|
modules.d/01fips-crypto-policies/module-setup.sh
|
|
Due to upstream e6117b92fa0108dbaf9ea3ac0ec8f5a02487c812, which
|
|
was not cherry-picked. Resolved the conflict by keeping the
|
|
functions (i.e., undoing the cleanup of the upstream commit).
|
|
|
|
Resolves: RHEL-59678
|
|
---
|
|
modules.d/01fips-crypto-policies/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules.d/01fips-crypto-policies/module-setup.sh b/modules.d/01fips-crypto-policies/module-setup.sh
|
|
index ee00452e..140eae00 100755
|
|
--- a/modules.d/01fips-crypto-policies/module-setup.sh
|
|
+++ b/modules.d/01fips-crypto-policies/module-setup.sh
|
|
@@ -11,6 +11,7 @@ check() {
|
|
|
|
# called by dracut
|
|
depends() {
|
|
+ echo fips
|
|
return 0
|
|
}
|
|
|
|
--
|
|
2.42.0
|
|
|