- 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>
-
- 27 6月, 2020 1 次提交
-
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 25 6月, 2020 2 次提交
-
-
由 jia zhang 提交于
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
由 jia zhang 提交于
Instead of inheriting LD_LIBRARY_PATH by bootstrap, make it available only for boostrap's child process. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 24 6月, 2020 4 次提交
-
-
由 Tianjia Zhang 提交于
It is found that LD_LIBRARY_PATH must be set before the process starts to take its effect. Therefore, set the LD_LIBRARY_PATH environment before bootstrap process starts. Signed-off-by: NTianjia Zhang <tianjia.zhang@linux.alibaba.com>
-
由 Tianjia Zhang 提交于
This API is not defined in v1 at all. Signed-off-by: NTianjia Zhang <tianjia.zhang@linux.alibaba.com>
-
由 Tianjia Zhang 提交于
Current path for LD_LIBRARY_PATH is used for centos. This patches adds the support for more Linux distributions . Signed-off-by: NTianjia Zhang <tianjia.zhang@linux.alibaba.com>
-
由 Tianjia Zhang 提交于
Signed-off-by: Njack.wxz <wangxiaozhe@linux.alibaba.com> Signed-off-by: NTianjia Zhang <tianjia.zhang@linux.alibaba.com>
-
- 23 6月, 2020 1 次提交
-
-
由 jia zhang 提交于
In order to implement more ecall functions, it is necessary to implement a general sgx entry point with ecall number to corresponding ecall handler. Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
-
- 22 6月, 2020 1 次提交
-
-
由 jack.wxz 提交于
Signed-off-by: Njack.wxz <wangxiaozhe@linux.alibaba.com> Signed-off-by: NTianjia Zhang <tianjia.zhang@linux.alibaba.com>
-