mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
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:
parent
6ffdebd202
commit
4f586d2a91
@ -1 +1,6 @@
|
|||||||
|
# Intel Software Guard Extensions
|
||||||
|
|
||||||
CONFIG_X86_SGX=y
|
CONFIG_X86_SGX=y
|
||||||
|
|
||||||
|
# Requirement for Gramine Shielded Containers
|
||||||
|
CONFIG_NUMA=y
|
||||||
|
@ -1 +1 @@
|
|||||||
90
|
91
|
||||||
|
Loading…
Reference in New Issue
Block a user