//! Control plane trait for agent-guard.
//!
//! This trait defines the interface for security control planes on Linux.
use crateResult;
use crate;
/// Control plane for enforcing security policies on agents.
///
/// Implementations provide Linux-native security mechanisms such as:
/// - BPF LSM hooks
/// - cgroup v2 restrictions
/// - Landlock sandboxing
/// - seccomp filters
/// - eBPF programs