You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): verify /host paths are inaccessible in chroot mode
AWF always runs in chroot mode (chroot /host), so /host$HOME/... paths
don't exist inside the container. Changed the test from expecting 0-byte
files at /host paths to verifying those paths are inaccessible, which
is the correct security assertion for chroot mode.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments