Stuart

Results 5 issues of Stuart

Based on Occlum 0.20.0 ## Unit Test To Do: - [ ] access - [ ] `test_faccessat_with_dirfd` (Require: Fix `FsPath::to_abs_path`) - [ ] chmod - [ ] `test_fchmodat` - [...

When doing stress test, e.g., `TESTS=server STRESS_TEST_TIMES=500 make test`, the test might failed after hundreds of tests. The error is bind failed (address in use), which is because of the...

In current NGO, many sgx examples of sub crates don't work, e.g., `io-uring/examples/sgx`, `crates/io-uring-callback/examples/sgx`. The reason why we create these sgx examples is to test out code both in sgx...

# The Problem NGO uses Rust async / await to reconstruct the code and realize asynchronous. Because Rust async / await needs to be executed through Rust async runtime, NGO...

# Relates to: Keywords: TEE, Intel SGX, Logging, Attestation, Verification, Gramine. # Risks Low # Background ## What does this PR do? This PR introduces support for TEE (Trusted Execution...