Commit e165cc8
committed
configs: Ensure FIPS settings defined
We want to hard set the x86_64 FIPS required configs rather than rely on
default settings in the kernel, should these ever change without our
knowing it would not be something we would have actively checked.
The configs are a limited set of configs that is expanded out when
building using `make olddefconfig` a common practice in kernel building.
Note had to manually add the following since its normaly set by the RPM
build process.
CONFIG_CRYPTO_FIPS_NAME="Rocky Linux 9 Kernel Cryptographic API"
Signed-off-by: Jonathan Maple <jmaple@ciq.com>1 parent 8ac02ce commit e165cc8
File tree
2 files changed
+22
-0
lines changed- configs
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7194 | 7194 | | |
7195 | 7195 | | |
7196 | 7196 | | |
| 7197 | + | |
| 7198 | + | |
| 7199 | + | |
| 7200 | + | |
| 7201 | + | |
| 7202 | + | |
| 7203 | + | |
| 7204 | + | |
| 7205 | + | |
| 7206 | + | |
| 7207 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7171 | 7171 | | |
7172 | 7172 | | |
7173 | 7173 | | |
| 7174 | + | |
| 7175 | + | |
| 7176 | + | |
| 7177 | + | |
| 7178 | + | |
| 7179 | + | |
| 7180 | + | |
| 7181 | + | |
| 7182 | + | |
| 7183 | + | |
| 7184 | + | |
0 commit comments