commit:     084cdd5b4cf592626ef8440ecf1ae6469bffa2a4
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 18:52:52 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 04:36:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084cdd5b

sec-policy/selinux-systemd: Add new policy package

Package-Manager: portage-2.2.26

 sec-policy/selinux-systemd/metadata.xml                |  9 +++++++++
 sec-policy/selinux-systemd/selinux-systemd-9999.ebuild | 15 +++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sec-policy/selinux-systemd/metadata.xml 
b/sec-policy/selinux-systemd/metadata.xml
new file mode 100644
index 0000000..f9eeaaf
--- /dev/null
+++ b/sec-policy/selinux-systemd/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>seli...@gentoo.org</email>
+               <name>SELinux Team</name>
+       </maintainer>
+       <longdescription>Gentoo SELinux policy for 
<pkg>sys-apps/systemd</pkg></longdescription>
+</pkgmetadata>

diff --git a/sec-policy/selinux-systemd/selinux-systemd-9999.ebuild 
b/sec-policy/selinux-systemd/selinux-systemd-9999.ebuild
new file mode 100644
index 0000000..366bb7e
--- /dev/null
+++ b/sec-policy/selinux-systemd/selinux-systemd-9999.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI="5"
+
+IUSE=""
+MODS="systemd"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for systemd"
+
+if [[ ${PV} != 9999* ]] ; then
+       KEYWORDS="~amd64 ~x86"
+fi

Reply via email to