enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

Remove support for the `pipe()` syscall #23

Closed npmccallum closed 2 years ago

npmccallum commented 2 years ago

We can't proxy this syscall to the host as it will disclose all data that goes over the pipe. Instead, remove support. We will re-add it if we need it.

Signed-off-by: Nathaniel McCallum nathaniel@profian.com