- 13 8月, 2020 1 次提交
-
-
由 haosanzi 提交于
- Use liberpal-skeleton to replace liberpal-skeleton.so in README. - Use liberpal-skeleton-v1.so to replace liberpal-skeleton.so in rune/libcontainer/specconv/example.go - Use liberpal-skeleton*.so to repalce liberpal-skeleton.so in rune/Makefile and .gitignore Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
-
- 24 7月, 2020 1 次提交
-
-
由 haosanzi 提交于
This rule enables building package useable for the running system. Signed-off-by: Nshirong <shirong@linux.alibaba.com>
-
- 21 7月, 2020 1 次提交
-
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 19 7月, 2020 1 次提交
-
-
由 hustliyilin 提交于
- Add global `make rpm` for building rpms of rune and shim. - Add rpm specs at rune/dist/centos and shim/dist/centos. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com> Signed-off-by: NChunmei Xu <xuchunmei@linux.alibaba.com> Signed-off-by: NShirong Hao <shirong@linux.alibaba.com> Signed-off-by: NZhiguang Jia <Zhiguang.Jia@linux.alibaba.com>
-
- 06 7月, 2020 1 次提交
-
-
由 YiLin.Li 提交于
1. add global Makefile for all components. 2. add make uninstall for rune/Makefile. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 30 6月, 2020 1 次提交
-
-
由 hustliyilin 提交于
`make static` should depend on *.pb.go files. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 21 6月, 2020 1 次提交
-
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 16 6月, 2020 1 次提交
-
-
由 wangxiaozhe 提交于
This new implementation inspires the design of https://github.com/jsakkine-intel/linux-sgx/tree/next/tools/testing/selftests/x86/sgx, which is a real enclave runtime. Signed-off-by: Njack.wxz <wangxiaozhe@linux.alibaba.com>
-
- 12 5月, 2020 1 次提交
-
-
由 jia zhang 提交于
inclavare-containers is a set of tools for running trusted applications in containers with the hardware-assisted enclave technology. Enclave, referred to as a protected execution environment, prevents the untrusted entity from accessing the sensitive and confidential assets in use. Currently, inclavare-containers consists of two core components: rune and enclave runtime. rune is a CLI tool for spawning and running enclaves in containers according to the OCI specification. The codebase of rune is a fork of runc, so rune can be used as runc if enclave is not configured or available. Enclave runtime is the backend of rune, which is responsible for loading and running applications inside enclaves. The interface between rune and enclave runtime is Enclave Runtime PAL API, which allows invoking enclave runtime through well-defined functions. The software for confidential computing may benefit from this interface to interact with OCI runtime. Additionally, this commit includes additional information about the use of inclavare-containers. - Run sample enclave runtime skeleton with rune - Run enclave runtime Occlum with rune See README.md for more details. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com> Signed-off-by: NXiaozhe Wang <wangxiaozhe@linux.alibaba.com> Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-