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.
Link Copied
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
For more complete information about compiler optimizations, see our Optimization Notice.