From 10b5dca0f738b306770921083c7aeb9e562dd131 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 7 Mar 2011 13:15:09 +0100 Subject: [PATCH] fips/fips.sh: do not load tcrypt with "noexit" parameter "noexit=1" is the default mode for the tcrypt module now. [forward ported 7e7308158c9149c33309c0d36a6e1126e690fb58] --- modules.d/01fips/fips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index d7615c8..febe23e 100755 --- 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" -- 2.7.4