mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 21:31:14 +02:00
tests: add fsverity measurement test
Test IMA support for including fs-verity enabled file measurements in the IMA measurement list based on the ima-ngv2 and ima-sigv2 records. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
6
build.sh
6
build.sh
@ -98,6 +98,12 @@ if [ $ret -eq 0 ]; then
|
||||
grep "skipped" tests/sign_verify.log | wc -l
|
||||
fi
|
||||
tail -20 tests/boot_aggregate.log
|
||||
|
||||
if [ -f tests/fsverity.log ]; then
|
||||
tail -4 tests/fsverity.log
|
||||
grep "skipped" tests/fsverity.log && \
|
||||
grep "skipped" tests/fsverity.log | wc -l
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user