packaging: Add kernel config option for SGX in Gramine

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

Fixes  #4266

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

View File

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

View File

@ -1 +1 @@
90
91