This module provides operational security features for managing and monitoring the system's security posture and emergency response capabilities.
- ------
```
src/operational/
├── mod.rs # Main module with OperationalManager
├── emergency_shutdown.rs # Emergency shutdown procedures
├── canary_system.rs # Warrant canary management
├── health_monitoring.rs # System health monitoring
├── incident_response.rs # Incident detection and response
├── backup_management.rs # Backup and recovery operations
├── audit_logging.rs # Security audit logging
├── config_management.rs # Configuration management
└── README.md # This file
```