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

require_capability

Macro require_capability 

Source
macro_rules! require_capability {
    ($cap:expr, $rights:expr, $cap_space:expr) => { ... };
}
Expand description

Capability check macro for system calls