Skip to content

Commit

Permalink
fix(fips-crypto-policies): make it depend on fips dracut module
Browse files Browse the repository at this point in the history
(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).
  • Loading branch information
jozzsi authored and neverpanic committed Sep 13, 2024
1 parent a04b90e commit ed9c3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/01fips-crypto-policies/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ check() {

# called by dracut
depends() {
echo fips
return 0
}

Expand Down

0 comments on commit ed9c3ce

Please sign in to comment.