1//! # Permission Module 2//! 3//! Provides permission management for the IPC subsystem. 4 5pub mod Audit; 6pub mod Role; 7pub mod Validate;