aboutsummaryrefslogtreecommitdiff
path: root/system/capabilities/README
diff options
context:
space:
mode:
authorMenno E. Duursma <druiloor@zonnet.nl>2019-05-04 02:41:28 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-04 02:41:28 +0700
commit7f5bccb21f7b2139d8197d65d771747f7df34a31 (patch)
treefacd5a3b9e41deaaa162a466a8e66ce7fb6e5e18 /system/capabilities/README
parent96f26a8f7b3e5dfbe2f06d5946641398e26ed88b (diff)
downloadslackbuilds-7f5bccb21f7b2139d8197d65d771747f7df34a31.tar.xz
system/capabilities: Added (fcaps).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/capabilities/README')
-rw-r--r--system/capabilities/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/capabilities/README b/system/capabilities/README
new file mode 100644
index 000000000000..14427bfbcd58
--- /dev/null
+++ b/system/capabilities/README
@@ -0,0 +1,9 @@
+This is basically a simple form of shadow/unshadow kind of thingy for Linux CAPABILITIES(7)
+
+Just have a look at, and maybe add to: /etc/default/capabilities
+
+And add the following to /etc/rc.d/rc.local
+
+if [ -x /etc/rc.d/rc.capabilities ]; then
+ /etc/rc.d/rc.capabilities start
+fi