From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FE8E139083 for ; Thu, 14 Dec 2017 09:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD9EE0E5A; Thu, 14 Dec 2017 09:56:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A8D4E0E5A for ; Thu, 14 Dec 2017 09:56:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C363033BEC7 for ; Thu, 14 Dec 2017 09:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860ADAE1D for ; Thu, 14 Dec 2017 09:56:50 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1513245380.0d036c42552830ed8d2f54d6cbbd2f5c6b9e0ef5.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-dirmngr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-dirmngr/metadata.xml sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild X-VCS-Directories: sec-policy/selinux-dirmngr/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0d036c42552830ed8d2f54d6cbbd2f5c6b9e0ef5 X-VCS-Branch: master Date: Thu, 14 Dec 2017 09:56:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e41f2298-c2c7-40f7-9e0d-e139d6589dcb X-Archives-Hash: 488b507e15a03c5315c6c181b33a2e55 commit: 0d036c42552830ed8d2f54d6cbbd2f5c6b9e0ef5 Author: Jason Zaman gentoo org> AuthorDate: Thu Dec 14 09:48:49 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Dec 14 09:56:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d036c42 sec-policy/selinux-dirmngr: add policy for dirmngr Package-Manager: Portage-2.3.13, Repoman-2.3.3 sec-policy/selinux-dirmngr/metadata.xml | 9 +++++++++ sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild | 15 +++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/sec-policy/selinux-dirmngr/metadata.xml b/sec-policy/selinux-dirmngr/metadata.xml new file mode 100644 index 00000000000..0728d49a082 --- /dev/null +++ b/sec-policy/selinux-dirmngr/metadata.xml @@ -0,0 +1,9 @@ + + + + + selinux@gentoo.org + SELinux Team + + Gentoo SELinux policy for dirmngr + diff --git a/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild b/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild new file mode 100644 index 00000000000..83febaf2408 --- /dev/null +++ b/sec-policy/selinux-dirmngr/selinux-dirmngr-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +IUSE="" +MODS="dirmngr" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dirmngr" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" +fi