diff options
author | 2014-06-25 20:02:19 +0000 | |
---|---|---|
committer | 2014-06-25 20:02:19 +0000 | |
commit | 3d88f91d12d24642f5eb7a2b3fc1b97e6b7ccf2b (patch) | |
tree | 9e9827a9a80a9b6c414e3192d01fa3abbefd6ca7 /sec-policy | |
parent | Add missing DEPEND, bug #515086 by Paolo Pedroni (diff) | |
download | gentoo-2-3d88f91d12d24642f5eb7a2b3fc1b97e6b7ccf2b.tar.gz gentoo-2-3d88f91d12d24642f5eb7a2b3fc1b97e6b7ccf2b.tar.bz2 gentoo-2-3d88f91d12d24642f5eb7a2b3fc1b97e6b7ccf2b.zip |
Adding SELinux support for openresolv
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-resolvconf/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-resolvconf/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild | 14 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sec-policy/selinux-resolvconf/ChangeLog b/sec-policy/selinux-resolvconf/ChangeLog new file mode 100644 index 000000000000..28ed4dfaf7a7 --- /dev/null +++ b/sec-policy/selinux-resolvconf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-resolvconf +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/ChangeLog,v 1.1 2014/06/25 20:02:19 swift Exp $ + +*selinux-resolvconf-9999 (25 Jun 2014) + + 25 Jun 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-resolvconf-9999.ebuild, +metadata.xml: + Fix bug #509728 - Add support for openresolv (resolvconf implementation) + diff --git a/sec-policy/selinux-resolvconf/metadata.xml b/sec-policy/selinux-resolvconf/metadata.xml new file mode 100644 index 000000000000..181a73439b36 --- /dev/null +++ b/sec-policy/selinux-resolvconf/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 resolvconf</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild b/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild new file mode 100644 index 000000000000..6fd8889f513b --- /dev/null +++ b/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-resolvconf/selinux-resolvconf-9999.ebuild,v 1.1 2014/06/25 20:02:19 swift Exp $ +EAPI="4" + +IUSE="" +MODS="resolvconf" +BASEPOL="9999" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for resolvconf" + +KEYWORDS="" |