mbox series

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

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

Message

Stefan Berger June 30, 2021, 7:33 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

Stefan Berger (3):
  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

 src/libimaevm.c | 68 -------------------------------------------------
 1 file changed, 68 deletions(-)

Comments

Mimi Zohar July 6, 2021, 6:52 p.m. UTC | #1
Hi Stefan,

On Wed, 2021-06-30 at 15:33 -0400, Stefan Berger wrote:
> 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

Thanks, Stefan.  Other than removing the related features from the
README, it looks good.

Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>


> Stefan Berger (3):
>   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
> 
>  src/libimaevm.c | 68 -------------------------------------------------
>  1 file changed, 68 deletions(-)
>