From f970e5aee44f79910ac5cf0e91a7ebac9891b9ce Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Sat, 12 Mar 2016 01:28:36 +0800 Subject: [PATCH] sec-policy/selinux-tboot: Add new policy package Package-Manager: portage-2.2.26 --- sec-policy/selinux-tboot/metadata.xml | 9 +++++++++ .../selinux-tboot/selinux-tboot-9999.ebuild | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 sec-policy/selinux-tboot/metadata.xml create mode 100644 sec-policy/selinux-tboot/selinux-tboot-9999.ebuild diff --git a/sec-policy/selinux-tboot/metadata.xml b/sec-policy/selinux-tboot/metadata.xml new file mode 100644 index 0000000000000..1c5cb545fafbb --- /dev/null +++ b/sec-policy/selinux-tboot/metadata.xml @@ -0,0 +1,9 @@ + + + + + selinux@gentoo.org + SELinux Team + + Gentoo SELinux policy for sys-boot/tboot + 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 0000000000000..fca004e293a03 --- /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