Commit f21c511
committed
40rhcos-fips: include fips.so in initrd
Ignition panics when fips is enabled with golang 1.22. Golang 1.21 trusts openssl exclusively
to tell whether FIPS mode is on or off but golang 1.22 looks at the system FIPS configuration
directly. If the system is in FIPS mode but the initrd doesn't include the openssl FIPS module,
golang 1.21 would assume it is not in FIPS mode whereas golang 1.22 sees that the openssl
configuration doesn't match the system configuration and panics.1 parent 7056860 commit f21c511
File tree
1 file changed
+10
-0
lines changed- overlay.d/05rhcos/usr/lib/dracut/modules.d/40rhcos-fips
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
| |||
0 commit comments