opensgx icon indicating copy to clipboard operation
opensgx copied to clipboard

Problems using Pipes

Open dzobbe opened this issue 8 years ago • 1 comments

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

dzobbe avatar Apr 25 '16 14:04 dzobbe

Did you get the pipes working? I have the same issue on non_enclave here but have no idea how to fix it. The error is saying "Not a directory".

jiak94 avatar May 31 '16 20:05 jiak94