opensnitch/daemon/procmon
Gustavo Iñiguez Goia ffb76683aa
allow to configure ebpf modules path
Now it's possible to configure eBPF modules path from the
default-config.json file:
 "Ebpf": {
   "ModulesPath": "..."
 }

If the option is not provided, or if it's empty, we'll keep loading from
the default directories:

 - /usr/local/lib/opensnitchd/ebpf
 - /usr/lib/opensnitchd/ebpf
 - /etc/opensnitchd/ebpf (deprecated, will be removed in the future).

Closes #928
2023-12-22 23:27:18 +01:00
..
audit improved monitor method switching (audit) 2021-03-30 01:13:02 +02:00
ebpf allow to configure ebpf modules path 2023-12-22 23:27:18 +01:00
monitor allow to configure ebpf modules path 2023-12-22 23:27:18 +01:00
activepids.go procmon/cache improvements 2023-12-12 14:48:17 +01:00
cache.go fixed exception when cleaning up the cache 2021-09-02 20:51:18 +02:00
cache_events.go cache of events improvement 2023-12-12 18:11:46 +01:00
cache_test.go cache of PIDs: added new tests, fixed rare crash 2021-08-11 14:19:43 +02:00
details.go procmon: fixed leak reading proc's environ vars 2023-12-17 23:29:27 +01:00
find.go cache, pids/inodes: fixed race conditions, improvements 2021-07-21 15:04:23 +02:00
find_test.go cache improvements 2021-03-19 19:05:45 +01:00
parse.go procmon/cache improvements 2023-12-12 14:48:17 +01:00
process.go procmon/cache improvements 2023-12-12 14:48:17 +01:00
process_test.go obtain process's parent hierarchy, checksums improvements 2023-09-30 18:31:19 +02:00