Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two tests performing syscalls, to show the running syscalls themselves from within a restricted DDC environment works. I think this is useful to have for future potential work (e.g., could we provide a compartment-safe printing function, instead of crashing with `printf`, if making `printf` be compatible proves hard). Adds a harness to be able to run `so` files natively, without having to go through the compartment library. Useful for debugging / differential testing.
- Loading branch information