fuchsia.io/Rights
TYPE
fuchsia.io
sdk/fidl/fuchsia.io/rights-abilities.fidl:67
Rights are properties specific to a connection. They limit which operations are allowed on a
connection, including those which may be granted to new connections.
Invoking an operation without the corresponding right results in `ZX_ERR_ACCESS_DENIED`
even if the node does not have support for the operation.
Documentation (1)
-
SUBSTANTIVE
sdk/fidl/fuchsia.io/rights-abilities.fidl:67↗
Tests (4)
-
tests.unit
ConnectionRightsTest.GetBackingMemory -
tests.unit
ConnectionTest.ValidateRights -
tests.unit
ConnectionTest.ValidateRightsReadonly -
tests.unit
VmoFile.ValidateRights
Examples (0)
No example references.
Gaps
Missing categories:
- examples