kernel: Enable configuration for fips mode.

This will allow us to run a VM in fips mode.
The intention is to check if the host is running in fips mode
and then start a container in fips mode as well.

Fixes #787

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2019-11-01 15:19:36 -07:00
parent 4c9321088e
commit ec95961620
2 changed files with 3 additions and 1 deletions

View File

@ -13,3 +13,5 @@ CONFIG_DECOMPRESS_GZIP=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ANSI_CPRNG=y

View File

@ -1 +1 @@
54
55