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:
b60d5e9
)
fips/fips.sh: do not load tcrypt with "noexit" parameter
author
Harald Hoyer
<harald@redhat.com>
Mon, 7 Mar 2011 12:15:09 +0000
(13:15 +0100)
committer
Harald Hoyer
<harald@redhat.com>
Mon, 7 Mar 2011 12:37:20 +0000
(13:37 +0100)
"noexit=1" is the default mode for the tcrypt module now.
[forward ported
7e7308158c9149c33309c0d36a6e1126e690fb58
]
modules.d/01fips/fips.sh
patch
|
blob
|
history
diff --git
a/modules.d/01fips/fips.sh
b/modules.d/01fips/fips.sh
index
d7615c8
..
febe23e
100755
(executable)
--- a/
modules.d/01fips/fips.sh
+++ b/
modules.d/01fips/fips.sh
@@
-58,7
+58,7
@@
do_fips()
fi
done
info "Self testing crypto algorithms"
- modprobe tcrypt
noexit=1
|| return 1
+ modprobe tcrypt || return 1
rmmod tcrypt
info "All initrd crypto checks done"