From d43aaf12b942a670129c4eff8ebf289254718d50 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Thu, 23 Jul 2026 20:06:39 +0700 Subject: [PATCH] fix(api): update logging in evofw-firewall.sh to reflect default action - Modified the logging statement in `evofw-firewall.sh` to include `default_action` instead of `mode`, ensuring accurate reporting of the applied action during firewall configuration. - This change enhances clarity in the logs, providing better insights into the firewall's operational state. --- apps/api/src/agent-scripts/evofw-firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/agent-scripts/evofw-firewall.sh b/apps/api/src/agent-scripts/evofw-firewall.sh index c8028f5..62bd644 100644 --- a/apps/api/src/agent-scripts/evofw-firewall.sh +++ b/apps/api/src/agent-scripts/evofw-firewall.sh @@ -247,5 +247,5 @@ case "$BACKEND" in esac echo "$HASH" >"$HASH_FILE" -log "applied mode=$MODE count=$APPLIED method=$KERNEL_METHOD" +log "applied default_action=$DEFAULT_ACTION count=$APPLIED method=$KERNEL_METHOD" send_report