Commit 190ce02
committed
[dlrn_report] Set crypto policies when FIPS is enabled
Since some CI jobs are running using the PreMetal tool, and we
move the job execution from controller node to hypervisor directly,
the crypto policies are different.
For example, when the task was executed on controller:
update-crypto-policies --show
DEFAULT
Where, in some case, where uni job require FIPS, output is:
update-crypto-policies --show
FIPS
Set the AD-SUPPORT policy when just FIPS is enabled.
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>1 parent 4b40434 commit 190ce02
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
17 | 29 | | |
18 | 30 | | |
19 | 31 | | |
| |||
0 commit comments