Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (67a512cc3e6b2d2c48e16079d1a8836e61e510f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (67a512cc3e6b2d2c48e16079d1a8836e61e510f6)
  • Date: Fri, 28 Aug 2009 19:34:42 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 4 ++++
libs/libcap-ng/DETAILS | 24 ++++++++++++++++++++++++
libs/libcap-ng/HISTORY | 3 +++
3 files changed, 31 insertions(+)

New commits:
commit 158987292cb07db0d157bfe2db37a0d69144fb48
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

libs/libcap-ng: new spell, library to make programming easier than with
libcap

diff --git a/ChangeLog b/ChangeLog
index 2ea2cd5..4dbbd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-29 Quentin Rameau <quinq AT sourcemage.org>
+ * libs/libcap-ng: new spell, library intended to make programming
+ easier than with libcap
+
2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
* lua-forge/luadoc: new spell, documentation generator for LUA
* lua-forge/lualogging: new spell, LUA API to use logging features
diff --git a/libs/libcap-ng/DETAILS b/libs/libcap-ng/DETAILS
new file mode 100755
index 0000000..9f26d2d
--- /dev/null
+++ b/libs/libcap-ng/DETAILS
@@ -0,0 +1,24 @@
+ SPELL="libcap-ng"
+ VERSION="0.6.1"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_HASH="sha512:e5b791c73796d682d9ad3fe394cf9ea04a5bcdc5d1d13d54d3cff61793bdf85a99d23b0ff92ed66c6ce9b3104f6cbc782191f82c2be65be9e9de7c8a8ad9b3cf"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ SOURCE_URL[0]="http://people.redhat.com/sgrubb/${SPELL}/${SOURCE}";
+ WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/";
+ ENTERED="20040829"
+ LICENSE[0]="GPL"
+ SHORT="library intended to make programming easier than with
libcap"
+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.
+
+The included utilities are designed to let admins and developers spot apps
from
+various ways that may be running with too much privilege. For example, any
+investigation should start with network facing apps since they would be prime
+targets for intrusion. The netcap program will check all running apps and
+display the results.
+EOF
diff --git a/libs/libcap-ng/HISTORY b/libs/libcap-ng/HISTORY
new file mode 100644
index 0000000..3364d46
--- /dev/null
+++ b/libs/libcap-ng/HISTORY
@@ -0,0 +1,3 @@
+2009-08-29 Quentin Reameau <quinq AT sourcemage.org>
+ * DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (67a512cc3e6b2d2c48e16079d1a8836e61e510f6), Quentin Rameau, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page