Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (c46e42183667e1b1711da8324b6676e951bf52bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (c46e42183667e1b1711da8324b6676e951bf52bf)
  • Date: Wed, 30 May 2007 06:35:16 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 3 +++
security/polgen/BUILD | 2 ++
security/polgen/CONFIGURE | 5 +++++
security/polgen/DEPENDS | 2 ++
security/polgen/DETAILS | 15 +++++++++++++++
security/polgen/HISTORY | 2 ++
6 files changed, 29 insertions(+)

New commits:
commit c46e42183667e1b1711da8324b6676e951bf52bf
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

polgen: New spell, SELinux policy generation toolkit.

diff --git a/ChangeLog b/ChangeLog
index c596b01..f009d65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-30 Juuso Alasuutari <iuso AT sourcemage.org>
+ * security/polgen: New spell, SELinux policy generation toolkit.
+
2007-05-30 Ladislav Hagara <hgr AT vabo.cz>
* devel/iasl: new spell
Intel ACPI Source Language (ASL) compiler / decompiler
diff --git a/security/polgen/BUILD b/security/polgen/BUILD
new file mode 100755
index 0000000..98975cf
--- /dev/null
+++ b/security/polgen/BUILD
@@ -0,0 +1,2 @@
+OPTS="--disable-dependency-tracking $POLGEN_STRACESC $OPTS" \
+default_build
diff --git a/security/polgen/CONFIGURE b/security/polgen/CONFIGURE
new file mode 100755
index 0000000..0471b30
--- /dev/null
+++ b/security/polgen/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option POLGEN_STRACESC \
+ "Install strasesc, an SELinux enhanced version of
strace?" \
+ y \
+ "--with-strace" \
+ "--without-strace"
diff --git a/security/polgen/DEPENDS b/security/polgen/DEPENDS
new file mode 100755
index 0000000..11ec31b
--- /dev/null
+++ b/security/polgen/DEPENDS
@@ -0,0 +1,2 @@
+depends libselinux &&
+depends python
diff --git a/security/polgen/DETAILS b/security/polgen/DETAILS
new file mode 100755
index 0000000..9d9541b
--- /dev/null
+++ b/security/polgen/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=polgen
+ VERSION=1.3
+ SOURCE=$SPELL-$VERSION-src.tar.gz
+ SOURCE_URL[0]=http://www.mitre.org/tech/selinux/$SOURCE
+
SOURCE_HASH=sha512:59e23f77c398522416913a53817409fe5888027db2a4c7d4f8e59460d3133755d40da5b1f5ab71e8761306a42ba01442e9585ad2f3a855eeeffde6cded99e13d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.mitre.org/tech/selinux
+ ENTERED=20070530
+ LICENSE[0]=GPL
+ KEYWORDS="security"
+ SHORT="Tools to automate the SELinux policy generation process."
+cat << EOF
+polgen is a collection of scripts and tools developed by the MITRE
+corporation to automate the SELinux policy generation process.
+EOF
diff --git a/security/polgen/HISTORY b/security/polgen/HISTORY
new file mode 100644
index 0000000..0eab459
--- /dev/null
+++ b/security/polgen/HISTORY
@@ -0,0 +1,2 @@
+2007-05-30 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, BUILD: Created spell.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (c46e42183667e1b1711da8324b6676e951bf52bf), Juuso Alasuutari, 05/30/2007

Archive powered by MHonArc 2.6.24.

Top of Page