opensnitch/ui
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
..
bin allow to secure (abstract) unix socket comms 2023-07-19 01:31:13 +02:00
i18n Merge pull request #997 from PeterDaveHello/zh_TW 2023-07-26 14:14:50 +00:00
opensnitch allow to filter connections by process checksum 2023-09-22 00:36:26 +02:00
resources xdg updates + autostart + lockfile (#964) 2023-06-21 23:28:13 +02:00
tests Introduce 2 new daemon logging options: LogUTC & LogMicro. 2023-06-05 20:46:42 -06:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-11 19:06:56 +02:00
LICENSE UI: added license, long description and distribute icons 2020-02-18 23:40:07 +01:00
Makefile Changed import ui_pb2 from global to relative 2021-06-18 12:54:17 -07:00
MANIFEST.in ui,db: added neede files for schema upgrades, other improvements 2023-07-31 00:19:39 +02:00
requirements.txt ui: bump unicode_slugify to 0.1.5 2023-05-18 11:27:21 -07:00
setup.py ui: added 64x64 icon 2023-02-11 21:50:49 +01:00