wasm-micro-runtime/core/shared/platform/linux-sgx/untrusted
Jämes Ménétrey 328fd59f43
linux-sgx: Allow to open files with arbitrary paths in the sandbox using IPFS (#1685)
A limitation of the current implementation of SGX IPFS in WAMR is that
it prevents to open files which are not in the current directory.
This restriction is lifted and can now open files in paths, similarly to the
WASI openat call, which takes into account the sandbox of the file system.
2022-11-07 19:56:16 +08:00
..
file.c linux-sgx: Allow to open files with arbitrary paths in the sandbox using IPFS (#1685) 2022-11-07 19:56:16 +08:00
pthread.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
signal.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
socket.c linux-sgx: Implement socket API getpeername, recvfrom and sendto (#1556) 2022-10-06 21:32:33 +08:00
time.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00