Re: [RFC PATCH 1/1] KEYS, integrity: Link .platform keyring to .secondary_trusted_keys

From: David Howells
Date: Thu Jan 17 2019 - 10:04:30 EST


Kairui Song <kasong@xxxxxxxxxx> wrote:

> +extern const struct key* __init integrity_get_platform_keyring(void);

This should really be in keys/system_keyring.h and probably shouldn't be
exposed directly if it can be avoided.

David