Cross-machine file transfer denials can no longer be bypassed once you enable peer isolation.
What's wrong with this entry?
Permission code no longer hardcodes a single circuit-breaker name when deciding what cannot be bypassed, and cross-machine isolation denials now survive the bypass path.
- A table marks each circuit breaker as
bypassImmune/classifierRouted: dangerousRemoval, backgroundOperator, suspiciousWindowsPath, isolatePeerMachines. Previously onlydangerousRemovalwas checked directly. - The isolatePeerMachines file-transfer denial now stamps
circuitBreaker: "isolatePeerMachines"on its decision reason, which makes it bypass-immune in the multi-cdask path. - The isolatePeerMachines setting still has to be enabled for that breaker to fire at all.
isBypassImmuneCircuitBreaker
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.