diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-01-24 00:04:35 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-01-26 15:25:49 +0800 |
commit | 04e345ff9469710fe46b7d5da2d40c3504916547 (patch) | |
tree | 83f8de4c3a1b0b7bbdd102b22fdf9eb62e6106a4 /sec-policy | |
parent | x11-libs/gtk+: Remove identical double gdk-pixbuf depend (diff) | |
download | gentoo-04e345ff9469710fe46b7d5da2d40c3504916547.tar.gz gentoo-04e345ff9469710fe46b7d5da2d40c3504916547.tar.bz2 gentoo-04e345ff9469710fe46b7d5da2d40c3504916547.zip |
sec-policy/selinux-syncthing: New policy package
Package-Manager: portage-2.3.0
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-syncthing/metadata.xml | 9 | ||||
-rw-r--r-- | sec-policy/selinux-syncthing/selinux-syncthing-9999.ebuild | 15 |
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 |