mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
added default log level to default conf
This commit is contained in:
parent
558e511718
commit
6c9d9b28f6
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
"DefaultAction": "allow",
|
||||
"DefaultDuration": "once",
|
||||
"InterceptUnknown": false,
|
||||
"ProcMonitorMethod": "proc"
|
||||
"ProcMonitorMethod": "proc",
|
||||
"LogLevel": 2
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue