Skip to content

Releases: evilsocket/opensnitch

v1.6.7

29 Dec 00:30
v1.6.7
6eb62d8
Compare
Choose a tag to compare

GUI bugfix release.

(the daemon has not changed, don't need to download it).

Bug fixes

  • do not verify lists path on remote nodes - 446cb1a
  • fixed delay closing the GUI - 36f9242
  • fixed exception getting node address when adding a new rule - 99cd9f1)
  • fixed restoring policies when disabling the firewall - 12baf1a
  • fixed enabling/disabling global firewall button - ee089af
  • fixed searching in tabs Users, Nodes - 332ec0f, d1f58eb
  • fixed displaying firewall button icon - f9e1a6a
  • fixed acting on selected rows - 3416c38

What has changed

Improvements

  • Allow to use multiple protobuf versions - f91f1a9
    This commit fixes an error that prevented UI from opening on OpenSuse 15.6 versions.

  • Minor UI performance improvement, that can be noticeable - abdfd39

  • restrict allowed characters in the rule name - 25e9268

  • popups improvements:

    • better display of special paths (long pahs / binary names, long arguments, arguments with special characters, etc) - 94fba0b , 2f3b594
    • restore dialogs' original size after every popup - 6004f36, 14a1c3b
  • translations updated.

New features

  • now it's possible to display all the details of the connections 2b3028e , 906b225
  • you can also configure what columns to display in the Events tab.
    Note: you may need to reconfigure the columns options, under Preferences -> UI
  • allow to configure from the GUI what Qt platform plugin to use (if OpenSnitch behaves erratic under Wayland, allow to configure from the GUI the xcb plugin) 54ef3f6

Full Changelog: v1.6.6...v1.6.7

Downloads

You need to download the daemon and the GUI.

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x / Elementary OS 7.x / Zorin users: See this comment after installing the GUI: #1214 (comment))

