From 1161f0377754363adfc339c0f17cfd801fb6b98f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 8 Mar 2013 07:05:55 +0100 Subject: [PATCH] fips: add lzo module --- 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 6b3e444b2..895313294 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_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr gcm ghash_generic" _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha256_generic sha512 sha512_generic" - _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt" + _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt lzo" mkdir -m 0755 -p "${initdir}/etc/modprobe.d" -- 2.47.3