pub const SYS_HANDLE_GRANT: usize = 4; // 4usizeExpand description
Grant a capability handle to another process.
handle: capability to granttarget_pid: PID of the target process
The target process receives a new handle to the same resource.
Returns 0 on success, -EPERM if the caller lacks grant permission.