QueryContext evaluates permissions against a snapshot of a CapabilitySet
without applying the sandbox.
CapabilitySet do not affect existing query contexts.
Query path access
Query network access
Result fields
| Field | Meaning |
|---|---|
Status | nono.QueryAllowed or nono.QueryDenied |
Reason | The reason the operation was allowed or denied |
GrantedPath | Filesystem capability that granted access, when applicable |
GrantedAccess | Human-readable access mode for the granting capability |
ActualAccess | Access mode actually granted in insufficient-access cases |
RequestedAccess | Access mode requested in insufficient-access cases |
ReasonGrantedPath, ReasonNetworkAllowed,
ReasonPathNotGranted, ReasonInsufficientAccess, and ReasonNetworkBlocked.