Skip to main content

SYS_HANDLE_GRANT

Constant SYS_HANDLE_GRANT 

Source
pub const SYS_HANDLE_GRANT: usize = 4;
Expand description

Grant a capability handle to another process.

  • handle: capability to grant
  • target_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.