mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
![]() There is no "lrelease" binary on Fedora, which is needed to build the UI properly. There is a "lrelease-qt5" binary, which is part of the package "qt5-linguist". To fix the UI not building properly on Fedora, symlink /usr/lib64/qt5/bin/lrelease-qt5 to /usr/local/bin/lrelease: ``` sudo ln -s /usr/lib64/qt5/bin/lrelease-qt5 /usr/local/bin/lrelease ``` Then it should build properly. |
||
---|---|---|
.github | ||
daemon | ||
debian | ||
proto | ||
screenshots | ||
ui | ||
wiki | ||
.gitignore | ||
LICENSE | ||
make_ads_rules.py | ||
Makefile | ||
README.md | ||
release.sh |
In order to submit changes for the wiki, please follow these steps:
-
Fork this repository
-
In your local forked repository switch to the "wiki" branch
-
Make necessary modifications to the files located in the wiki/ directory
-
Create a pull request.