mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 00:14:21 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
18 lines
584 B
Plaintext
18 lines
584 B
Plaintext
# Need decompressors for root filesystems and kernels.
|
|
# Do we need all of these?
|
|
CONFIG_CRYPTO=y
|
|
# Deflate used by IPSec and IPCOMP protocols
|
|
# Also selects ZLIB and a couple of other algos
|
|
CONFIG_CRYPTO_DEFLATE=y
|
|
CONFIG_XZ_DEC=y
|
|
CONFIG_ZLIB_DEFLATE=y
|
|
# FIXME - check, do we need gzip?
|
|
# https://github.com/kata-containers/packaging/issues/483
|
|
CONFIG_DECOMPRESS_GZIP=y
|
|
# Some items required by systemd: https://github.com/systemd/systemd/blob/master/README
|
|
CONFIG_CRYPTO_USER_API=y
|
|
CONFIG_CRYPTO_USER_API_HASH=y
|
|
CONFIG_CRYPTO_SHA256=y
|
|
CONFIG_CRYPTO_FIPS=y
|
|
CONFIG_CRYPTO_ANSI_CPRNG=y
|