pub fn check_ipc_access(access: AccessType, pid: u64) -> Result<(), KernelError>Expand description
Check IPC access using both MAC policy and capability system.
Validates that a process can perform IPC operations based on MAC policy and capability rights.