Sandboxing on Windows
- Mentors
- Laszlo/Bazel
- Organization
- Bazel
Bazel on Linux already supports various ways to run actions in a sandbox (linux-sandbox, processwrapper-sandbox). We want to support sandboxing on Windows by reusing the DetoursService from BuildXL (Microsoft Build Accelerator).
Related issue: https://github.com/bazelbuild/bazel/issues/5136