public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/selinux-postfix/, sec-policy/selinux-bacula/, ...
@ 2011-12-30 19:54 Sven Vermeulen
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen @ 2011-12-30 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ea7cf573617d9926390d64c38cb40cd6dc31f6
Author:     Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Fri Dec 30 19:49:50 2011 +0000
Commit:     Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
CommitDate: Fri Dec 30 19:49:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a9ea7cf5

Pushing out rev10

---
 sec-policy/selinux-bacula/ChangeLog                |   10 +
 sec-policy/selinux-bacula/metadata.xml             |    6 +
 .../selinux-bacula-2.20110726.ebuild               |   14 ++
 .../selinux-base-policy-2.20110726-r10.ebuild      |  164 +++++++++++++++
 sec-policy/selinux-fail2ban/ChangeLog              |   33 +++
 sec-policy/selinux-fail2ban/metadata.xml           |    6 +
 .../selinux-fail2ban-2.20110726-r2.ebuild          |   14 ++
 sec-policy/selinux-oddjob/ChangeLog                |   10 +
 sec-policy/selinux-oddjob/metadata.xml             |    6 +
 .../selinux-oddjob-2.20110726.ebuild               |   14 ++
 sec-policy/selinux-postfix/ChangeLog               |  214 ++++++++++++++++++++
 sec-policy/selinux-postfix/metadata.xml            |    6 +
 .../selinux-postfix-2.20110726-r2.ebuild           |   13 ++
 13 files changed, 510 insertions(+), 0 deletions(-)

diff --git a/sec-policy/selinux-bacula/ChangeLog b/sec-policy/selinux-bacula/ChangeLog
new file mode 100644
index 0000000..a63dc9a
--- /dev/null
+++ b/sec-policy/selinux-bacula/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-bacula
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-bacula-2.20110726 (28 Dec 2011)
+
+  28 Dec 2011; <swift@gentoo.org> +selinux-bacula-2.20110726.ebuild,
+  +metadata.xml:
+  Initial policy for Bacula, thanks to Stan Sander
+

diff --git a/sec-policy/selinux-bacula/metadata.xml b/sec-policy/selinux-bacula/metadata.xml
new file mode 100644
index 0000000..bcbdae6
--- /dev/null
+++ b/sec-policy/selinux-bacula/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>selinux</herd>
+	<longdescription>Gentoo SELinux policy for bacula</longdescription>
+</pkgmetadata>

diff --git a/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild b/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild
new file mode 100644
index 0000000..a85df11
--- /dev/null
+++ b/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r1.ebuild,v 1.1 2011/12/17 10:39:15 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="bacula"
+BASEPOL="2.20110726-r10"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for bacula"
+
+KEYWORDS="~amd64 ~x86"

diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r10.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r10.ebuild
new file mode 100644
index 0000000..3e0f7a5
--- /dev/null
+++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r10.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r18.ebuild,v 1.1 2011/07/10 02:30:17 blueness Exp $
+
+EAPI="4"
+IUSE="+peer_perms +open_perms +ubac doc"
+
+inherit eutils
+
+DESCRIPTION="Gentoo base policy for SELinux"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/"
+SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2
+	http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PF}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=sys-apps/policycoreutils-1.30.30
+	>=sys-fs/udev-151"
+DEPEND="${RDEPEND}
+	sys-devel/m4
+	>=sys-apps/checkpolicy-1.30.12"
+
+S=${WORKDIR}/
+
+src_prepare() {
+	# Apply the gentoo patches to the policy. These patches are only necessary
+	# for base policies, or for interface changes on modules.
+	EPATCH_MULTI_MSG="Applying SELinux policy updates ... " \
+	EPATCH_SUFFIX="patch" \
+	EPATCH_SOURCE="${WORKDIR}" \
+	EPATCH_FORCE="yes" \
+	epatch
+
+	cd "${S}/refpolicy"
+	# Fix bug 257111 - Correct the initial sid for cron-started jobs in the
+	# system_r role
+	sed -i -e 's:system_crond_t:system_cronjob_t:g' \
+		"${S}/refpolicy/config/appconfig-standard/default_contexts"
+	sed -i -e 's|system_r:cronjob_t|system_r:system_cronjob_t|g' \
+		"${S}/refpolicy/config/appconfig-mls/default_contexts"
+	sed -i -e 's|system_r:cronjob_t|system_r:system_cronjob_t|g' \
+		"${S}/refpolicy/config/appconfig-mcs/default_contexts"
+}
+
+src_configure() {
+	[ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="targeted strict mls mcs"
+
+	# Update the SELinux refpolicy capabilities based on the users' USE flags.
+
+	if ! use peer_perms; then
+		sed -i -e '/network_peer_controls/d' \
+			"${S}/refpolicy/policy/policy_capabilities"
+	fi
+
+	if ! use open_perms; then
+		sed -i -e '/open_perms/d' \
+			"${S}/refpolicy/policy/policy_capabilities"
+	fi
+
+	if ! use ubac; then
+		sed -i -e '/^UBAC/s/y/n/' "${S}/refpolicy/build.conf" \
+			|| die "Failed to disable User Based Access Control"
+	fi
+
+	echo "DISTRO = gentoo" >> "${S}/refpolicy/build.conf"
+
+	# Setup the policies based on the types delivered by the end user.
+	# These types can be "targeted", "strict", "mcs" and "mls".
+	for i in ${POLICY_TYPES}; do
+		cp -a "${S}/refpolicy" "${S}/${i}"
+
+		cd "${S}/${i}";
+		make conf || die "Make conf in ${i} failed"
+
+		# Define what we see as "base" and what we want to remain modular.
+		cp "${FILESDIR}/modules.conf" \
+			"${S}/${i}/policy/modules.conf" \
+			|| die "failed to set up modules.conf"
+		# In case of "targeted", we add the "unconfined" to the base policy
+		if [[ "${i}" == "targeted" ]];
+		then
+			echo "unconfined = base" >> "${S}/${i}/policy/modules.conf"
+		fi
+
+		sed -i -e '/^QUIET/s/n/y/' -e "/^NAME/s/refpolicy/$i/" \
+			"${S}/${i}/build.conf" || die "build.conf setup failed."
+
+		if [[ "${i}" == "mls" ]] || [[ "${i}" == "mcs" ]];
+		then
+			# MCS/MLS require additional settings
+			sed -i -e "/^TYPE/s/standard/${i}/" "${S}/${i}/build.conf" \
+				|| die "failed to set type to mls"
+		fi
+
+		if [ "${i}" == "targeted" ]; then
+			sed -i -e '/root/d' -e 's/user_u/unconfined_u/' \
+			"${S}/${i}/config/appconfig-standard/seusers" \
+			|| die "targeted seusers setup failed."
+		fi
+	done
+}
+
+src_compile() {
+	[ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="targeted strict mls mcs"
+
+	for i in ${POLICY_TYPES}; do
+		cd "${S}/${i}"
+		make base || die "${i} compile failed"
+		if use doc; then
+			make html || die
+		fi
+	done
+}
+
+src_install() {
+	[ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="targeted strict mls mcs"
+
+	for i in ${POLICY_TYPES}; do
+		cd "${S}/${i}"
+
+		make DESTDIR="${D}" install \
+			|| die "${i} install failed."
+
+		make DESTDIR="${D}" install-headers \
+			|| die "${i} headers install failed."
+
+		echo "run_init_t" > "${D}/etc/selinux/${i}/contexts/run_init_type"
+
+		echo "textrel_shlib_t" >> "${D}/etc/selinux/${i}/contexts/customizable_types"
+
+		# libsemanage won't make this on its own
+		keepdir "/etc/selinux/${i}/policy"
+
+		if use doc; then
+			dohtml doc/html/*;
+		fi
+	done
+
+	dodoc doc/Makefile.example doc/example.{te,fc,if}
+
+	insinto /etc/selinux
+	doins "${FILESDIR}/config"
+}
+
+pkg_preinst() {
+	has_version "<${CATEGORY}/${PN}-2.20101213-r13"
+	previous_less_than_r13=$?
+}
+
+pkg_postinst() {
+	[ -z "${POLICY_TYPES}" ] && local POLICY_TYPES="targeted strict mls mcs"
+
+	for i in ${POLICY_TYPES}; do
+		einfo "Inserting base module into ${i} module store."
+
+		cd "${ROOT}/usr/share/selinux/${i}"
+		semodule -s "${i}" -b base.pp || die "Could not load in new base policy"
+	done
+	elog "Updates on policies might require you to relabel files. If you, after"
+	elog "installing new SELinux policies, get 'permission denied' errors,"
+	elog "relabelling your system using 'rlpkg -a -r' might resolve the issues."
+}

diff --git a/sec-policy/selinux-fail2ban/ChangeLog b/sec-policy/selinux-fail2ban/ChangeLog
new file mode 100644
index 0000000..7364c28
--- /dev/null
+++ b/sec-policy/selinux-fail2ban/ChangeLog
@@ -0,0 +1,33 @@
+# ChangeLog for sec-policy/selinux-fail2ban
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/ChangeLog,v 1.6 2011/12/17 10:39:15 swift Exp $
+
+*selinux-fail2ban-2.20110726-r2 (28 Dec 2011)
+
+  28 Dec 2011; <swift@gentoo.org> +selinux-fail2ban-2.20110726-r2.ebuild,
+  +metadata.xml:
+  Add in support for FAM
+
+*selinux-fail2ban-2.20110726-r1 (17 Dec 2011)
+
+  17 Dec 2011; <swift@gentoo.org> +selinux-fail2ban-2.20110726-r1.ebuild:
+  Do not audit write attempts to /usr
+
+  12 Nov 2011; <swift@gentoo.org> -selinux-fail2ban-2.20101213.ebuild:
+  Removing old policies
+
+  23 Oct 2011; <swift@gentoo.org> selinux-fail2ban-2.20110726.ebuild:
+  Stabilization (tracker #384231)
+
+*selinux-fail2ban-2.20110726 (28 Aug 2011)
+
+  28 Aug 2011; <swift@gentoo.org> +selinux-fail2ban-2.20110726.ebuild:
+  Updating policy builds to refpolicy 20110726
+
+  02 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
+  selinux-fail2ban-2.20101213.ebuild:
+  Stable amd64 x86
+
+  05 Feb 2011; Anthony G. Basile <blueness@gentoo.org> ChangeLog:
+  Initial commit to portage.
+

diff --git a/sec-policy/selinux-fail2ban/metadata.xml b/sec-policy/selinux-fail2ban/metadata.xml
new file mode 100644
index 0000000..6d215bf
--- /dev/null
+++ b/sec-policy/selinux-fail2ban/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>selinux</herd>
+	<longdescription>Gentoo SELinux policy for fail2ban</longdescription>
+</pkgmetadata>

diff --git a/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild
new file mode 100644
index 0000000..1ddfe56
--- /dev/null
+++ b/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r1.ebuild,v 1.1 2011/12/17 10:39:15 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="fail2ban"
+BASEPOL="2.20110726-r10"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for fail2ban"
+
+KEYWORDS="~amd64 ~x86"

diff --git a/sec-policy/selinux-oddjob/ChangeLog b/sec-policy/selinux-oddjob/ChangeLog
new file mode 100644
index 0000000..960e139
--- /dev/null
+++ b/sec-policy/selinux-oddjob/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-oddjob
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-oddjob-2.20110726 (28 Dec 2011)
+
+  28 Dec 2011; <swift@gentoo.org> +selinux-oddjob-2.20110726.ebuild,
+  +metadata.xml:
+  Support oddjob (needed for PAM helpers)
+

diff --git a/sec-policy/selinux-oddjob/metadata.xml b/sec-policy/selinux-oddjob/metadata.xml
new file mode 100644
index 0000000..1a90c82
--- /dev/null
+++ b/sec-policy/selinux-oddjob/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>selinux</herd>
+	<longdescription>Gentoo SELinux policy for oddjob (helpers for PAM)</longdescription>
+</pkgmetadata>

diff --git a/sec-policy/selinux-oddjob/selinux-oddjob-2.20110726.ebuild b/sec-policy/selinux-oddjob/selinux-oddjob-2.20110726.ebuild
new file mode 100644
index 0000000..a95e610
--- /dev/null
+++ b/sec-policy/selinux-oddjob/selinux-oddjob-2.20110726.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-fail2ban/selinux-fail2ban-2.20110726-r1.ebuild,v 1.1 2011/12/17 10:39:15 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="oddjob"
+BASEPOL="2.20110726-r10"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for oddjob"
+
+KEYWORDS="~amd64 ~x86"

diff --git a/sec-policy/selinux-postfix/ChangeLog b/sec-policy/selinux-postfix/ChangeLog
new file mode 100644
index 0000000..f54f1ad
--- /dev/null
+++ b/sec-policy/selinux-postfix/ChangeLog
@@ -0,0 +1,214 @@
+# ChangeLog for sec-policy/selinux-postfix
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.38 2011/11/12 20:53:31 swift Exp $
+
+*selinux-postfix-2.20110726-r2 (28 Dec 2011)
+
+  28 Dec 2011; <swift@gentoo.org> +selinux-postfix-2.20110726-r2.ebuild,
+  +metadata.xml:
+  Allow startup to create necessary directories, spool, etc.
+
+  12 Nov 2011; <swift@gentoo.org> -files/fix-services-postfix-r1.patch,
+  -files/fix-services-postfix-r2.patch, -files/fix-services-postfix-r3.patch,
+  -selinux-postfix-2.20101213-r3.ebuild:
+  Removing old policies
+
+  23 Oct 2011; <swift@gentoo.org> selinux-postfix-2.20110726-r1.ebuild:
+  Stabilization (tracker #384231)
+
+*selinux-postfix-2.20110726-r1 (28 Aug 2011)
+
+  28 Aug 2011; <swift@gentoo.org> +selinux-postfix-2.20110726-r1.ebuild:
+  Updating policy builds to refpolicy 20110726
+
+  04 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
+  -selinux-postfix-2.20090730.ebuild, -selinux-postfix-2.20091215.ebuild,
+  -selinux-postfix-2.20101213.ebuild, -selinux-postfix-2.20101213-r1.ebuild,
+  -selinux-postfix-2.20101213-r2.ebuild, -selinux-postfix-20080525.ebuild:
+  Removed deprecated policies
+
+  02 Jun 2011; Anthony G. Basile <blueness@gentoo.org>
+  selinux-postfix-2.20101213-r3.ebuild:
+  Stable amd64 x86
+
+*selinux-postfix-2.20101213-r3 (16 Apr 2011)
+*selinux-postfix-2.20101213-r2 (16 Apr 2011)
+
+  16 Apr 2011; Anthony G. Basile <blueness@gentoo.org>
+  +files/fix-services-postfix-r2.patch,
+  +selinux-postfix-2.20101213-r2.ebuild,
+  +files/fix-services-postfix-r3.patch,
+  +selinux-postfix-2.20101213-r3.ebuild:
+  Allow postfix admin through sysadm (-r2) and postfix_smtpd_t to mysql
+  (-r3)
+
+*selinux-postfix-2.20101213-r1 (07 Mar 2011)
+
+  07 Mar 2011; Anthony G. Basile <blueness@gentoo.org>
+  +files/fix-services-postfix-r1.patch,
+  +selinux-postfix-2.20101213-r1.ebuild:
+  Fix filecontexts
+
+*selinux-postfix-2.20101213 (05 Feb 2011)
+
+  05 Feb 2011; Anthony G. Basile <blueness@gentoo.org>
+  +selinux-postfix-2.20101213.ebuild:
+  New upstream policy.
+
+*selinux-postfix-2.20091215 (16 Dec 2009)
+
+  16 Dec 2009; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-2.20091215.ebuild:
+  New upstream release.
+
+  14 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
+  -selinux-postfix-20070329.ebuild, -selinux-postfix-20070928.ebuild,
+  selinux-postfix-20080525.ebuild:
+  Mark 20080525 stable, clear old ebuilds.
+
+*selinux-postfix-2.20090730 (03 Aug 2009)
+
+  03 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-2.20090730.ebuild:
+  New upstream release.
+
+  18 Jul 2009; Chris PeBenito <pebenito@gentoo.org>
+  selinux-postfix-20070329.ebuild, selinux-postfix-20070928.ebuild,
+  selinux-postfix-20080525.ebuild:
+  Drop alpha, mips, ppc, sparc selinux support.
+
+*selinux-postfix-20080525 (25 May 2008)
+
+  25 May 2008; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-20080525.ebuild:
+  New SVN snapshot.
+
+  16 Mar 2008; Chris PeBenito <pebenito@gentoo.org>
+  -selinux-postfix-20050626.ebuild, -selinux-postfix-20050918.ebuild,
+  -selinux-postfix-20051023.ebuild, -selinux-postfix-20051122.ebuild,
+  -selinux-postfix-20061114.ebuild:
+  Remove old ebuilds.
+
+  03 Feb 2008; Chris PeBenito <pebenito@gentoo.org>
+  selinux-postfix-20070928.ebuild:
+  Mark stable.
+
+*selinux-postfix-20070928 (26 Nov 2007)
+
+  26 Nov 2007; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-20070928.ebuild:
+  New SVN snapshot.
+
+  04 Jun 2007; Chris PeBenito <pebenito@gentoo.org>
+  selinux-postfix-20070329.ebuild:
+  Mark stable.
+
+*selinux-postfix-20070329 (29 Mar 2007)
+
+  29 Mar 2007; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-20070329.ebuild:
+  New SVN snapshot.
+
+  22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
+  Redigest for Manifest2
+
+*selinux-postfix-20061114 (15 Nov 2006)
+
+  15 Nov 2006; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-20061114.ebuild:
+  New SVN snapshot.
+
+*selinux-postfix-20061008 (10 Oct 2006)
+
+  10 Oct 2006; Chris PeBenito <pebenito@gentoo.org>
+  +selinux-postfix-20061008.ebuild:
+  First mainstream reference policy testing release.
+
+*selinux-postfix-20051122 (28 Nov 2005)
+
+  28 Nov 2005; petre rodan <kaiowas@gentoo.org>
+  selinux-postfix-20051023.ebuild, +selinux-postfix-20051122.ebuild:
+  marked stable on amd64 mips ppc sparc x86, merge with upstream
+
+*selinux-postfix-20051023 (24 Oct 2005)
+
+  24 Oct 2005; petre rodan <kaiowas@gentoo.org>
+  +selinux-postfix-20051023.ebuild:
+  merge with upstream
+
+  18 Oct 2005; petre rodan <kaiowas@gentoo.org>
+  selinux-postfix-20050918.ebuild:
+  mark stable
+
+*selinux-postfix-20050918 (18 Sep 2005)
+
+  18 Sep 2005; petre rodan <kaiowas@gentoo.org>
+  -selinux-postfix-20050417.ebuild, +selinux-postfix-20050918.ebuild:
+  merge with upstream, added mips arch
+
+  26 Jun 2005; petre rodan <kaiowas@gentoo.org>
+  selinux-postfix-20050626.ebuild:
+  mark stable
+
+*selinux-postfix-20050626 (26 Jun 2005)
+
+  26 Jun 2005; petre rodan <kaiowas@gentoo.org>
+  -selinux-postfix-20050219.ebuild, +selinux-postfix-20050626.ebuild:
+  added name_connect rules
+
+  23 Apr 2005; petre rodan <kaiowas@gentoo.org>
+  -selinux-postfix-20041211.ebuild, selinux-postfix-20050417.ebuild:
+  mark stable
+
+*selinux-postfix-20050417 (16 Apr 2005)
+
+  16 Apr 2005; petre rodan <kaiowas@gentoo.org>
+  +selinux-postfix-20050417.ebuild:
+  fix for bug #89321
+
+  23 Mar 2005; petre rodan <kaiowas@gentoo.org>
+  selinux-postfix-20050219.ebuild:
+  mark stable
+
+*selinux-postfix-20050219 (25 Feb 2005)
+
+  25 Feb 2005; petre rodan <kaiowas@gentoo.org>
+  +selinux-postfix-20050219.ebuild:
+  merge with upstream policy
+
+*selinux-postfix-20041211 (12 Dec 2004)
+
+  12 Dec 2004; petre rodan <kaiowas@gentoo.org>
+  -selinux-postfix-20040427.ebuild, -selinux-postfix-20041021.ebuild,
+  -selinux-postfix-20041109.ebuild, -selinux-postfix-20041120.ebuild,
+  +selinux-postfix-20041211.ebuild:
+  removed old builds, small merge with upstream policy
+
+  23 Nov 2004; petre rodan <kaiowas@gentoo.org>
+  selinux-postfix-20041120.ebuild:
+  mark stable
+
+*selinux-postfix-20041120 (22 Nov 2004)
+
+  22 Nov 2004; petre rodan <kaiowas@gentoo.org>
+  +selinux-postfix-20041120.ebuild:
+  merge with nsa policy
+
+*selinux-postfix-20041109 (13 Nov 2004)
+
+  13 Nov 2004; petre rodan <kaiowas@gentoo.org>
+  +selinux-postfix-20041109.ebuild:
+  merge with nsa policy
+
+*selinux-postfix-20041021 (27 Oct 2004)
+
+  27 Oct 2004; petre rodan <kaiowas@gentoo.org>
+  +selinux-postfix-20041021.ebuild:
+  merge with nsa policy
+
+*selinux-postfix-20040427 (27 Apr 2004)
+
+  27 Apr 2004; Chris PeBenito <pebenito@gentoo.org> +metadata.xml,
+  +selinux-postfix-20040427.ebuild:
+  Initial commit.
+

diff --git a/sec-policy/selinux-postfix/metadata.xml b/sec-policy/selinux-postfix/metadata.xml
new file mode 100644
index 0000000..6cad3d5
--- /dev/null
+++ b/sec-policy/selinux-postfix/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>selinux</herd>
+	<longdescription>Gentoo SELinux policy for postfix</longdescription>
+</pkgmetadata>

diff --git a/sec-policy/selinux-postfix/selinux-postfix-2.20110726-r2.ebuild b/sec-policy/selinux-postfix/selinux-postfix-2.20110726-r2.ebuild
new file mode 100644
index 0000000..ff44da0
--- /dev/null
+++ b/sec-policy/selinux-postfix/selinux-postfix-2.20110726-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:52 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="postfix"
+BASEPOL="2.20110726-r10"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for postfix"
+KEYWORDS="~amd64 ~x86"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-30 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30 19:54 [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/selinux-postfix/, sec-policy/selinux-bacula/, Sven Vermeulen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox