You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems using pipes for enclave/non-enclave communication. It seems that the system calls called by the main_enclave don't work in a correct way. For example the mkdir doesn't create a directory but a file and the fifo file is not generated by the mknod. What am I doing wrong? I should execute differently the enclave program? Sorry but I just started with opensgx. Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm having problems using pipes for enclave/non-enclave communication. It seems that the system calls called by the main_enclave don't work in a correct way. For example the mkdir doesn't create a directory but a file and the fifo file is not generated by the mknod. What am I doing wrong? I should execute differently the enclave program? Sorry but I just started with opensgx. Thanks
The text was updated successfully, but these errors were encountered: