Expand description
Manager::Struct - the IPC RBAC enforcement core. Holds
the role / permission tables and the rolling 1k audit log;
validate_permission is the gate every IPC operation
passes through before dispatch. The struct + impl + tests
stay in one file - tightly coupled cluster.