This is an automated email from the ASF dual-hosted git repository.
rduan pushed a change to branch feat-std-feature-gate-initenv
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.
from 196ef14 feat: new feature gate `initenv` to disable env ocalls on
demand
add ced5329 Modify feature gate initenv to env
No new revisions were added by this update.
Summary of changes:
rustlib/std/Cargo.toml | 3 +-
samplecode/rpc/client/enclave/enclave.edl | 2 +-
samplecode/rpc/server/enclave/enclave.edl | 2 +-
sgx_edl/edl/sgx_tstd.edl | 2 --
sgx_oc/Cargo.toml | 3 +-
sgx_oc/src/linux/ocall/env.rs | 44 ++++++++++++++++++++-------
sgx_tstd/Cargo.toml | 8 ++---
sgx_tstd/src/enclave.rs | 2 +-
sgx_tstd/src/env.rs | 10 +++++--
sgx_tstd/src/os/fd/owned.rs | 2 +-
sgx_tstd/src/os/fd/raw.rs | 2 +-
sgx_tstd/src/os/linux/fs.rs | 2 +-
sgx_tstd/src/os/unix/fs.rs | 2 +-
sgx_tstd/src/rt.rs | 49 ++++++++++++++++---------------
sgx_tstd/src/sys/fs.rs | 16 +++++-----
sgx_tstd/src/sys/kernel_copy.rs | 2 +-
sgx_tstd/src/sys/mod.rs | 6 +---
sgx_tstd/src/sys/os.rs | 19 ++++++++++--
sgx_tstd/src/sys/path.rs | 4 +--
sgx_tstd/src/sys_common/fs.rs | 2 +-
sgx_tstd/src/untrusted/path.rs | 2 +-
tests/enclave/enclave.edl | 1 +
22 files changed, 116 insertions(+), 69 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]