summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-04-11 11:54:08 +0000
committerJason Zaman <perfinion@gentoo.org>2015-04-11 11:54:08 +0000
commit0e5fc7aac10de6ebd94f319c8555ead3bfb08332 (patch)
treef63afeac7e9f9f7ad8471ab0681d9d7249ce666a /sec-policy
parentRemove blocker against released version. (diff)
downloadgentoo-2-0e5fc7aac10de6ebd94f319c8555ead3bfb08332.tar.gz
gentoo-2-0e5fc7aac10de6ebd94f319c8555ead3bfb08332.tar.bz2
gentoo-2-0e5fc7aac10de6ebd94f319c8555ead3bfb08332.zip
Initial commit
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-uwsgi/ChangeLog9
-rw-r--r--sec-policy/selinux-uwsgi/metadata.xml6
-rw-r--r--sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild17
3 files changed, 32 insertions, 0 deletions
diff --git a/sec-policy/selinux-uwsgi/ChangeLog b/sec-policy/selinux-uwsgi/ChangeLog
new file mode 100644
index 000000000000..c924b6149f83
--- /dev/null
+++ b/sec-policy/selinux-uwsgi/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sec-policy/selinux-uwsgi
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-uwsgi/ChangeLog,v 1.1 2015/04/11 11:54:08 perfinion Exp $
+
+*selinux-uwsgi-9999 (11 Apr 2015)
+
+ 11 Apr 2015; <jason@gentoo.org> +selinux-uwsgi-9999.ebuild, +metadata.xml:
+ Initial commit
+
diff --git a/sec-policy/selinux-uwsgi/metadata.xml b/sec-policy/selinux-uwsgi/metadata.xml
new file mode 100644
index 000000000000..fa7a9632ed66
--- /dev/null
+++ b/sec-policy/selinux-uwsgi/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 uWSGI</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild b/sec-policy/selinux-uwsgi/selinux-uwsgi-9999.ebuild
new file mode 100644
index 000000000000..3c7f5b6e09ab
--- /dev/null
+++ b/sec-policy/selinux-uwsgi/selinux-uwsgi-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-uwsgi/selinux-uwsgi-9999.ebuild,v 1.1 2015/04/11 11:54:08 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="uwsgi"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for uWSGI"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi