Re: [PATCH v6 0/4] Certificate insertion support for x86 bzImages

From: Mimi Zohar
Date: Thu May 03 2018 - 17:42:15 EST


On Fri, 2018-05-04 at 03:11 +1000, James Morris wrote:
> On Wed, 2 May 2018, Mehmet Kayaalp wrote:
>
> > These patches add support for modifying the reserved space for extra
> > certificates in a compressed bzImage in x86. This allows separating the
> > system keyring certificate from the kernel build process. After the kernel
> > image is distributed, the insert-sys-cert script can be used to insert the
> > certificate for x86.
>
> Can you provide more explanation of how this is useful and who would use
> it?

I'm involved in a number projects that rely on a kernel build group to
actually build kernels for their systems. ÂReserving memory for
additional public keys, allows product groups to insert public keys
post build. ÂInitially the product groups might insert development
keys, but eventually they would insert the product's public key.

Mimi