permissions: resolve profile identity with constraints

This commit is contained in:
Michael Bolin
2026-05-14 17:50:21 -07:00
parent 4b39a27508
commit cccf53efa4
25 changed files with 545 additions and 224 deletions

View File

@@ -230,7 +230,7 @@ async fn run_command_under_sandbox(
let network_proxy = match config.permissions.network.as_ref() {
Some(spec) => Some(
spec.start_proxy(
config.permissions.permission_profile().get(),
config.permissions.permission_profile(),
/*policy_decider*/ None,
/*blocked_request_observer*/ None,
managed_network_requirements_enabled,