From 814fa9a58fa4a20633524e0b4273ae53689bd515 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 5 Aug 2011 13:16:27 +0200 Subject: [PATCH] 01fips/installkernel: add dm-mod and dm-crypt to the fipsmodules https://bugzilla.redhat.com/show_bug.cgi?id=707609 --- modules.d/01fips/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3