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