Check the proper variable for a custom IMA keys directory

master
Jason Dana 2017-04-27 07:55:58 -04:00
parent 29fd71b23d
commit ab66ef2d4a
1 changed files with 1 additions and 1 deletions

View File

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


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