pub fn landlock_supported() -> boolExpand description
Probe whether the running kernel enforces Landlock (ABI >= 1, Linux 5.13+).
Cached per process: SandboxType::is_available consults this on every
transform, and the launcher re-checks before applying restrictions.