SlackBuildsOrg/system/capabilities/README
Menno E. Duursma 7f5bccb21f
system/capabilities: Added (fcaps).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-05-04 02:41:28 +07:00

9 lines
283 B
Text

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