Module linux_loader

Source
Expand description

This module implements the protocols to hand an initrd to the Linux kernel.

XXX The initrd signature validation is vulnerable to TOCTOU, because we read the initrd multiple times. The code needs to be restructured to solve this.

Structsยง

InitrdLoader
A RAII wrapper to install and uninstall the Linux initrd loading protocol.