slackbuilds/system/OpenSnitch
isaackwy 8cc8d3ad50
system/OpenSnitch: Update for 1.6.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-15 22:15:46 +07:00
..
patches system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00
OpenSnitch.SlackBuild system/OpenSnitch: Update for 1.6.5.1 2024-02-15 22:15:46 +07:00
OpenSnitch.info system/OpenSnitch: Update for 1.6.5.1 2024-02-15 22:15:46 +07:00
README system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00
README.SLACKWARE system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00
doinst.sh system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00
modules.txt system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00
rc.opensnitchd system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00
slack-desc system/OpenSnitch: Added (GNU/Linux interactive application firewall). 2024-01-22 09:53:04 +07:00

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, add the following line to /etc/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.