Files
codex/codex-rs/tui/src
T
Michael Bolin 642b7566df fix: introduce AbsolutePathBuf as part of sandbox config (#7856)
Changes the `writable_roots` field of the `WorkspaceWrite` variant of
the `SandboxPolicy` enum from `Vec<PathBuf>` to `Vec<AbsolutePathBuf>`.
This is helpful because now callers can be sure the value is an absolute
path rather than a relative one. (Though when using an absolute path in
a Seatbelt config policy, we still have to _canonicalize_ it first.)

Because `writable_roots` can be read from a config file, it is important
that we are able to resolve relative paths properly using the parent
folder of the config file as the base path.
642b7566df ยท 2025-12-12 15:25:22 -08:00
History
..
2025-12-11 16:41:04 -08:00
2025-09-15 00:42:53 -07:00
2025-12-11 14:06:07 -08:00
2025-08-05 04:23:22 +00:00
2025-11-17 11:49:09 -08:00
2025-12-03 11:25:44 -08:00
2025-09-15 06:44:40 -07:00
2025-12-03 16:29:13 +00:00
2025-12-12 11:50:50 +01:00
2025-09-30 00:10:04 +00:00