diff options
author | 2015-07-14 09:54:24 +0000 | |
---|---|---|
committer | 2015-07-14 09:54:24 +0000 | |
commit | edd9f10554cc90b09aff1f3acdd3c27afa602975 (patch) | |
tree | 9b75b5f9c6ee2de9f147428c7f05581acf9aa85f /sec-policy | |
parent | add patch metadata (diff) | |
download | gentoo-2-edd9f10554cc90b09aff1f3acdd3c27afa602975.tar.gz gentoo-2-edd9f10554cc90b09aff1f3acdd3c27afa602975.tar.bz2 gentoo-2-edd9f10554cc90b09aff1f3acdd3c27afa602975.zip |
Adding SELinux subsonic policy support to the tree
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-subsonic/ChangeLog | 9 | ||||
-rw-r--r-- | sec-policy/selinux-subsonic/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild | 17 |
3 files changed, 32 insertions, 0 deletions
diff --git a/sec-policy/selinux-subsonic/ChangeLog b/sec-policy/selinux-subsonic/ChangeLog new file mode 100644 index 000000000000..b37a63955ced --- /dev/null +++ b/sec-policy/selinux-subsonic/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sec-policy/selinux-subsonic +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-subsonic/ChangeLog,v 1.1 2015/07/14 09:54:24 perfinion Exp $ + +*selinux-subsonic-9999 (14 Jul 2015) + + 14 Jul 2015; Jason Zaman <perfinion@gentoo.org> +metadata.xml, + +selinux-subsonic-9999.ebuild: + Adding SELinux subsonic policy support to the tree diff --git a/sec-policy/selinux-subsonic/metadata.xml b/sec-policy/selinux-subsonic/metadata.xml new file mode 100644 index 000000000000..e6190a6138ca --- /dev/null +++ b/sec-policy/selinux-subsonic/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>selinux</herd> + <longdescription>Gentoo SELinux policy for subsonic music streaming server</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild b/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild new file mode 100644 index 000000000000..fea268d2c4cd --- /dev/null +++ b/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-subsonic/selinux-subsonic-9999.ebuild,v 1.1 2015/07/14 09:54:24 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="subsonic" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for subsonic" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |