[GIT PULL] integrity subsystem fixes for v5.2

From: Mimi Zohar
Date: Fri May 31 2019 - 12:02:47 EST


Hi Linus,

Included in this pull request are four bug fixes, which are not
specific to 5.2. ÂThe first two are related to the architecture
specific IMA policy support. ÂThe other two patches, one is related to
EVM signatures, based on additional hash algorithms, and the other is
related to displaying the IMA policy.
Â
At least Scott's patch should have been included in the last open
window, but I sent the v5.2 pull request a bit earlier than normal.

thanks,

Mimi

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-fixes-for-5.2-rc

for you to fetch changes up to 8cdc23a3d9ec0944000ad43bad588e36afdc38cd:

ima: show rules with IMA_INMASK correctly (2019-05-29 23:18:25 -0400)

----------------------------------------------------------------
Petr Vorel (1):
ima: fix wrong signed policy requirement when not appraising

Roberto Sassu (2):
evm: check hash algorithm passed to init_desc()
ima: show rules with IMA_INMASK correctly

Scott Wood (1):
x86/ima: Check EFI_RUNTIME_SERVICES before using

arch/x86/kernel/ima_arch.c | 5 +++++
security/integrity/evm/evm_crypto.c | 3 +++
security/integrity/ima/ima_policy.c | 28 ++++++++++++++++------------
3 files changed, 24 insertions(+), 12 deletions(-)