summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-syncthing/metadata.xml9
-rw-r--r--sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild15
2 files changed, 24 insertions, 0 deletions
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 @@
+<?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
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