summaryrefslogtreecommitdiffstats
path: root/libraries/libcap-ng/README
blob: 9eb5a8d1751a8cb2feabc4f1feeda7b5fb674fdf (plain)
1
2
3
4
5
6
7
8
9
10
The libcap-ng library is intended to make programming with posix
capabilities much easier than the traditional libcap library. It includes
utilities that can analyse all currently running applications, print
out any capabilities and whether or not it has an open ended bounding set.

The included utilities are designed to let admins and developers spot apps
in various ways that may be running with too much privilege.

As of the 0.6 release, libcap-ng includes python bindings.  If you do not
want to build them, pass WITH_PYTHON=no when running the build script.