OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
Find a file
Gustavo Iñiguez Goia 214e1b3c49 added priority rules to bypass/extend interception
In some scenarios (#47) may be useful to have a set of rules handled from
OpenSnitch, although you can accomplish it with other software (ufw,...).

This rules will sit just above default intercetion, so if you want to
allow or deny something, just place it here.

These priority rules are defined in /etc/opensnitchd/fw.json, with the
following format (example):

{
    "PriorityRules": {
        "out": {
            "allow": [
            ],
            "deny": [
                "-m conntrack --ctstate INVALID",
                "-p tcp ! --syn -m conntrack --ctstate NEW"
            ]
        }
    }
}

The structure must exist even if you haven't defined any rule, for
example:
{
    "PriorityRules": {
        "out": {
            "allow": [
            ],
            "deny": [
            ]
        }
    }
}
2020-07-25 21:23:53 +02:00
.github Update issue templates 2020-03-09 19:32:21 +01:00
daemon added priority rules to bypass/extend interception 2020-07-25 21:23:53 +02:00
debian v1.0.0 release 2020-07-16 00:48:32 +02:00
proto send on new connection CWD and envrionment vars of the process 2020-06-04 01:14:25 +02:00
screenshots added more screenshots 2020-02-25 22:39:32 +01:00
ui v1.0.0 release 2020-07-16 00:48:32 +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
make_ads_rules.py Misc. typos 2018-09-06 19:24:38 -04:00
Makefile misc: small fix or general refactoring i did not bother commenting 2018-04-16 17:51:54 +02:00
README.md Update README.md 2020-06-20 17:39:07 +02: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 documentation for detailed information.

Credits

OpenSnitch was originally created by Simone Margaritelli (evilsocket), 2017-2019.

Many others have also contributed over the time, see the list

Disclaimer

THIS SOFTWARE IS A WORK IN PROGRESS, DO NOT EXPECT IT TO BE BUG FREE AND DO NOT RELY ON IT FOR ANY TYPE OF SECURITY.