-
I am trying to install the Intel SGX DCAP driver on a virtual machine running Ubuntu 20.04 with kernel version 5.15.0-1035-azure. However, the installation fails with the following error message:
`…
-
I am runnning application in simulator mode but its not working.It is giving error :
[_EINIT u_instructions.cpp:127] SECS attributes does NOT match launch token attribuets
[build_image /root/s…
-
Hello, I currently have a physical server machine with an Intel (R) Xeon(R) Platinum 8352S * 2 CPU. The system is using Ubuntu 20.04,Currently, There is an issue with my PCCS service.
pccs status:
`…
-
Hi,
I am building a simple application that utilizes tcmalloc for sgx.
My operating system is *Ubuntu 18.04.1 LTS* and I am compiling sdk (with tag sgx_1.8) successfully. (I had to include `` in …
-
```
What steps will reproduce the problem?
1. Follow the instruction on wiki to download the rowboat source code
2. $ repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-eclair.xml
3. $ r…
-
Looking at sgx_x86_64/linux_sgx_2_9.patch. Will this be maintained as a patch going forward or integrated into Intel SGX SDK? Also, is the upstreaming and rebasing of the patch on a new SGX SDK done p…
-
https://github.com/intel/linux-sgx/blob/4887b30b519d7bfc9f5de6e6330bc0034cce3d75/SampleCode/LocalAttestation/EnclaveInitiator/Makefile#L82
On my machine, shouldn't the result be 0?
```
[root@loca…
-
Hello there!
Wow, I didn't expect to find something like this. It's a great project so far!
How far is this from making some of the driver part of the mainline kernel development?
Best regards
-
Hey,
I installed Intel SGX SDK, PCCS and AESM by following "Installation guide for linux". I want to test it by using QuoteGenerationSample but there is an error:
1.
```
./app
Step1: Call sgx_qe…
-
If enclave_alloc succeeds with a virtual address in-enclave, what reasons would running EACCEPT on the address fail afterwards? I get an error message when I run eaccept on a virtual address which has…