If you experience crashes on Wayland clicking on the pop-ups: open the Preferences and select "xcb" as the "Qt platform plugin", in the UI tab.`

If the above packages complain about dependencies... please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.

daemon

(NOTE: if the daemon doesn't autostart, you need to enable it: ~ $ sudo systemctl enable --now opensnitch.service)

Other arquitectures

v1.6.6

02 Jul 00:33
v1.6.6
5877e6c
Compare
Choose a tag to compare

Bug fixes

What has changed

Improvements

  • allow to easily configure rules without the GUI (fe66f9a, #1047)
  • [daemon][eBPF] performance improvement handling exit events (15fcf67)
  • [daemon][eBPF] disable events on too many errors (8895d6f, #1099 #1082)
  • [daemon] added more kernel config paths for checking system requirements (93a3fb7, #1117)
  • [GUI] improved authentication options (ff407e7, c540975)
  • [GUI] improve wording (7653a0a, by @ponychicken)
  • [GUI] ignore SameFile error when enabling autostart (03439f4)

New features

  • [GUI] added Reject to the list of DefaultAction(s) (91190c8, #1108)
  • [GUI] allow to configure screen/themes scale factor (362c0da)

Known bugs

  • DNS eBPF module does not work on armhf and i386 arquitectures (not tested with modern kernels 6.x). See the commits for more info and if you can help don't hesitate to open a PR or drop a comment :) c514946 , 9a6dfe7
  • opensnitch-procs eBPF module behaves a bit erratic on arm64 architecture (not new of this release) - d2d89e2

Full Changelog: v1.6.5...v1.6.6

Downloads

You need to download the daemon and the GUI.

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable --now opensnitch.service)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x / Elementary OS 7.x / Zorin users: See this comment after installing the GUI: #647 (comment))

If you experience crashes on Wayland clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

If the above packages complain about dependencies... please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.

v1.6.5.1

09 Feb 16:48
v1.6.5.1
9a605d3
Compare
Choose a tag to compare
  • Fixed bug when using the GUI with multiple remote nodes. #1093

Full Changelog: v1.6.5...v1.6.5.1

v1.6.5

09 Feb 00:32
v1.6.5
1d2c070
Compare
Choose a tag to compare

Note: if you're using the GUI with multiple remote nodes, use these GUI packages https://github.com/evilsocket/opensnitch/releases/tag/v1.6.5.1

Bug fixes

  • [daemon] Fixed segfault on exit #919 , 24fd94c
  • [daemon] Fixed DNS uprobes 5d33f41
  • [GUI] Fixed adding rules to the db from context menu #1027 , ec3f515

What has changed

Improvements

  • [daemon] Strings concatenation improvements (reduces mem usage, notably) b9ec524
  • [daemon] Stop established connections monitor after n errors (not to waste resources) 871238e
  • [daemon] Clean DNS eBPF hooks on exit , da99686

New features

  • [daemon] Allow to configure the path of rules directory (#449, 6bd1fe8), config file (from cli) and eBPF modules (#928 5c6da0a)
  • [GUI] allow to configure refresh interval (#1073 , 435dffc)

Known bugs

  • DNS eBPF module does not work on armhf and i386 arquitectures. See the commits for more info and if you can help don't hesitate to open a PR or drop a comment :) c514946 , 9a6dfe7
  • opensnitch-procs eBPF module behaves a bit erratic on arm64 architecture (not new of this release) - d2d89e2
  • GUI crash when a pop-up is triggered from a node installed on a remote machine (#1093 , vill be fixed ASAP. Local nodes not affected)

Full Changelog: v1.6.4...v1.6.5

Downloads

You need to download the daemon and the GUI.

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable --now opensnitch.service)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes on Wayland clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

If the above packages complain about dependencies... please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.

v1.6.4

08 Nov 23:57
v1.6.4
c3dc1fc
Compare
Choose a tag to compare

GUI bug fix release.

Bug fixes

What's Changed

  • Allow to delete events from the in-memory database: #1030 , bcbfe3b
  • Improved views behaviour: #1037, d1ac73c
  • Restrict reading from the unix socket to the user who launched the GUI: f29e6dc

Full Changelog: v1.6.3...v1.6.4

Downloads

You need to download the daemon and the GUI.

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes on Wayland clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

If the above packages complain about dependencies... please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.

v1.6.3

17 Aug 14:10
v1.6.3
79ac630
Compare
Choose a tag to compare

Only GUI packages updated.

Bug fix

  • Fixed error when setting DefaultAction to the daemon after connect to the GUI (#1017).

What's Changed

Full Changelog: v1.6.2...v1.6.3

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

v1.6.2

10 Aug 13:51
v1.6.2
6556eed
Compare
Choose a tag to compare

[updated 07/10/2023]
readme.txt.asc updated to reflect the correct checksums. The .deb/.rpm files are signed individually after being built, thus the checksums changes.
[updated 29/11/2023]
readme.txt.asc and rpm packages resigned with the proper key (#1067).

What's New

  • GUI: Added "Created" column to the list of rules.
  • GUI: Allow to configure nodes TLS options from the GUI.

Bugs fixed

  • GUI: Fixed errors upgrading DB from previous versions (> v1.5.x) (#988)

Full Changelog: v1.6.1...v1.6.2

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

v1.6.1

28 Jul 15:29
v1.6.1
cb57c11
Compare
Choose a tag to compare

NEWS: Configuration changes

The configuration files default-config.json and system-fw.json have been updated to add new items/options.
When installing the deb packages, apt will prompt you to allow the new versions, or keep the ones you already have.

None of the new changes are mandatory, so you don't need to update them. But please, review the changes, and decide if apply them.

What's New

What's Changed

  • Allow to configure GUI autostart option by @munix9 in #964
  • Allow starting the GUI in background when the systray not available by @WojtekWidomski in #975
  • Dinit service file by @jackffmm in #969
  • Use temporary files instead of piping in ebpf Makefile by @nnsee in #985
  • i18n: update Brazilian Portuguese translation by @tioguda in #974
  • Add basic Traditional Chinese locale by @PeterDaveHello in #997
  • Better errors when the eBPF modules fail loading (662cd2e)

Full Changelog: v1.6.0...v1.6.1

New Contributors

Known bugs 🐞

  • Ubuntu 22.04, 22.10 / LinuxMint 21.x / Pop!_OS 22.04 LTS users: See this comment after installing the GUI: #647 (comment))

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

v1.6.0

21 Jun 12:30
v1.6.0
6e61958
Compare
Choose a tag to compare

What's new

What's Changed

  • Better integration with Desktop Environments.
  • Better nodes management.
  • A lot of bugs fixed, and some new added (yet to be discovered).

For a more complete list of all the changes see the the v1.6.0-rc release series: https://github.com/evilsocket/opensnitch/releases

Known bugs

  • Ubuntu 22.04, 22.10 / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

New Contributors since v1.5.2

Full Changelog: v1.5.2...v1.6.0

v1.6.0-rc.5

26 Feb 22:18
v1.6.0-rc.5
df5fe3b
Compare
Choose a tag to compare
v1.6.0-rc.5 Pre-release
Pre-release

NOTE: this version is still WIP, so be aware that it may contain bugs. If you install it, we would greatly appreciate it if you could report any issues you encounter to help us improve the software. Your feedback is invaluable !

What's new

  • Allow to apply and preview themes without restarting the GUI. afc3fb8
  • Added Quit menu to close the GUI. 4cf41cc
  • Added option to colorize rows. cba52cf
  • New Norwegian language thanks to Petter Reinholdtsen. 846b1c5
  • Better integration with software centers and Desktop Environments thanks to Petter Reinholdtsen. 156e936 2c9da76 c4a9a98

What's Changed

New Contributors

Full Changelog: v1.6.0-rc.4...v1.6.0-rc.5

Downloads

Packages signed with a new key: https://keyserver.ubuntu.com/pks/lookup?search=F34016AC014BAAF8C90AC730141D0D4E9FF44A67&fingerprint=on&op=index

(use dpkg-sig -k ... *.deb to verify deb signatures.)

daemon

(NOTE: if the daemon doesn't autostart, enable it: $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

  1. Ubuntu 22.04 users: See this comment 👉 after installing the GUI: #647 (comment))
  2. If you experience crashes on Wayland 👉 launch the GUI as follow: $ QT_QPA_PLATFORM=xcb opensnitch-ui
(If the above packages complain about dependencies, use these ones)