projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3236e66
)
01fips/installkernel: add dm-mod and dm-crypt to the fipsmodules
author
Harald Hoyer
<harald@redhat.com>
Fri, 5 Aug 2011 11:16:27 +0000
(13:16 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Thu, 11 Aug 2011 12:27:25 +0000
(14:27 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=707609
modules.d/01fips/module-setup.sh
patch
|
blob
|
history
diff --git
a/modules.d/01fips/module-setup.sh
b/modules.d/01fips/module-setup.sh
index b0b498ac19be9ce57bd800d9cab5bafe604160e9..a817c177e6d03cc39d937a6be20f06029a07afe2 100755
(executable)
--- 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"