How can we sandbox our development machines?
SMRTR summary
Developers need ways to safely run untrusted code without risking machine security. Current options include dev containers, Nix sandboxes, and Docker/Podman solutions, but an ideal system would allow granular permission control over filesystem access, network capabilities, and environment variables. Such sandboxing would enable safer testing of new packages, handling sensitive data, and contributing to projects without exposing personal secrets.
SMRTR provides this summary for quick context. The original article belongs to Lobsters.
Read the original article