OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
Find a file
Gustavo Iñiguez Goia d11a98e418 fixed interception and system fw rules, default action
- The firewall rules defined in /etc/opensnitchd/system-fw.json take
precedence over the interception rules, but we were inserting the
interception rules before the system's ones. With this change #455
should be fixed.

- On the other hand, the DefaultAction was not being applied correctly
  in all cases. As of today the DefaultAction is applied in 2 scenarios:
  * When the daemon is connected to the GUI and the user doesn't answer
    a pop-up.
  * When the daemon is not connected to the GUI.

  However as we don't parse all network protocols, even if the GUI is
  connected we may end up parsing a connection and don't know what to do
  with it. In this case the DefaultAction was always Deny.

  Now in the above scenario, i.e.: when the GUI is connected but we
  can't parse a connection, we'll apply the DefaultAction configured by
  the user.
2021-08-25 13:06:32 +02:00
.github github action fix 2021-02-23 18:11:27 +03:00
daemon fixed interception and system fw rules, default action 2021-08-25 13:06:32 +02:00
debian Bump versions to v1.4.0rc4 2021-08-11 17:16:56 +02:00
ebpf_prog ebpf: added patch to compile ebpf module for arm 2021-04-21 20:49:31 +02:00
proto Support more recent protoc-gen-go 2021-03-28 16:38:21 +02:00
screenshots added more screenshots 2020-02-25 22:39:32 +01:00
ui Add files via upload 2021-08-22 08:03:11 +09:00
utils added script to update ads lists, old script relocated. 2021-07-17 00:41:13 +02:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-16 17:51:54 +02:00
LICENSE Update LICENSE 2020-06-20 17:48:59 +02:00
Makefile makefile: 2021-02-13 18:48:49 +03:00
README.md fixed urls 2021-02-15 11:03:18 +01:00
release.sh misc: small fix or general refactoring i did not bother commenting 2018-04-10 19:49:58 +02:00

opensnitch

Release Software License Go Report Card

OpenSnitch is a GNU/Linux application firewall.

OpenSnitch

Installation and configuration

Please, refer to the documentation for detailed information.

Contributors

See the list