From: Emanuele Giuseppe Esposito <eespo...@redhat.com>

redhat/dracut-virt.conf: add systemd-veritysetup module

Upstream Status: RHEL-Only

This module, together with a specific kernel cmdline and separate partition
containing the verification hash produced by veritysetup, enables
root disk integrity protection for UKIs.

Signed-off-by: Emanuele Giuseppe Esposito <eespo...@redhat.com>

diff --git a/redhat/dracut-virt.conf b/redhat/dracut-virt.conf
index blahblah..blahblah 100644
--- a/redhat/dracut-virt.conf
+++ b/redhat/dracut-virt.conf
@@ -20,6 +20,9 @@ dracutmodules+=" virtiofs "
 # modules: use sysext images (see 'man systemd-sysext')
 dracutmodules+=" systemd-sysext "
 
+# modules: root disk integrity protection
+dracutmodules+=" systemd-veritysetup "
+
 # drivers: virtual buses, pci
 drivers+=" virtio-pci virtio-mmio "      # qemu-kvm
 drivers+=" hv-vmbus pci-hyperv "         # hyperv
@@ -34,5 +37,8 @@ drivers+=" xen-blkfront "                # xen
 # root encryption
 drivers+=" dm_crypt "
 
+# root disk integrity protection
+drivers+=" dm_verity "
+
 # filesystems
 filesystems+=" vfat ext4 xfs overlay "

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3212

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to