mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-05 17:10:57 +01:00
OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
![]() Until now OpenSnitch used ftrace(debugfs) to search for running processes (PIDs) and obtain the process path. On some systems, this filesystem is not mounted or available, so we have to rely on /proc. After several weeks of use, I think that it's faster and more accurate the 2nd method, search pids/cmdlines in /proc. So we offer the user to choose which one to use. |
||
---|---|---|
.github/workflows | ||
daemon | ||
debian | ||
proto | ||
screenshots | ||
ui | ||
.gitignore | ||
LICENSE | ||
make_ads_rules.py | ||
Makefile | ||
README.md | ||
release.sh |
OpenSnitch is a GNU/Linux application firewall.
THIS SOFTWARE IS WORK IN PROGRESS, DO NOT EXPECT IT TO BE BUG FREE AND DO NOT RELY ON IT FOR ANY TYPE OF SECURITY.
Installation and configuration
Please, refer to documentation for detailed information.