fips: do not fail immediatly after loading the crypto modules

Fail only if tcrypt insmod failed.
master
Harald Hoyer 2013-04-29 11:34:26 +02:00
parent 8461734ee4
commit 26a077fc7e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ do_fips()
info "Loading and integrity checking all crypto modules"
for module in $FIPSMODULES; do
if [ "$module" != "tcrypt" ]; then
modprobe ${module} || return 1
modprobe ${module}
fi
done
info "Self testing crypto algorithms"