pub fn register_current_task_granted_resource(
resource_type: ResourceType,
resource: usize,
permissions: CapPermissions,
) -> Result<(), SyscallError>Expand description
Performs the register current task granted resource operation.
pub fn register_current_task_granted_resource(
resource_type: ResourceType,
resource: usize,
permissions: CapPermissions,
) -> Result<(), SyscallError>Performs the register current task granted resource operation.