Skip to content
makr-code edited this page Dec 21, 2025 · 1 revision

policy_engine.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/governance/policy_engine.cpp

Purpose: Implements policy evaluation and enforcement; integrates with API and storage layers for access control.

Public functions / symbols:

  • if (config["vs_classification"]) {
  • for (const auto& kv : vs) {
  • if (config["enforcement"] && config["enforcement"]["resource_mapping"]) {
  • for (const auto& kv : mappings) {
  • if (config["enforcement"] && config["enforcement"]["default_mode"]) {
  • if (profile) {
  • if (enc_logs == "true" || enc_logs == "1" || enc_logs == "yes") {
  • if (audit_logger_ && d.mode == "enforce") {
  • return (c == "geheim" || c == "streng-geheim");

Clone this wiki locally