diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2004-11-13 19:04:50 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2004-11-13 19:04:50 +0000 |
commit | ef86f07a019b980f6b16d923bfc52addd40f26bb (patch) | |
tree | 494d7bea31da3a099399f38548c12f8edb0f481d /sec-policy/selinux-postfix | |
parent | Version bump. Marked 0.3.8 stable on x86. Removed old ebuilds. (diff) | |
download | historical-ef86f07a019b980f6b16d923bfc52addd40f26bb.tar.gz historical-ef86f07a019b980f6b16d923bfc52addd40f26bb.tar.bz2 historical-ef86f07a019b980f6b16d923bfc52addd40f26bb.zip |
merge with nsa policy
Diffstat (limited to 'sec-policy/selinux-postfix')
-rw-r--r-- | sec-policy/selinux-postfix/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-postfix/selinux-postfix-20041109.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/sec-policy/selinux-postfix/ChangeLog b/sec-policy/selinux-postfix/ChangeLog index 3b1da02884ce..725d83048789 100644 --- a/sec-policy/selinux-postfix/ChangeLog +++ b/sec-policy/selinux-postfix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-postfix # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.3 2004/10/27 13:14:18 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/ChangeLog,v 1.4 2004/11/13 18:58:18 kaiowas Exp $ + +*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) diff --git a/sec-policy/selinux-postfix/selinux-postfix-20041109.ebuild b/sec-policy/selinux-postfix/selinux-postfix-20041109.ebuild new file mode 100644 index 000000000000..b0be753c4602 --- /dev/null +++ b/sec-policy/selinux-postfix/selinux-postfix-20041109.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postfix/selinux-postfix-20041109.ebuild,v 1.1 2004/11/13 18:58:19 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="postfix.te" +FCFILES="postfix.fc" +IUSE="" + +DESCRIPTION="SELinux policy for postfix" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + |