Skip to content

v1.0.0rc9

Compare
Choose a tag to compare
@gustavo-iniguez-goya gustavo-iniguez-goya released this 17 May 20:36
· 228 commits to main since this release

Finally we've added a rules editor, to edit or add rules from the UI. You can select multiple fields to filter, and use regular expressions to match connections/processes.

You can also manage the rules from the Rules tab (edit/delete/view connections).

UI important note:

  • Be sure to uninstall any previous installation of the original repo you may have, specially under /usr/local/lib/python*
  • No systray icon on latest gnome-shell version.
  • If it fails to install, try installing grpcio-utils manually: pip3 install grpcio-utils
  • If you use LinuxMint 19.x you may need to install g++, python3-dev and python3-wheel for the UI to work.

Before reporting an issue, or if you experience any error:
https://github.com/gustavo-iniguez-goya/opensnitch/wiki/FAQs-and-common-errors

And check the existing issues (open and closed)

Relevant changes

Daemon
061d7a2 ignore malformed rules
8569962 Added logic to handle changes/notifications from the GUI.
d8b2f41 Apply default action if a rule is disabled.

UI
1101c1e UI: allow to configure max allowed clients.
74fe3b8 UI: kill any running instance of the UI after login in
53aa721 UI: added dialog to add/modify rules from the UI