- 22 7月, 2020 3 次提交
-
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 shirong 提交于
1. Copy rpm package in temporary directory to top directory 2. Remove temporary directory Signed-off-by: Nshirong <shirong@linux.alibaba.com>
-
由 shirong 提交于
- Add command to launch a CentOS 7.5 container - Update Occlum SDK container image to 0.14.0 Signed-off-by: Nshirong <shirong@linux.alibaba.com>
-
- 21 7月, 2020 3 次提交
-
-
由 YiLin.Li 提交于
Sync up with the attestation package from rune/libenclave. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
Dropping invalid fields in Quote to avoid invalid Attestation Evidence Payload error(ErrorCode: 400). Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 20 7月, 2020 2 次提交
-
-
由 hustliyilin 提交于
1. Add optional remote attestation annotation fields in config.json. 2. Pass remote attestation configs to runelet. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 Tianjia Zhang 提交于
Signed-off-by: NTianjia Zhang <tianjia.zhang@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>
-
- 16 7月, 2020 1 次提交
-
-
由 hustliyilin 提交于
Support to automatically mount the /dev/gsgx to enclave container. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 15 7月, 2020 2 次提交
-
-
由 stormgbs 提交于
add rpm target in Makefile
-
由 jiazhiguang 提交于
-
- 14 7月, 2020 2 次提交
-
-
由 hustliyilin 提交于
1. using `oneof` to distinguish default value and missing value in pb3. 2. dropping invalid fields in Quote to avoid invalid Attestation Evidence Payload error(ErrorCode: 400). Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 hustliyilin 提交于
If not distinguish default value and missing value in pb3, pb3 will drop default value in protobuf requests. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 10 7月, 2020 1 次提交
-
-
由 YiLin.Li 提交于
Both Support IAS API V3 and V4. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
- 08 7月, 2020 1 次提交
-
-
由 stormgbs 提交于
fix the issue that /dev is mounted abnormally in the scratch image
-
- 06 7月, 2020 2 次提交
-
-
由 YiLin.Li 提交于
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 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>
-
- 04 7月, 2020 4 次提交
-
-
由 jia zhang 提交于
Due to the design of runelet, the Enclave Runtime PAL is loaded in host but launched in container. The fact that certain libraries from Intel SGX PSW would use dlopen() to further load libsgx_launch.so, which means the container has to have it. In order to ensure all libraries dependent by Enclave Runtime PAL are completely loaded in host, preload them prior to switch into container. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
The final error message will be sent back to the parent so there is no need to log it. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Otherwise the host running `rune spec` must be capable of SGX, which doesn't make sense. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
This path doesn't always exist in a container. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 03 7月, 2020 3 次提交
-
-
由 jiazhiguang 提交于
-
由 jia zhang 提交于
/run is usally a symbol link to /var/run but it is not always true. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Current cpuid is implemented in assembly, which disallows using cgo. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 01 7月, 2020 3 次提交
-
-
由 jia zhang 提交于
The minor device number should not be hard-coded with 58 for SGX enclave devices. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 30 6月, 2020 9 次提交
-
-
由 hustliyilin 提交于
- Add docs/running_rune_with_occlum_bundle.md - Remove docs/running_rune_with_docker.md - Update skeleton README.md to add way to run rune with skeleton bundle - Update README.md of inclavare-containers - Add docs/running_rune_with_occlum.md Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 wangxiaozhe 提交于
Signed-off-by: Njack.wxz <wangxiaozhe@linux.alibaba.com>
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 hustliyilin 提交于
`make static` should depend on *.pb.go files. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 jia zhang 提交于
Introduce --gen-qe-target-info and --gen-quote options for this purpose. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 stormgbs 提交于
make the shim-rune adapt for occlum version 0.13
-
由 jiazhiguang 提交于
provide the enviorment variables for occlum configuration files and generate enclave configuration files from Occlum.json
-
由 YiLin.Li 提交于
With the help of attestation package of rune/libenclave, you can connect IAS service to check and verify your sgx quote. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com> Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 29 6月, 2020 3 次提交
-
-
由 YiLin.Li 提交于
1. Add way to build and install rune. 2. Add way to configure rune to Docker runtimes. Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
-
由 jia zhang 提交于
This is a regular setting. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
So that the dynamic libraries are loaded in the host. The fix refers to https://github.com/moby/moby/pull/39612/commits/a316b10dab79d9298b02c7930958ed52e0ccf4e4Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-