permissions: start using PermissionProfile as the canonical runtime model

This commit is contained in:
Michael Bolin
2026-04-01 14:09:09 -07:00
parent 148dbb25f0
commit cece4f1e49
33 changed files with 1959 additions and 340 deletions

View File

@@ -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,