Skip to content

Commit 82c9632

Browse files
committed
Add preserved path policy primitive
1 parent 4ed22fc commit 82c9632

3 files changed

Lines changed: 552 additions & 177 deletions

File tree

codex-rs/linux-sandbox/src/bwrap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ fn create_filesystem_args(
256256
writable_roots.push(WritableRoot {
257257
root: AbsolutePathBuf::from_absolute_path("/")?,
258258
read_only_subpaths: Vec::new(),
259+
preserved_path_names: Vec::new(),
259260
});
260261
}
261262
let mut unreadable_roots = file_system_sandbox_policy

0 commit comments

Comments
 (0)