mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sec-policy/selinux-cgmanager: new policy package
Package-Manager: portage-2.2.20.1
This commit is contained in:
6
sec-policy/selinux-cgmanager/metadata.xml
Normal file
6
sec-policy/selinux-cgmanager/metadata.xml
Normal 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>
|
||||
17
sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
Normal file
17
sec-policy/selinux-cgmanager/selinux-cgmanager-9999.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user