summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2016-03-12 01:28:36 +0800
committerJason Zaman <perfinion@gentoo.org>2016-03-12 01:29:01 +0800
commitf970e5aee44f79910ac5cf0e91a7ebac9891b9ce (patch)
tree2d14dba16d0364c96065878af636df9268ba6ba1 /sec-policy/selinux-tboot/selinux-tboot-9999.ebuild
parentdev-lang/yap: differentiate between mysql & odbc during MYDDAS config checks (diff)
downloadgentoo-f970e5aee44f79910ac5cf0e91a7ebac9891b9ce.tar.gz
gentoo-f970e5aee44f79910ac5cf0e91a7ebac9891b9ce.tar.bz2
gentoo-f970e5aee44f79910ac5cf0e91a7ebac9891b9ce.zip
sec-policy/selinux-tboot: Add new policy package
Package-Manager: portage-2.2.26
Diffstat (limited to 'sec-policy/selinux-tboot/selinux-tboot-9999.ebuild')
-rw-r--r--sec-policy/selinux-tboot/selinux-tboot-9999.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild b/sec-policy/selinux-tboot/selinux-tboot-9999.ebuild
new file mode 100644
index 000000000000..fca004e293a0
--- /dev/null
+++ b/sec-policy/selinux-tboot/selinux-tboot-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="tboot"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for tboot"
+
+if [[ ${PV} != 9999* ]] ; then
+ KEYWORDS="~amd64 ~x86"
+fi