mbox series

[ima-evm-utils,v2,0/4] libimaevm: Remove digest calculations not supported by IMA

Message ID 20210708160408.2779849-1-stefanb@linux.ibm.com (mailing list archive)
Headers show
Series libimaevm: Remove digest calculations not supported by IMA | expand

Message

Stefan Berger July 8, 2021, 4:04 p.m. UTC
Remove digest calculations over directories, symbolic links, and device files
since those and related signature verifications are not supported by IMA in
the kernel.

Regards,
   Stefan

v2:
  - added patch 1/4 that removes filering on IMA unsupported file types
  - added Mimi's R-b tags to other patches


Stefan Berger (4):
  evmctl: Remove filtering support for file types unsupported by IMA
  libimaevm: Remove calculation of a digest over a device file
  libimaevm: Remove calculation of a digest over a directory
  libimaevm: Remove calculation of a digest over a symbolic link

 README          |  2 +-
 src/evmctl.c    | 13 +---------
 src/libimaevm.c | 68 -------------------------------------------------
 3 files changed, 2 insertions(+), 81 deletions(-)