mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
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:
parent
4c9321088e
commit
ec95961620
@ -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
|
||||
|
@ -1 +1 @@
|
||||
54
|
||||
55
|
||||
|
Loading…
Reference in New Issue
Block a user