occlum/src/exec
Hui, Chunyang c14ee62678 Add untrusted environment variable override
Add "untrusted" sections for environment variables defined in Occlum.json. Environment
variable defined in "default" will be shown in libos directly. Environment variable
defined in "untrusted" can be passed from occlum run or PAL layer and can override
the value in "default" and thus is considered "untrusted".
2020-05-25 03:14:54 +00:00
..
src Add untrusted environment variable override 2020-05-25 03:14:54 +00:00
.gitignore Add three new occlum commands: start, exec and stop 2020-05-15 03:02:42 +00:00
build.rs Add three new occlum commands: start, exec and stop 2020-05-15 03:02:42 +00:00
Cargo.lock Bump version to 0.12.0 2020-05-15 11:32:44 +00:00
Cargo.toml Bump version to 0.12.0 2020-05-15 11:32:44 +00:00
Makefile Clean up the build files generated in src/exec 2020-05-21 08:54:42 +00:00
occlum_exec.proto Add untrusted environment variable override 2020-05-25 03:14:54 +00:00
rust-toolchain Add three new occlum commands: start, exec and stop 2020-05-15 03:02:42 +00:00