nixos/tests/opensnitch: increase logging level

This commit is contained in:
Grimmauld 2025-06-08 00:40:17 +02:00
parent ee9b4c7b70
commit 65af72507c
No known key found for this signature in database

View File

@ -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";