diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:43:53 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:43:53 +0000 |
commit | af9dc63dfb4b7160b9d726554ec48aa0ceabd508 (patch) | |
tree | 6a2161462b685449fd8cc7ad67cc80c88cf27cd5 /sec-policy | |
parent | Fixing various bugs, cfr http://archives.gentoo.org/gentoo-hardened/msg_c1f66... (diff) | |
download | historical-af9dc63dfb4b7160b9d726554ec48aa0ceabd508.tar.gz historical-af9dc63dfb4b7160b9d726554ec48aa0ceabd508.tar.bz2 historical-af9dc63dfb4b7160b9d726554ec48aa0ceabd508.zip |
Fixing file context for amavis configuration file (bug #389579)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-amavis/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-amavis/selinux-amavis-2.20110726-r1.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-amavis/ChangeLog b/sec-policy/selinux-amavis/ChangeLog index 58e874097672..cd290192644a 100644 --- a/sec-policy/selinux-amavis/ChangeLog +++ b/sec-policy/selinux-amavis/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-amavis # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amavis/ChangeLog,v 1.5 2011/11/12 20:53:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amavis/ChangeLog,v 1.6 2011/11/15 10:43:53 swift Exp $ + +*selinux-amavis-2.20110726-r1 (15 Nov 2011) + + 15 Nov 2011; <swift@gentoo.org> +selinux-amavis-2.20110726-r1.ebuild: + Fix file context for amavis configuration file 12 Nov 2011; <swift@gentoo.org> -selinux-amavis-2.20101213.ebuild: Removing old policies diff --git a/sec-policy/selinux-amavis/selinux-amavis-2.20110726-r1.ebuild b/sec-policy/selinux-amavis/selinux-amavis-2.20110726-r1.ebuild new file mode 100644 index 000000000000..01354ed0ae36 --- /dev/null +++ b/sec-policy/selinux-amavis/selinux-amavis-2.20110726-r1.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-amavis/selinux-amavis-2.20110726-r1.ebuild,v 1.1 2011/11/15 10:43:53 swift Exp $ +EAPI="4" + +IUSE="" +MODS="amavis" +BASEPOL="2.20110726-r6" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for amavis" + +KEYWORDS="~amd64 ~x86" |