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-postgresql | |
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-postgresql')
-rw-r--r-- | sec-policy/selinux-postgresql/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-postgresql/selinux-postgresql-20041028.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sec-policy/selinux-postgresql/ChangeLog b/sec-policy/selinux-postgresql/ChangeLog index daa524155f45..c74aa01d73ef 100644 --- a/sec-policy/selinux-postgresql/ChangeLog +++ b/sec-policy/selinux-postgresql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-postgresql # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postgresql/ChangeLog,v 1.1 2004/10/23 13:58:12 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postgresql/ChangeLog,v 1.2 2004/11/13 19:00:29 kaiowas Exp $ + +*selinux-postgresql-20041028 (13 Nov 2004) + + 13 Nov 2004; petre rodan <kaiowas@gentoo.org> + +selinux-postgresql-20041028.ebuild: + merge with nsa policy *selinux-postgresql-20041002 (23 Oct 2004) diff --git a/sec-policy/selinux-postgresql/selinux-postgresql-20041028.ebuild b/sec-policy/selinux-postgresql/selinux-postgresql-20041028.ebuild new file mode 100644 index 000000000000..56895b2056ab --- /dev/null +++ b/sec-policy/selinux-postgresql/selinux-postgresql-20041028.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-postgresql/selinux-postgresql-20041028.ebuild,v 1.1 2004/11/13 19:00:29 kaiowas Exp $ + +inherit selinux-policy + +TEFILES="postgresql.te" +FCFILES="postgresql.fc" +IUSE="" + +DESCRIPTION="SELinux policy for PostgreSQL" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +RDEPEND=">=sec-policy/selinux-base-policy-20041023" + |