Gramine IPC using Domain Sockets? #2125
Answered
by
mkow
rennergade
asked this question in
Q&A
-
Hi, According to the gramine docs, all IPC channels are implemented using host pipes. However, when I installed gramine using apt, I found using strace that creating a pipe actually created an underlying Unix domain socket. This doesn't seem to be apparent from the source code here on github either. Can anyone make sense of this for me? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
mkow
May 20, 2025
Replies: 1 comment 1 reply
-
I think the docs are wrong there, we use UDSes on the host. Do you want to contribute a PR with a fix? If not then I can do it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI: @kailun-qin fixed that in #2130.