opensnitch/daemon/procmon
Gustavo Iñiguez Goia c6b42890c0
proc.readEnv() improvements
- Minimize the risk of race conditions when we're prompting the user to
   allow/deny a connection, while we're still reading proc's environ file.
   (this was actually a leak).
 - Preallocate the Env map with the expected environ vars.
2025-02-17 14:15:28 +01:00
..
audit
ebpf added trace logs for packets and ebpf 2025-01-22 01:06:10 +01:00
monitor allow to customize ebpf options 2024-05-16 00:31:54 +02:00
testdata ReadEnv() minor improvement 2024-10-18 01:08:43 +02:00
activepids.go get process tree when using process conector 2024-12-13 20:14:55 +01:00
cache.go tasks: added sockets monitor task (netstat) 2024-10-07 23:40:40 +02:00
cache_events.go cache,events: added debug logs 2025-01-28 23:44:54 +01:00
cache_events_test.go cache: delay the deletion time of an process 2025-01-27 01:08:19 +01:00
cache_test.go cache of PIDs: added new tests, fixed rare crash 2021-08-11 14:19:43 +02:00
details.go proc.readEnv() improvements 2025-02-17 14:15:28 +01:00
find.go getProcPids() minor improvement 2024-10-09 23:54:40 +02:00
find_test.go
parse.go changed ui/client/configuration tests 2024-05-06 00:10:00 +02:00
process.go changed ui/client/configuration tests 2024-05-06 00:10:00 +02:00
process_test.go ReadEnv() minor improvement 2024-10-18 01:08:43 +02:00