diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-07-15 19:49:04 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-15 20:12:36 -0500 |
commit | 09643b0e63fb5202634d9c0478c7c0fb3ae66856 (patch) | |
tree | ba5326680ead6f1a31bd2df0af2f642d9bf17fb5 /libraries/libcap-ng/README | |
parent | 260509cfecb4395783c2f144759649d31b753831 (diff) | |
download | slackbuilds-09643b0e63fb5202634d9c0478c7c0fb3ae66856.tar.gz |
libraries/libcap-ng: Updated for version 0.6.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libcap-ng/README')
-rw-r--r-- | libraries/libcap-ng/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libcap-ng/README b/libraries/libcap-ng/README index e21cdd3128..6894b21e5d 100644 --- a/libraries/libcap-ng/README +++ b/libraries/libcap-ng/README @@ -1,9 +1,9 @@ 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 and print +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 -from various ways that may be running with too much privilege. +in various ways that may be running with too much privilege. As of the 0.6 release, you can use libcap-ng in python. |