2010-05-13 00:58:45 +02:00
|
|
|
The libcap-ng library is intended to make programming with posix
|
|
|
|
capabilities much easier than the traditional libcap library. It includes
|
2010-07-16 02:49:04 +02:00
|
|
|
utilities that can analyse all currently running applications, print
|
2010-05-13 00:58:45 +02:00
|
|
|
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
|
2010-07-16 02:49:04 +02:00
|
|
|
in various ways that may be running with too much privilege.
|
2010-05-13 00:58:45 +02:00
|
|
|
|
2011-03-27 17:36:44 +02:00
|
|
|
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.
|