mirror of
https://github.com/openai/codex.git
synced 2026-05-04 11:26:33 +00:00
permissions: start using PermissionProfile as the canonical runtime model
This commit is contained in:
@@ -1834,6 +1834,7 @@ mod tests {
|
||||
file_system: Some(v2::AdditionalFileSystemPermissions {
|
||||
read: Some(vec![absolute_path("/tmp/allowed")]),
|
||||
write: None,
|
||||
entries: None,
|
||||
}),
|
||||
}),
|
||||
proposed_execpolicy_amendment: None,
|
||||
|
||||
Reference in New Issue
Block a user