nixos/tests/opensnitch: increase logging level
This commit is contained in:
parent
ee9b4c7b70
commit
65af72507c
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user