fix(permissions): validate network access flow
This commit is contained in:
@ -787,7 +787,10 @@ export interface ResolvedAgentSystemPermissions {
|
||||
wanted: NetworkPolicy | null;
|
||||
effective: NetworkPolicy;
|
||||
runtimeLock: RuntimeLock;
|
||||
/** Whether the UI can edit the persisted wanted policy. */
|
||||
control: SystemPermissionControl;
|
||||
/** Whether IdeA can inspect or change the active runtime state. */
|
||||
runtimeControl: SystemPermissionControl;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user