diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-01-14 19:59:59 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-01-14 19:59:59 +0000 |
commit | be2f8e09533fd8e19ec5472e7d38ea40449dcea6 (patch) | |
tree | 4d348b4caba2edff1984cf8f4d48344a1d3be437 /sec-policy/selinux-bacula | |
parent | Fix bug #393401, #375475 (diff) | |
download | historical-be2f8e09533fd8e19ec5472e7d38ea40449dcea6.tar.gz historical-be2f8e09533fd8e19ec5472e7d38ea40449dcea6.tar.bz2 historical-be2f8e09533fd8e19ec5472e7d38ea40449dcea6.zip |
Bump to rev 11, add in dependencies and new selinux policy packages
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-bacula')
-rw-r--r-- | sec-policy/selinux-bacula/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-bacula/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild | 14 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sec-policy/selinux-bacula/ChangeLog b/sec-policy/selinux-bacula/ChangeLog new file mode 100644 index 000000000000..bfe990d13602 --- /dev/null +++ b/sec-policy/selinux-bacula/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sec-policy/selinux-bacula +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bacula/ChangeLog,v 1.1 2012/01/14 19:59:58 swift Exp $ + +*selinux-bacula-2.20110726 (28 Dec 2011) + + 28 Dec 2011; <swift@gentoo.org> +selinux-bacula-2.20110726.ebuild, + +metadata.xml: + Initial policy for Bacula, thanks to Stan Sander + diff --git a/sec-policy/selinux-bacula/metadata.xml b/sec-policy/selinux-bacula/metadata.xml new file mode 100644 index 000000000000..bcbdae69aef9 --- /dev/null +++ b/sec-policy/selinux-bacula/metadata.xml @@ -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 bacula</longdescription> +</pkgmetadata> diff --git a/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild b/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild new file mode 100644 index 000000000000..ddb95cdf4301 --- /dev/null +++ b/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-bacula/selinux-bacula-2.20110726.ebuild,v 1.1 2012/01/14 19:59:58 swift Exp $ +EAPI="4" + +IUSE="" +MODS="bacula" +BASEPOL="2.20110726-r10" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for bacula" + +KEYWORDS="~amd64 ~x86" |