mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-11-17 04:10:38 +01: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:
@@ -25,9 +25,12 @@ yum -y install \
|
||||
automake \
|
||||
diffutils \
|
||||
docbook-xsl \
|
||||
e2fsprogs \
|
||||
git-core \
|
||||
gnutls-utils \
|
||||
gzip \
|
||||
keyutils-libs-devel \
|
||||
kmod \
|
||||
libattr-devel \
|
||||
libtool \
|
||||
libxslt \
|
||||
@@ -38,6 +41,7 @@ yum -y install \
|
||||
pkg-config \
|
||||
procps \
|
||||
sudo \
|
||||
util-linux \
|
||||
vim-common \
|
||||
wget \
|
||||
which
|
||||
@@ -49,4 +53,6 @@ yum -y install swtpm || true
|
||||
if [ -f /etc/centos-release ]; then
|
||||
yum -y install epel-release
|
||||
fi
|
||||
yum -y install softhsm || true
|
||||
yum -y install softhsm || true
|
||||
|
||||
./tests/install-fsverity.sh
|
||||
|
||||
Reference in New Issue
Block a user