Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (16fd2c684d0c4539c0a2c21655744f40473e3d69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (16fd2c684d0c4539c0a2c21655744f40473e3d69)
  • Date: Thu, 13 Sep 2007 21:42:55 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 3 +++
security/audit/DETAILS | 17 +++++++++++++++++
security/audit/HISTORY | 2 ++
security/audit/PRE_BUILD | 3 +++
4 files changed, 25 insertions(+)

New commits:
commit 16fd2c684d0c4539c0a2c21655744f40473e3d69
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

audit new spell for linux auditing system

diff --git a/ChangeLog b/ChangeLog
index 5dfa2ce..06f18b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-09-13 David Brown <dmlb2000 AT gmail.com>
+ * security/audit: added new linux security auditing system
+
2007-09-13 David Kowis <dkowis AT shlrm.org>
* net/shorewall-{shell,perl,common,lite,docs-html,docs-xml,common}:
Added new spells for the latest version of the shorewall suite
diff --git a/security/audit/DETAILS b/security/audit/DETAILS
new file mode 100755
index 0000000..1f013db
--- /dev/null
+++ b/security/audit/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=audit
+ VERSION=1.6.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:20ee80365a6c39bb331c7a7b7023a8334f554d74a5b159cad0cd4d654628fc40bd352d068855390d4ef3f1c1036ae52f81f1421346422d713935bb708876517d

+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://people.redhat.com/sgrubb/$SPELL/$SOURCE
+ WEB_SITE=http://people.redhat.com/sgrubb/audit/
+ ENTERED=20040815
+ LICENSE[0]=GPL
+ SHORT="Userspace Tools for Linux Auditing Framework"
+cat << EOF
+The main goals were to provide system call auditing with 1) as low
+overhead as possible, and 2) without duplicating functionality that is
+already provided by SELinux (and/or other security infrastructures).
+This framework will work "stand-alone", but is not designed to provide,
+e.g., CAPP functionality without another security component in place.
+EOF
diff --git a/security/audit/HISTORY b/security/audit/HISTORY
new file mode 100644
index 0000000..a3ac637
--- /dev/null
+++ b/security/audit/HISTORY
@@ -0,0 +1,2 @@
+2007-09-13 David Brown <dmlb2000 AT gmail.com>
+ * ALL: created spell
diff --git a/security/audit/PRE_BUILD b/security/audit/PRE_BUILD
new file mode 100755
index 0000000..33efff7
--- /dev/null
+++ b/security/audit/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by David Brown (16fd2c684d0c4539c0a2c21655744f40473e3d69), David Brown, 09/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page