summaryrefslogtreecommitdiff
path: root/libraries/libcap-ng/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libcap-ng/README')
-rw-r--r--libraries/libcap-ng/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/libcap-ng/README b/libraries/libcap-ng/README
deleted file mode 100644
index 9eb5a8d175..0000000000
--- a/libraries/libcap-ng/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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.