Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

Can linux kernel module create enclave.

jinwen_j_
Beginner
347 Views

Is it possible to create a enclave in the linux kernel module. I use the eclipse IDE. If it is possible, can you give me a hint.

 

0 Kudos
1 Reply
Shivananda_H_Intel
348 Views

AFAIK, you can not create an enclave in kernel module. Enclave is basically entered  through Ring3 applications (user mode) and not through kernel modules. You can not have kernel functionality in Enclaves.

For more information on Enclaves. you can refer to below link :

https://software.intel.com/en-us/blogs/2016/06/06/overview-of-intel-software-guard-extension-enclave

0 Kudos
Reply