Skip to content

Commit 619bc16

Browse files
committed
uki: enable FIPS mode
JIRA: https://issues.redhat.com/browse/RHEL-37109 Upstream Status: RHEL-only dracut-057-79.git20241127.el9 adds support for UKIs in the FIPS module, enable it. Note: RHEL9 already ships 'fips=1' cmdline extension in kernel-uki-virt-addons, this can now be used. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
1 parent 9ed6d0d commit 619bc16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

redhat/dracut-virt.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ dracutmodules+=" walinuxagentcvm "
2020
# modules: root disk integrity protection
2121
dracutmodules+=" systemd-veritysetup "
2222

23+
# modules: FIPS
24+
dracutmodules+=" fips "
25+
# FIPS mode requires early crypto drivers test
26+
drivers+=" =crypto "
27+
2328
# drivers: virtual buses, pci
2429
drivers+=" virtio-pci virtio-mmio " # qemu-kvm
2530
drivers+=" hv-vmbus pci-hyperv " # hyperv

redhat/kernel.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ BuildRequires: lld
776776
%endif
777777

778778
%if %{efiuki}
779-
BuildRequires: dracut >= 057-67.git20240812.el9
779+
BuildRequires: dracut >= 057-79.git20241127.el9
780780
# For dracut UEFI uki binaries
781781
BuildRequires: binutils
782782
# For the initrd

0 commit comments

Comments
 (0)