1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-07-02 21:53:17 +02:00

Install the swtpm package, if available

The "boot_aggregate.test" requires either a hardware or software TPM.
Support using the swtpm, if packaged for the distro, in addition to
tpm_server.

Note: Some travis/<distro>.sh scripts are links to other scripts.
Don't fail the build of the linked script if the swtpm package doesn't
exist.

Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Acked-by: Bruno Meneguele <bmeneg@redhat.com>
This commit is contained in:
Mimi Zohar
2020-08-14 14:19:53 -04:00
parent 6c78911350
commit f831508297
3 changed files with 32 additions and 13 deletions

View File

@ -41,3 +41,4 @@ yum -y install \
which
yum -y install docbook5-style-xsl || true
yum -y install swtpm || true