slackbuilds/system/capabilities
B. Watson ea91454902 system/capabilities: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:04 -04:00
..
README system/capabilities: Wrap README at 72 columns. 2022-03-17 12:38:04 -04:00
capabilities.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
capabilities.info
doinst.sh
slack-desc

README

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