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
Add LLRT_FS_ALLOW and LLRT_FS_DENY environment variables to control
filesystem access, similar to existing network isolation (LLRT_NET_ALLOW/DENY).
- LLRT_FS_ALLOW: whitespace-separated list of allowed paths/patterns
- LLRT_FS_DENY: whitespace-separated list of denied paths/patterns
Supports exact paths (/tmp/file.txt), directory prefixes (/tmp/),
and glob patterns (/tmp/*.txt).
Closes#686
0 commit comments