add selinux policy for gitea

This commit is contained in:
2019-05-26 21:27:11 +03:00
parent 2ffcd893fe
commit 5934810d3e
5 changed files with 681 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
IUSE=""
MODS="gitea"
POLICY_FILES="gitea.te gitea.fc gitea.if"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for gitea"
RDEPEND="sec-policy/selinux-base-policy"
if [[ $PV == 9999* ]] ; then
KEYWORDS=""
else
KEYWORDS="amd64 x86"
fi