// Copyright (C) 2023 Gokul Das B
// SPDX-License-Identifier: GPL-3.0-or-later
//! Sandboxing module
//!
//! This module deals with invoking bubblewrap (bwrap) and the target application. The target
//! application runs as root inside the sandbox, but has no privileges outside the chroot.
use BWParams;
use ModConfig;
pub use SubCmdArgs;