Skip to content

Commit 7e4e604

Browse files
jozzsipvalena
authored andcommitted
fix(fips-crypto-policies): make it depend on fips dracut module
(cherry picked from commit a2096da) Conflicts: modules.d/01fips-crypto-policies/module-setup.sh Due to upstream e6117b9, which was not cherry-picked. Resolved the conflict by keeping the functions (i.e., undoing the cleanup of the upstream commit). Resolves: RHEL-59678
1 parent cdd9717 commit 7e4e604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules.d/01fips-crypto-policies/module-setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ check() {
1111

1212
# called by dracut
1313
depends() {
14+
echo fips
1415
return 0
1516
}
1617

0 commit comments

Comments
 (0)