[Lunar-commits] <moonbase> libcap-ng: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Feb 5 20:23:21 CET 2011


commit 1ba472f030b07b25b0fe1e1b6943e4a831f0af72
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Feb 5 14:23:21 2011 -0500

    libcap-ng: Adding to moonbase.
---
 libs/libcap-ng/DEPENDS |    1 +
 libs/libcap-ng/DETAILS |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/libs/libcap-ng/DEPENDS b/libs/libcap-ng/DEPENDS
new file mode 100644
index 0000000..7873890
--- /dev/null
+++ b/libs/libcap-ng/DEPENDS
@@ -0,0 +1 @@
+optional_depends Python "--with-python" "--without-python" "For Python bindings support"
diff --git a/libs/libcap-ng/DETAILS b/libs/libcap-ng/DETAILS
new file mode 100644
index 0000000..7401b62
--- /dev/null
+++ b/libs/libcap-ng/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libcap-ng
+         VERSION=0.6.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://people.redhat.com/sgrubb/libcap-ng/
+      SOURCE_VFY=sha1:ca19439f1628c71df399a5ff10c1950316cde9b9
+        WEB_SITE=http://people.redhat.com/sgrubb/libcap-ng/
+         ENTERED=20110205
+         UPDATED=20110105
+           SHORT="Next generation of library capabilities"
+
+cat << EOF
+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. An open bounding set without 
+the securebits "NOROOT" flag will allow full capabilities escalation for apps 
+retaining uid 0 simply by calling execve.
+EOF


More information about the Lunar-commits mailing list