intel / linux-sgx

Intel SGX for Linux*
https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/linux-overview.html
Other
1.32k stars 543 forks source link

SDK support for the SGX on Linux mainline #644

Open bmeneg opened 3 years ago

bmeneg commented 3 years ago

We finally have SGX integrated to the Linux mainline. Although I didn't really dig the code there integrated, I believe many interfaces are now different or am I wrong? If indeed the interface is different, do you have an ETA for a new version of the SDK to support it?

haitaohuang commented 3 years ago

Latest PSW (actually all runtimes built on top of enclave_common interfaces) should work with mainline. You do need update udev rules to remap the device nodes. See https://github.com/intel/SGXDataCenterAttestationPrimitives/pull/141

bmeneg commented 3 years ago

Latest PSW (actually all runtimes built on top of enclave_common interfaces) should work with mainline. You do need update udev rules to remap the device nodes. See intel/SGXDataCenterAttestationPrimitives#141

Hmmm, tyvm for the link. I'm going to give it a try!