Displaying 1 result from an estimated 1 matches for "suidcap".
Did you mean:
suidcaps
2007 Feb 23
0
Simple patch
Inline below is a simple patch that drops the root capabilities that
aren't needed (inspired by a similar patch against the mpm_itk
project!). Possibly it is a little too restrictive, extras can be
added to suidcaps, but on platforms that support capabilities this
will prevent things such as kernel module loading.
Needed on linux is libcap, available in most distros. Note that this
patch doesn't require libcap, or add an option, but if it is installed
then it will take advantage of it. I don'...