From 65af72507c50b8537968324e038aab3e706ac3f7 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sun, 8 Jun 2025 00:40:17 +0200 Subject: [PATCH] nixos/tests/opensnitch: increase logging level --- nixos/tests/opensnitch.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/opensnitch.nix b/nixos/tests/opensnitch.nix index 3f279037df2e..46366b8ec5c1 100644 --- a/nixos/tests/opensnitch.nix +++ b/nixos/tests/opensnitch.nix @@ -34,6 +34,7 @@ in enable = true; settings.DefaultAction = "deny"; settings.ProcMonitorMethod = m; + settings.LogLevel = 0; }; } ) monitorMethods @@ -46,6 +47,7 @@ in enable = true; settings.DefaultAction = "deny"; settings.ProcMonitorMethod = m; + settings.LogLevel = 0; rules = { curl = { name = "curl";