sec-policy/selinux-cgmanager: new policy package

Package-Manager: portage-2.2.20.1
This commit is contained in:
Jason Zaman
2015-08-28 15:57:26 +08:00
parent 730111b9cf
commit e6d9957167
2 changed files with 23 additions and 0 deletions

View File

@@ -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 Control Group manager daemon</longdescription>
</pkgmetadata>

View File

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