Ask HN: Unix process providing userfs to child processes

2 points by naturedivine ↗ HN
Posix (Unix/Linux) OS uses pipes as abstraction to let processes communicate with children.

Instead, if a process can create a user-level filesystem abstraction (of whatever data it inherited or can create) and pass it on to child, essentially limiting a FS view of child process, would it lead to a better security and communication model?

1 comment

[ 0.21 ms ] story [ 20.4 ms ] thread