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
Débutant
2 187 Visites

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 Compliments
1 Solution
Surenthar_S_Intel
2 187 Visites

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

Voir la solution dans l'envoi d'origine

0 Compliments
2 Réponses
Surenthar_S_Intel
2 188 Visites

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 Compliments
SAM_R_2
Débutant
2 187 Visites

Thanks Surenthar....

0 Compliments
Répondre