mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-10-02 00:14:52 +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:
7
tests/install-fsverity.sh
Executable file
7
tests/install-fsverity.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
git clone https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git
|
||||
cd fsverity-utils
|
||||
CC=gcc make -j$(nproc) && sudo make install
|
||||
cd ..
|
||||
rm -rf fsverity-utils
|
Reference in New Issue
Block a user