sec-policy/selinux-systemd: Add new policy package

Package-Manager: portage-2.2.26
This commit is contained in:
Jason Zaman
2016-03-12 02:52:52 +08:00
parent 042a08b847
commit 084cdd5b4c
2 changed files with 24 additions and 0 deletions

View File

@@ -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 <pkg>sys-apps/systemd</pkg></longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
IUSE=""
MODS="systemd"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for systemd"
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi