⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

check_ipc_access

Function check_ipc_access 

Source
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.