Hacker News new | ask | show | jobs
by hugelgupf 2971 days ago
You can implement a custom file system as a separate process (called Gofers) and have the sandbox connect to that. The custom file system has to adhere to the p9.File API (see pkg/p9/file.go) - the protocol is an extended version of 9P2000.L.

(I work on gVisor.)