diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-13 00:58:45 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:58:45 +0200 |
commit | 9d8c5b968efdc6d5f2e41e474df487d315bb33b5 (patch) | |
tree | 7bce9604231463efc83b8281e779e8b45aa14c00 /libraries/libcap-ng/README | |
parent | 1f75a04e5fc8fc64cb393f193bf6165230574586 (diff) |
libraries/libcap-ng: Added to 13.0 repository
Diffstat (limited to 'libraries/libcap-ng/README')
-rw-r--r-- | libraries/libcap-ng/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libcap-ng/README b/libraries/libcap-ng/README new file mode 100644 index 000000000000..e21cdd31282f --- /dev/null +++ b/libraries/libcap-ng/README @@ -0,0 +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 +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. + +As of the 0.6 release, you can use libcap-ng in python. |