cap_derive
cap_derive
Derive a new capability from an existing one.
Signature
Status cap_derive(
Capref source,
Capref destination,
Kernel_rights kernel_rights,
User_rights user_rights )
Arguments
- source - capability to derive a new capability from.
- destination - location to store the derived capability.
- kernel_rights - kernel rights for the new capability.
- user_rights - user rights for the new capability.
Semantics
Status
See Also