deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments
142 stars 49 forks source link

Unix-domain sockets does not support control data #1084

Open mikbras opened 2 years ago

mikbras commented 2 years ago

The Unix-domain sockets implementation does not support the passing of control data (ancillary data). Supporting passing of extra data is easy enough, but control data is typically used to pass socket descriptors from one process to another (which involves creating a socket on the receiving process and injecting an entry into the file descriptor table).

radhikaj commented 2 years ago

Control data is not enabled at all currently.