Message ID | 33e5687f1e4c7becdc41136704fa239f81b82fec.camel@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] integrity subsystem updates for v5.13 | expand |
On Wed, Apr 28, 2021 at 6:47 AM Mimi Zohar <zohar@linux.ibm.com> wrote: > > In addition to loading the kernel module signing key onto the builtin > keyring, load it onto the IMA keyring as well. This clashed pretty badly with the other cert changes. I think the end result looks nice and clean (the cert updates mesh well with the _intention_ of your code, just not with the implementation), but you should really double-check that I didn't mess anything up in the merge and whatever test-case you have for IMA still works. I only verified that the kernel module signing key still works for modules - no IMA test-case. Linus
The pull request you sent on Wed, 28 Apr 2021 09:46:57 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git tags/integrity-v5.13
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e6f0bf09f0669b3c2cd77fa906830123279a0a21
Thank you!
On Sat, 2021-05-01 at 15:49 -0700, Linus Torvalds wrote: > On Wed, Apr 28, 2021 at 6:47 AM Mimi Zohar <zohar@linux.ibm.com> wrote: > > > > In addition to loading the kernel module signing key onto the builtin > > keyring, load it onto the IMA keyring as well. > > This clashed pretty badly with the other cert changes. > > I think the end result looks nice and clean (the cert updates mesh > well with the _intention_ of your code, just not with the > implementation), but you should really double-check that I didn't mess > anything up in the merge and whatever test-case you have for IMA still > works. > > I only verified that the kernel module signing key still works for > modules - no IMA test-case. I'm really sorry I forgot to mention in the pull request that Stephen was carrying a merge conflict fix. Everything looks good. I tested it, making sure that the kernel module signing key is loaded onto the builtin and/or IMA keyrings properly. thanks, Mimi