slackbuilds/system/OpenSnitch
Isaac Yu d1150a4cfd
system/OpenSnitch: Edit README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-03-31 11:44:06 +07:00
..
patches system/OpenSnitch: Update for 1.6.8 2025-03-15 01:41:44 +07:00
OpenSnitch.SlackBuild system/OpenSnitch: Update for 1.6.8 2025-03-15 01:41:44 +07:00
OpenSnitch.info system/OpenSnitch: Update for 1.6.8 2025-03-15 01:41:44 +07:00
README system/OpenSnitch: Edit README 2025-03-31 11:44:06 +07:00
README.SLACKWARE system/OpenSnitch: Update for 1.6.8 2025-03-15 01:41:44 +07:00
doinst.sh
modules.txt system/OpenSnitch: Update for 1.6.6 2024-07-06 12:16:38 +07:00
rc.opensnitchd
slack-desc

README

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

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.