diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-03-12 01:28:36 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-03-12 01:29:01 +0800 |
commit | f970e5aee44f79910ac5cf0e91a7ebac9891b9ce (patch) | |
tree | 2d14dba16d0364c96065878af636df9268ba6ba1 /sec-policy | |
parent | dev-lang/yap: differentiate between mysql & odbc during MYDDAS config checks (diff) | |
download | gentoo-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')
-rw-r--r-- | sec-policy/selinux-tboot/metadata.xml | 9 | ||||
-rw-r--r-- | sec-policy/selinux-tboot/selinux-tboot-9999.ebuild | 15 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sec-policy/selinux-tboot/metadata.xml b/sec-policy/selinux-tboot/metadata.xml new file mode 100644 index 000000000000..1c5cb545fafb --- /dev/null +++ b/sec-policy/selinux-tboot/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>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 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 |