aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2025-03-30 20:24:24 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-31 11:44:06 +0700
commitd1150a4cfdec24b9e46cc48f9df6d58b92fd9ee9 (patch)
tree87f3999fe13ffc3f240beed8c61f66637077012c /system
parent25005f64cdb9eca09bbc68f5501975922ec9d690 (diff)
system/OpenSnitch: Edit README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/OpenSnitch/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/OpenSnitch/README b/system/OpenSnitch/README
index 7f6e3c9740..98328a5cb2 100644
--- a/system/OpenSnitch/README
+++ b/system/OpenSnitch/README
@@ -2,7 +2,12 @@ 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.d/rc.local:
+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),