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

lookup_transition

Function lookup_transition 

Source
pub fn lookup_transition(
    source_type: &str,
    target_type: &str,
    class: &str,
) -> Option<&'static str>
Expand description

Look up a domain transition.

Returns the new type if a transition rule matches.