Merge pull request #224 from jasondana/integrity-fix

Check the proper variable for a custom IMA keys directory
master
Harald Hoyer 2017-04-27 14:08:47 +02:00 committed by GitHub
commit 2e1861fde2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ load_x509_keys()
. ${IMACONFIG}
fi

if [ -z "${IMAKEYDIR}" ]; then
if [ -z "${IMAKEYSDIR}" ]; then
IMAKEYSDIR="/etc/keys/ima"
fi