OpenSnitch is a GNU/Linux interactive application firewall inspired by
Little Snitch.
Opensnitch requires the opensnitchd rc script to execute upon startup.
That is:
1. Make /etc/rc.d/rc.opensnitchd executable:
chmod +x /etc/rc.d/rc.opensnitchd
2. Add the following line to /etc/rc.d/rc.local:
[ -x /etc/rc.d/rc.opensnitchd ] && /etc/rc.d/rc.opensnitchd start
3. Add the following line to /etc/rc.d/rc.local_shutdown:
[ -x /etc/rc.d/rc.opensnitchd ] && /etc/rc.d/rc.opensnitchd stop
To install the eBPF process monitor module (requires kernel-source),
pass in eBPF=yes to the SlackBuild.
The eBFP module additionally requires kernel support for KProbes
(kernel probes) and syscalls tracing. README.SLACKWARE contains
instructions for compiling a kernel with these features.
This requires: python3-slugify, protoc-gen-go-grpc, python3-grpcio, python3-pyinotify
Maintained by: Isaac Yu
Keywords: opensnitch,littlesnitch,firewall,iptables,nftables
ChangeLog: OpenSnitch
Homepage:
https://github.com/evilsocket/opensnitch
Download SlackBuild:
OpenSnitch.tar.gz
OpenSnitch.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| OpenSnitch.SlackBuild |
| OpenSnitch.info |
| README |
| README.SLACKWARE |
| doinst.sh |
| modules.txt |
| patches |
| rc.opensnitchd |
| slack-desc |
© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds