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
- Added support to secure communications between the daemon and the GUI with SSL certificates (12b4cf3)
More info: https://github.com/evilsocket/opensnitch/wiki/Nodes-authentication#nodes-authentication-added-in-v161
TODO (WIP): Configure daemon auth options from the GUI. - System fw: report any error when applying rules (8740755)
- Rules to intercept outbound connections changed (e090833, 26b8415)
Discussion with the details: #995
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
- @munix9 made their first contribution in #964
- @jackffmm made their first contribution in #969
- @WojtekWidomski made their first contribution in #975
- @PeterDaveHello made their first contribution in #997
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)
- deb - for old distributions (Ubuntu <= 18.04)
- rpm - for old distributions (Fedora < 29)