// SPDX-License-Identifier: LGPL-2.1-or-later
// Copyright (c) 2026 Jarkko Sakkinen
//! Platform-independent sandbox engine: policy lowering, path resolution, and
//! the trap reporting channel shared by the OS backends.
pub(crate)moderror;pub(crate)modpaths;pub(crate)modpolicy;#[cfg(target_os ="linux")]pub(crate)modtrap;pub(crate)modtrap_fd;modtraversal;