Re: [PATCH RFC 05/12] integrity: Introduce mok keyring

From: Linus Torvalds
Date: Wed Jul 07 2021 - 15:32:00 EST


On Tue, Jul 6, 2021 at 7:45 PM Eric Snowberg <eric.snowberg@xxxxxxxxxx> wrote:
>
> Introduce a new keyring called mok. This keyring will be used during
> boot. Afterwards it will be destroyed.

Already discussed elsewhere, but yeah, when using TLA's, unless they
are universally understood (like "CPU" or "TLB" or whatever), please
spell them out somewhere for people who don't have the background.

I saw that you said elsewhere that MOK is "Machine Owner Key", but
please let's just have that in the sources and commit messages at
least for the original new code cases.

Maybe it becomes obvious over time as there is more history to the
code, but when you literally introduce a new concept, please spell it
out.

Linus