Re: [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature

2024-10-17 Thread Jarkko Sakkinen
On Thu, 2024-10-17 at 09:55 -0600, Eric Snowberg wrote: > If the kernel is built with CONFIG_MODULE_SIG_KEY, get the subject > key identifier and add an ACL for it within the .clavis keyring. > > Signed-off-by: Eric Snowberg Super sound splits! Nice to review, have to give credit on this :-) >

[RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature

2024-10-17 Thread Eric Snowberg
If the kernel is built with CONFIG_MODULE_SIG_KEY, get the subject key identifier and add an ACL for it within the .clavis keyring. Signed-off-by: Eric Snowberg --- certs/.gitignore | 1 + certs/Makefile | 20 certs/clavis_module_acl.c