fix(sandbox): pin fs-bridge staged writes

This commit is contained in:
Peter Steinberger
2026-03-11 01:15:22 +00:00
parent 702f6f3305
commit 11924a7026
7 changed files with 240 additions and 87 deletions

View File

@@ -84,6 +84,7 @@ Docs: https://docs.openclaw.ai
- Gateway/auth: allow one trusted device-token retry on shared-token mismatch with recovery hints to prevent reconnect churn during token drift. (#42507) Thanks @joshavant.
- Channels/allowlists: remove stale matcher caching so same-array allowlist edits and wildcard replacements take effect immediately, with regression coverage for in-place mutation cases.
- Gateway/auth: fail closed when local `gateway.auth.*` SecretRefs are configured but unavailable, instead of silently falling back to `gateway.remote.*` credentials in local mode. Thanks @tdjackey.
- Sandbox/fs bridge: pin staged writes to verified parent directories so temporary write files cannot materialize outside the allowed mount before atomic replace. Thanks @tdjackey.
## 2026.3.8