sec-policy/selinux-tboot: Add new policy package
authorJason Zaman <perfinion@gentoo.org>
Fri, 11 Mar 2016 17:28:36 +0000 (01:28 +0800)
committerJason Zaman <perfinion@gentoo.org>
Fri, 11 Mar 2016 17:29:01 +0000 (01:29 +0800)
Package-Manager: portage-2.2.26

sec-policy/selinux-tboot/metadata.xml [new file with mode: 0644]
sec-policy/selinux-tboot/selinux-tboot-9999.ebuild [new file with mode: 0644]

diff --git a/sec-policy/selinux-tboot/metadata.xml b/sec-policy/selinux-tboot/metadata.xml
new file mode 100644 (file)
index 0000000..1c5cb54
--- /dev/null
@@ -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>selinux@gentoo.org</email>
+               <name>SELinux Team</name>
+       </maintainer>
+       <longdescription>Gentoo SELinux policy for <pkg>sys-boot/tboot</pkg></longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild b/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild
new file mode 100644 (file)
index 0000000..fca004e
--- /dev/null
@@ -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="tboot"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for tboot"
+
+if [[ ${PV} != 9999* ]] ; then
+       KEYWORDS="~amd64 ~x86"
+fi