From: Baoquan He Date: Thu, 9 May 2013 08:38:53 +0000 (+0800) Subject: 01fips/module-setup.sh: add libssl.so.10 to make kdump work with fips mode X-Git-Tag: 028~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15b93069bba031169eeccb8b16fe0382a4bb2968;p=platform%2Fupstream%2Fdracut.git 01fips/module-setup.sh: add libssl.so.10 to make kdump work with fips mode FIPS can work well in 1st kernel, but failed in kdump kernel. the libssl.so.10 and related hmac file are needed. Now add it and it works. Signed-off-by: Baoquan He --- diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index a7f5be8..6013318 100755 --- a/modules.d/01fips/module-setup.sh +++ b/modules.d/01fips/module-setup.sh @@ -38,7 +38,7 @@ install() { inst_libdir_file libsoftokn3.so libsoftokn3.so \ libsoftokn3.chk libfreebl3.so libfreebl3.chk \ - libssl.so 'hmaccalc/sha512hmac.hmac' + libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10 dracut_install -o prelink }