]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
authorJames Morris <james.morris@microsoft.com>
Thu, 14 Feb 2019 18:55:42 +0000 (10:55 -0800)
committerJames Morris <james.morris@microsoft.com>
Thu, 14 Feb 2019 18:55:42 +0000 (10:55 -0800)
commit4aa9e621255df845566a28ee4f20eac68a8bcca5
tree83c213634f69eec583f1d4ca7234e78ccf367435
parentafa5248e1cef1320d88ffe0b8961dc9aeb576ace
parent532aebaac5bd221cef74e89603158639845e28d5
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next-integrity

From: Mimi Zohar <zohar@linux.ibm.com>

Linux 5.0 introduced the platform keyring to allow verifying the IMA
kexec kernel image signature using the pre-boot keys.  This pull
request similarly makes keys on the platform keyring accessible for
verifying the PE kernel image signature.*

Also included in this pull request is a new IMA hook that tags tmp
files, in policy, indicating the file hash needs to be calculated.
 The remaining patches are cleanup.

*Upstream commit "6d99a7c289a8 (x86/kexec: Fix a kexec_file_load()
failure)" is required for testing.