mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sec-policy/selinux-systemd: Add new policy package
Package-Manager: portage-2.2.26
This commit is contained in:
9
sec-policy/selinux-systemd/metadata.xml
Normal file
9
sec-policy/selinux-systemd/metadata.xml
Normal 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>
|
||||
15
sec-policy/selinux-systemd/selinux-systemd-9999.ebuild
Normal file
15
sec-policy/selinux-systemd/selinux-systemd-9999.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user