Re: [PATCH 04/16] integrity: Allow digital signature verificationwith a given keyring ptr

From: Mimi Zohar
Date: Wed Sep 11 2013 - 13:34:51 EST


On Tue, 2013-09-10 at 17:44 -0400, Vivek Goyal wrote:
> Currently digital signature verification code assumes that it can be
> used only with 3 keyrings. IMA, EVM and MODULE keyring. Provide another
> variant where one can pass in a pointer to keyring (struct key *), and
> integrity code can try to find key in that keyring and verify signature.
>
> This will be useful at two places.
>
> - elf binary loader can use system keyring and call into integrity
> subsystem for signature verification.
> - In later patches I am extending keyctl() to allow signature of
> a user buffer against specified keyring. That logic can make use
> of this code too.
>
> Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx>

My original thought was to use the system keyring, in lieu of having the
multiple keyrings. Unfortunately, the scope of a key's usage needs to
be limited, which can not be done safely with a single keyring.

Mimi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/