Hacker News new | ask | show | jobs
Ask HN: Unix process providing userfs to child processes
2 points by naturedivine 1377 days ago
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 comments