From ebd7dc056bfd1b0a420ff629f344c35072eae748 Mon Sep 17 00:00:00 2001 From: "Hui, Chunyang" Date: Thu, 16 Jul 2020 06:41:41 +0000 Subject: [PATCH] Add occlum specific EDL file to decouple with official linux-sgx-sdk psw In this case, sefs-fuse can run with official linux-sgx-sdk psw. --- src/Enclave.edl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Enclave.edl b/src/Enclave.edl index 4886176b..eed15d97 100644 --- a/src/Enclave.edl +++ b/src/Enclave.edl @@ -5,6 +5,7 @@ enclave { from "sgx_tstd.edl" import *; from "sgx_tprotected_fs.edl" import *; from "sgx_net.edl" import *; + from "sgx_occlum_utils.edl" import *; include "sgx_quote.h" include "occlum_edl_types.h"