deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix-domain sockets does not support dup()

mikbras opened this issue · comments

Unix-domain sockets does not yet support dup(), which may not be meaningful for Unix-domain sockets.

No use case for this currently.

During process clone, dup() call can be invoked on an AF_LOCAL socket.

PR #1109 added Unix-Domain (AF_LOCAL) socket dup() support.