Browse Source

fips: change module list

master
Harald Hoyer 13 years ago
parent
commit
0251fcd400
  1. 2
      modules.d/01fips/module-setup.sh

2
modules.d/01fips/module-setup.sh

@ -13,7 +13,7 @@ depends() { @@ -13,7 +13,7 @@ depends() {
installkernel() {
local _fipsmodules _mod
_fipsmodules="aead aes_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr"
_fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha512"
_fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256_generic sha512"
_fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt"

mkdir -m 0755 -p "${initdir}/etc/modprobe.d"

Loading…
Cancel
Save