From: Harald Hoyer Date: Fri, 5 Aug 2011 11:16:27 +0000 (+0200) Subject: 01fips/installkernel: add dm-mod and dm-crypt to the fipsmodules X-Git-Tag: 012~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=814fa9a58fa4a20633524e0b4273ae53689bd515;p=thirdparty%2Fdracut.git 01fips/installkernel: add dm-mod and dm-crypt to the fipsmodules https://bugzilla.redhat.com/show_bug.cgi?id=707609 --- diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index b0b498ac1..a817c177e 100755 --- a/modules.d/01fips/module-setup.sh +++ b/modules.d/01fips/module-setup.sh @@ -14,7 +14,7 @@ installkernel() { local _fipsmodules _mod _fipsmodules="aead aes_generici aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr" _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha512" - _fipsmodules+=" cryptomgr crypto_null tcrypt" + _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt" mkdir -m 0755 -p "${initdir}/etc/modprobe.d"