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