Re: [RFC PATCH 0/7] Support writing grub modules in Rust

2021-08-25 Thread Daniel Axtens
Heinrich Schuchardt writes: > On 8/24/21 3:32 PM, Daniel Axtens wrote: >> grub is a trusted component of the secure boot process, including >> "traditional" GPG-based secure boot, UEFI-based secure boot, and the >> WIP secure boot process using appended signatures. Most of grub is >> written in C

Re: [RFC PATCH 0/7] Support writing grub modules in Rust

2021-08-24 Thread Heinrich Schuchardt
On 8/24/21 3:32 PM, Daniel Axtens wrote: grub is a trusted component of the secure boot process, including "traditional" GPG-based secure boot, UEFI-based secure boot, and the WIP secure boot process using appended signatures. Most of grub is written in C and has suffered from a number of memory-

[RFC PATCH 0/7] Support writing grub modules in Rust

2021-08-24 Thread Daniel Axtens
grub is a trusted component of the secure boot process, including "traditional" GPG-based secure boot, UEFI-based secure boot, and the WIP secure boot process using appended signatures. Most of grub is written in C and has suffered from a number of memory-unsafety issues in the past, something abou