1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-10-08 18:13:28 +00:00

packaging: Add kernel config option for SGX in Gramine

For the Gramine Shielded Containers guest kernel, CONFIG_NUMA must be
enabled.

Fixes  

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
Chelsea Mafrica
2022-05-16 11:31:29 -07:00
parent 6ffdebd202
commit 4f586d2a91
2 changed files with 6 additions and 1 deletions
tools/packaging/kernel
configs
fragments
x86_64
kata_config_version

@@ -1 +1,6 @@
# Intel Software Guard Extensions
CONFIG_X86_SGX=y
# Requirement for Gramine Shielded Containers
CONFIG_NUMA=y