01fips/installkernel: add dm-mod and dm-crypt to the fipsmodules

https://bugzilla.redhat.com/show_bug.cgi?id=707609
master
Harald Hoyer 2011-08-05 13:16:27 +02:00
parent 3236e662d4
commit 814fa9a58f
1 changed files with 1 additions and 1 deletions

View File

@ -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"