Closed morganllewellynjones closed 5 months ago
Before customizing the namespaces of the child process, we should gate all of them by default.
Turns out the rust std::Process library has convenient methods for creating new processes, which calls fork under the hood. The whole chain can be pretty cleanly connected to the unshare command.
Before customizing the namespaces of the child process, we should gate all of them by default.