opensnitch/daemon/netlink
Gustavo Iñiguez Goia 7a9bb17829
allow to filter connections by process checksum
Now you can create rules to filter processes by checksum. Only md5 is
available at the moment.

There's a global configuration option that you can use to enable or
disable this feature, from the config file or from the Preferences
dialog.

As part of this feature there have been more changes:

   - New proc monitor method (PROCESS CONNECTOR) that listens for
     exec/exit events from the kernel.
     This feature depends on CONFIG_PROC_EVENTS kernel option.

   - Only one cache of active processes for ebpf and proc monitor
     methods.

More info and details: #413.
2023-09-22 00:36:26 +02:00
..
procmon allow to filter connections by process checksum 2023-09-22 00:36:26 +02:00
ifaces.go removed debugging logs, fixed build 2023-07-25 02:11:35 +02:00
socket.go removed debugging logs, fixed build 2023-07-25 02:11:35 +02:00
socket_linux.go force to reestablish non-local connections on start 2023-07-25 01:42:54 +02:00
socket_test.go tests: disable netlink sockets tests by default 2023-02-21 00:23:16 +01:00