sec-policy/selinux-syncthing: New policy package
authorJason Zaman <perfinion@gentoo.org>
Mon, 23 Jan 2017 16:04:35 +0000 (00:04 +0800)
committerJason Zaman <perfinion@gentoo.org>
Thu, 26 Jan 2017 07:25:49 +0000 (15:25 +0800)
Package-Manager: portage-2.3.0

sec-policy/selinux-syncthing/metadata.xml [new file with mode: 0644]
sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild [new file with mode: 0644]

diff --git a/sec-policy/selinux-syncthing/metadata.xml b/sec-policy/selinux-syncthing/metadata.xml
new file mode 100644 (file)
index 0000000..a50af3e
--- /dev/null
@@ -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 syncthing</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild b/sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild
new file mode 100644 (file)
index 0000000..a699142
--- /dev/null
@@ -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