- Node.js Version:Latest release
- OS:Ubuntu 20
- Scope (install, code, runtime, meta, other?): Build
- Module (and version) (if relevant):N/A
I would like help in finding 3 key areas of the Nodejs source code
1 - anywhere a file is written or read from the OS
2 - anywhere a network socket (or other networking item) is opened or closed
3 - anywhere a process is spawned / launched.
I can take it from there. Any help finding these .cc locations? I would like to try to remove these functionalities to better create a sandbox