1. 30 8月, 2020 1 次提交
  2. 04 7月, 2020 1 次提交
    • jia zhang's avatar
      rune/libenclave: Preload libsgx_launch.so · 207a059f
      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's avatarJia Zhang <zhang.jia@linux.alibaba.com>
      207a059f