Messages in this thread |  | | From | Arnd Bergmann <> | Date | Tue, 7 Jan 2020 23:06:05 +0100 | Subject | Re: [PATCH] ima: make ASYMMETRIC_PUBLIC_KEY_SUBTYPE 'bool' |
| |
On Tue, Jan 7, 2020 at 10:01 PM James Bottomley <James.Bottomley@hansenpartnership.com> wrote: > > On Tue, 2020-01-07 at 21:30 +0100, Arnd Bergmann wrote:
> > config ASYMMETRIC_PUBLIC_KEY_SUBTYPE > > - tristate "Asymmetric public-key crypto algorithm subtype" > > + bool "Asymmetric public-key crypto algorithm subtype" > > I believe the crypto guys do like stuff to be modular. > > However, we've already implemented this solution: > > https://lore.kernel.org/linux-integrity/20200107194350.3782-2-nramas@linux.microsoft.com/ > > To solve the problem via an intermediate boolean config variable.
Ok, that looks good to me.
Arnd
|  |