diff options
Diffstat (limited to 'system/capabilities/README')
-rw-r--r-- | system/capabilities/README | 9 |
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 |