mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Use eBPF as procs monitor method by default
If eBPF is not available we'll fallback to proc parsing.
This commit is contained in:
parent
94fa3c8093
commit
49c171df4c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"DefaultAction": "allow",
|
||||
"DefaultDuration": "once",
|
||||
"InterceptUnknown": false,
|
||||
"ProcMonitorMethod": "proc",
|
||||
"ProcMonitorMethod": "ebpf",
|
||||
"LogLevel": 2,
|
||||
"Firewall": "iptables",
|
||||
"Stats": {
|
||||
|
|
Loading…
Add table
Reference in a new issue