What's wrong with this entry?
Managed settings can now provide absolute paths for Linux/WSL sandbox helper binaries.
{
"sandbox": {
"bwrapPath": "/usr/bin/bwrap",
"socatPath": "/usr/bin/socat"
}
}sandbox.bwrapPathoverrides bubblewrap auto-detection.sandbox.socatPathcontrols the sandbox network proxy helper.- These paths are only honored from admin-controlled managed settings.
- Error messages now distinguish “bubblewrap missing” from “configured bwrap path is not executable”.
Managed sandbox path descriptions and validation errors (search for "Linux/WSL only: Absolute path to the bwrap" and "sandbox.bwrapPath is set to").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.