-
If I create a container by kata, and my cloud server doesn't support SGX or TDX, then, is this container memory safe?
In other words, can the cloud host utilize some technologies like `mapping the …
-
I am following the instructions [here](https://github.com/intel/linux-sgx/blob/master/docker/build/README.md) and docker build fails:
```
Creating build_aesm_1 ... error
compose.parallel.feed_que…
-
When running in GLES1 mode, 2d elements are rendered in very low resolution and then bilinar scaled see image below. tested at git commit 2331440bc48f58928d8c35081ae4160669e53ce8 with mesa llvmpipe an…
-
As part of third-party code compliance review, I've been asked to change our build of linux-sgx to instead depend on more up-to-date and independently maintained packages.
The changelog for externa…
-
The PCE code is, as far as I can tell, designed to reveal the PPID only to trusted, Intel-signed enclaves. The relevant code is:
https://github.com/intel/linux-sgx/blob/bf22963411f8cd1e8d01989eb99…
-
While building the https://github.com/oxfordcontrol/Clarabel.rs project on i386, this error occurred:
```
Compiling gemm-common v0.18.0
error[E0599]: no function or associated item named `new`…
-
I have a machine that supports SGX and wanted to install enclave cc, but it failed
1. I installed the program
![image](https://github.com/confidential-containers/enclave-cc/assets/23696606/c8ad3f…
-
Currently, the core dump file doesn't give much useful information. For example, the following code in enclave:
```c
int get_number() {
int *p = reinterpret_cast(0xdeadbeef);
return *p;
…
-
probably a solution fixing a lot of problems with our code or might break everything :/
https://git.ti.com/graphics/omap5-sgx-ddk-linux
-
As of Aug 7, 2023, the [unsafe list implementation in sgx waitqueue](https://github.com/rust-lang/rust/blob/master/library/std/src/sys/sgx/waitqueue/unsafe_list.rs) has a violation against Stacked Bor…