cap_copy
cap_copy
Copy a capability.
Signature
Status cap_copy(
Capref source,
Capref destination )
Arguments
- source - indicates the capability to copy.
- destination - indicates the destination for the capability.
Semantics
cap_copy inserts a new entry, destination, in the current locus'
capability table which refers to the same permission group as that used by
source.
Status
See Also