From: Jason Zaman Date: Mon, 23 Jan 2017 16:04:35 +0000 (+0800) Subject: sec-policy/selinux-syncthing: New policy package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=04e345ff9469710fe46b7d5da2d40c3504916547;p=gentoo.git sec-policy/selinux-syncthing: New policy package Package-Manager: portage-2.3.0 --- diff --git a/sec-policy/selinux-syncthing/metadata.xml b/sec-policy/selinux-syncthing/metadata.xml new file mode 100644 index 000000000000..a50af3ee2c6c --- /dev/null +++ b/sec-policy/selinux-syncthing/metadata.xml @@ -0,0 +1,9 @@ + + + + + selinux@gentoo.org + SELinux Team + + Gentoo SELinux policy for syncthing + diff --git a/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild b/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild new file mode 100644 index 000000000000..a69914248dc7 --- /dev/null +++ b/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="6" + +IUSE="" +MODS="syncthing" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for syncthing" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi