Intel Confidential Computing
Discussion board focused on Intel Confidential Computing technologies and how they can protect data and AI security, privacy, and sovereignty.

File Descriptor in SGX

SAM_R_2
Beginner
2,188 Views

Hi,

Is it possible to use file descriptor for any kind of file operation and carrying the files from one system to another via SGX? and also syscall is prohibited inside the enclave am i correct?

-Thanks

0 Kudos
1 Solution
Surenthar_S_Intel
2,188 Views

Hi Sam,

For file i/O operations, you need to define file I/O APIs as OCALLs in the EDL file and include additional declarations in a header file, which can be included in the EDL file.

-Surenthar

View solution in original post

0 Kudos
2 Replies
Surenthar_S_Intel
2,189 Views

Hi Sam,

For file i/O operations, you need to define file I/O APIs as OCALLs in the EDL file and include additional declarations in a header file, which can be included in the EDL file.

-Surenthar

0 Kudos
SAM_R_2
Beginner
2,188 Views

Thanks Surenthar....

0 Kudos
Reply