* [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/selinux-uucp/, sec-policy/selinux-rpm/, sec-policy/selinux-ncftool/, ...
@ 2011-12-02 21:39 Sven Vermeulen
0 siblings, 0 replies; only message in thread
From: Sven Vermeulen @ 2011-12-02 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 4f9d7e8a17e2e00fec74be889eb06e4750c82c21
Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Fri Dec 2 21:39:10 2011 +0000
Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
CommitDate: Fri Dec 2 21:39:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=4f9d7e8a
Adding new SELinux modules, needed for later communication about SELinux dependencies
---
sec-policy/selinux-denyhosts/ChangeLog | 10 ++++++++++
sec-policy/selinux-denyhosts/metadata.xml | 6 ++++++
.../selinux-denyhosts-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-dpkg/ChangeLog | 10 ++++++++++
sec-policy/selinux-dpkg/metadata.xml | 6 ++++++
.../selinux-dpkg/selinux-dpkg-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-howl/ChangeLog | 10 ++++++++++
sec-policy/selinux-howl/metadata.xml | 6 ++++++
.../selinux-howl/selinux-howl-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-mpd/ChangeLog | 10 ++++++++++
sec-policy/selinux-mpd/metadata.xml | 6 ++++++
.../selinux-mpd/selinux-mpd-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-ncftool/ChangeLog | 10 ++++++++++
sec-policy/selinux-ncftool/metadata.xml | 6 ++++++
.../selinux-ncftool-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-plymouthd/ChangeLog | 10 ++++++++++
sec-policy/selinux-plymouthd/metadata.xml | 6 ++++++
.../selinux-plymouthd-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-rpm/ChangeLog | 10 ++++++++++
sec-policy/selinux-rpm/metadata.xml | 6 ++++++
.../selinux-rpm/selinux-rpm-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-ucspitcp/ChangeLog | 10 ++++++++++
sec-policy/selinux-ucspitcp/metadata.xml | 6 ++++++
.../selinux-ucspitcp-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-uucp/ChangeLog | 10 ++++++++++
sec-policy/selinux-uucp/metadata.xml | 6 ++++++
.../selinux-uucp/selinux-uucp-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-vnstatd/ChangeLog | 10 ++++++++++
sec-policy/selinux-vnstatd/metadata.xml | 6 ++++++
.../selinux-vnstatd-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-wm/ChangeLog | 9 +++++++++
sec-policy/selinux-wm/metadata.xml | 6 ++++++
sec-policy/selinux-wm/selinux-wm-2.20110726.ebuild | 13 +++++++++++++
sec-policy/selinux-xprint/ChangeLog | 10 ++++++++++
sec-policy/selinux-xprint/metadata.xml | 6 ++++++
.../selinux-xprint-2.20110726.ebuild | 13 +++++++++++++
36 files changed, 347 insertions(+), 0 deletions(-)
diff --git a/sec-policy/selinux-denyhosts/ChangeLog b/sec-policy/selinux-denyhosts/ChangeLog
new file mode 100644
index 0000000..0fc538e
--- /dev/null
+++ b/sec-policy/selinux-denyhosts/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-denyhosts
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-denyhosts-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-denyhosts-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for denyhosts
+
diff --git a/sec-policy/selinux-denyhosts/metadata.xml b/sec-policy/selinux-denyhosts/metadata.xml
new file mode 100644
index 0000000..181c8fc
--- /dev/null
+++ b/sec-policy/selinux-denyhosts/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 denyhosts</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20110726.ebuild b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20110726.ebuild
new file mode 100644
index 0000000..0e7c525
--- /dev/null
+++ b/sec-policy/selinux-denyhosts/selinux-denyhosts-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="denyhosts"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for denyhosts"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-dpkg/ChangeLog b/sec-policy/selinux-dpkg/ChangeLog
new file mode 100644
index 0000000..8be4925
--- /dev/null
+++ b/sec-policy/selinux-dpkg/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-dpkg
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-dpkg-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-dpkg-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for dpkg
+
diff --git a/sec-policy/selinux-dpkg/metadata.xml b/sec-policy/selinux-dpkg/metadata.xml
new file mode 100644
index 0000000..3381586
--- /dev/null
+++ b/sec-policy/selinux-dpkg/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 dpkg</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-dpkg/selinux-dpkg-2.20110726.ebuild b/sec-policy/selinux-dpkg/selinux-dpkg-2.20110726.ebuild
new file mode 100644
index 0000000..48fd94a
--- /dev/null
+++ b/sec-policy/selinux-dpkg/selinux-dpkg-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-emu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="dpkg"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for dpkg"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-howl/ChangeLog b/sec-policy/selinux-howl/ChangeLog
new file mode 100644
index 0000000..0759982
--- /dev/null
+++ b/sec-policy/selinux-howl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-howl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-howl-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-howl-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for howl
+
diff --git a/sec-policy/selinux-howl/metadata.xml b/sec-policy/selinux-howl/metadata.xml
new file mode 100644
index 0000000..6a79e57
--- /dev/null
+++ b/sec-policy/selinux-howl/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 howl</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-howl/selinux-howl-2.20110726.ebuild b/sec-policy/selinux-howl/selinux-howl-2.20110726.ebuild
new file mode 100644
index 0000000..bfe47e3
--- /dev/null
+++ b/sec-policy/selinux-howl/selinux-howl-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="howl"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for howl"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-mpd/ChangeLog b/sec-policy/selinux-mpd/ChangeLog
new file mode 100644
index 0000000..d927dc5
--- /dev/null
+++ b/sec-policy/selinux-mpd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-mpd
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-mpd-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-mpd-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for mpd
+
diff --git a/sec-policy/selinux-mpd/metadata.xml b/sec-policy/selinux-mpd/metadata.xml
new file mode 100644
index 0000000..8d1d1e6
--- /dev/null
+++ b/sec-policy/selinux-mpd/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 mpd</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-mpd/selinux-mpd-2.20110726.ebuild b/sec-policy/selinux-mpd/selinux-mpd-2.20110726.ebuild
new file mode 100644
index 0000000..172c89a
--- /dev/null
+++ b/sec-policy/selinux-mpd/selinux-mpd-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="mpd"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for mpd"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-ncftool/ChangeLog b/sec-policy/selinux-ncftool/ChangeLog
new file mode 100644
index 0000000..617eef0
--- /dev/null
+++ b/sec-policy/selinux-ncftool/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-ncftool
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-ncftool-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-ncftool-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for ncftool
+
diff --git a/sec-policy/selinux-ncftool/metadata.xml b/sec-policy/selinux-ncftool/metadata.xml
new file mode 100644
index 0000000..cec13cb
--- /dev/null
+++ b/sec-policy/selinux-ncftool/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 ncftool</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-ncftool/selinux-ncftool-2.20110726.ebuild b/sec-policy/selinux-ncftool/selinux-ncftool-2.20110726.ebuild
new file mode 100644
index 0000000..145d68e
--- /dev/null
+++ b/sec-policy/selinux-ncftool/selinux-ncftool-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="ncftool"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for ncftool"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-plymouthd/ChangeLog b/sec-policy/selinux-plymouthd/ChangeLog
new file mode 100644
index 0000000..3a8b21b
--- /dev/null
+++ b/sec-policy/selinux-plymouthd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-plymouthd
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-plymouthd-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-plymouthd-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for plymouthd
+
diff --git a/sec-policy/selinux-plymouthd/metadata.xml b/sec-policy/selinux-plymouthd/metadata.xml
new file mode 100644
index 0000000..4eef375
--- /dev/null
+++ b/sec-policy/selinux-plymouthd/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 plymouthd</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20110726.ebuild b/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20110726.ebuild
new file mode 100644
index 0000000..4b6f84a
--- /dev/null
+++ b/sec-policy/selinux-plymouthd/selinux-plymouthd-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="plymouthd"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for plymouthd"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-rpm/ChangeLog b/sec-policy/selinux-rpm/ChangeLog
new file mode 100644
index 0000000..1c6140f
--- /dev/null
+++ b/sec-policy/selinux-rpm/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-rpm
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-rpm-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-rpm-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for rpm
+
diff --git a/sec-policy/selinux-rpm/metadata.xml b/sec-policy/selinux-rpm/metadata.xml
new file mode 100644
index 0000000..97163ee
--- /dev/null
+++ b/sec-policy/selinux-rpm/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 rpm</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-rpm/selinux-rpm-2.20110726.ebuild b/sec-policy/selinux-rpm/selinux-rpm-2.20110726.ebuild
new file mode 100644
index 0000000..2b8198e
--- /dev/null
+++ b/sec-policy/selinux-rpm/selinux-rpm-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="rpm"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for rpm"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-ucspitcp/ChangeLog b/sec-policy/selinux-ucspitcp/ChangeLog
new file mode 100644
index 0000000..fa45a89
--- /dev/null
+++ b/sec-policy/selinux-ucspitcp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-ucspitcp
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-ucspitcp-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-ucspitcp-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for ucspitcp
+
diff --git a/sec-policy/selinux-ucspitcp/metadata.xml b/sec-policy/selinux-ucspitcp/metadata.xml
new file mode 100644
index 0000000..0b51f5c
--- /dev/null
+++ b/sec-policy/selinux-ucspitcp/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 ucspitcp</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20110726.ebuild b/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20110726.ebuild
new file mode 100644
index 0000000..5224aff
--- /dev/null
+++ b/sec-policy/selinux-ucspitcp/selinux-ucspitcp-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="ucspitcp"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for ucspitcp"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-uucp/ChangeLog b/sec-policy/selinux-uucp/ChangeLog
new file mode 100644
index 0000000..d8e9711
--- /dev/null
+++ b/sec-policy/selinux-uucp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-uucp
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-uucp-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-uucp-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for uucp
+
diff --git a/sec-policy/selinux-uucp/metadata.xml b/sec-policy/selinux-uucp/metadata.xml
new file mode 100644
index 0000000..81b3601
--- /dev/null
+++ b/sec-policy/selinux-uucp/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 uucp</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-uucp/selinux-uucp-2.20110726.ebuild b/sec-policy/selinux-uucp/selinux-uucp-2.20110726.ebuild
new file mode 100644
index 0000000..074bd68
--- /dev/null
+++ b/sec-policy/selinux-uucp/selinux-uucp-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="uucp"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for uucp"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-vnstatd/ChangeLog b/sec-policy/selinux-vnstatd/ChangeLog
new file mode 100644
index 0000000..a6ad047
--- /dev/null
+++ b/sec-policy/selinux-vnstatd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-vnstatd
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-vnstatd-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-vnstatd-2.20110726.ebuild,
+ +metadata.xml:
+ Adding package for vnstatd
+
diff --git a/sec-policy/selinux-vnstatd/metadata.xml b/sec-policy/selinux-vnstatd/metadata.xml
new file mode 100644
index 0000000..78279e2
--- /dev/null
+++ b/sec-policy/selinux-vnstatd/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 vnstatd</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20110726.ebuild b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20110726.ebuild
new file mode 100644
index 0000000..9b2d1f1
--- /dev/null
+++ b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="vnstatd"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for vnstatd"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-wm/ChangeLog b/sec-policy/selinux-wm/ChangeLog
new file mode 100644
index 0000000..cc66276
--- /dev/null
+++ b/sec-policy/selinux-wm/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sec-policy/selinux-wm
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-wm-2.20110726 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-wm-2.20110726.ebuild, +metadata.xml:
+ Adding package for wm
+
diff --git a/sec-policy/selinux-wm/metadata.xml b/sec-policy/selinux-wm/metadata.xml
new file mode 100644
index 0000000..abb4afe
--- /dev/null
+++ b/sec-policy/selinux-wm/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 wm</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-wm/selinux-wm-2.20110726.ebuild b/sec-policy/selinux-wm/selinux-wm-2.20110726.ebuild
new file mode 100644
index 0000000..bc76537
--- /dev/null
+++ b/sec-policy/selinux-wm/selinux-wm-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="wm"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for wm"
+KEYWORDS="~amd64 ~x86"
diff --git a/sec-policy/selinux-xprint/ChangeLog b/sec-policy/selinux-xprint/ChangeLog
new file mode 100644
index 0000000..80873f1
--- /dev/null
+++ b/sec-policy/selinux-xprint/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sec-policy/selinux-xprint
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*selinux-qemu-2.20110726-r2 (02 Dec 2011)
+
+ 02 Dec 2011; <swift@gentoo.org> +selinux-qemu-2.20110726-r2.ebuild,
+ +metadata.xml:
+ Adding package for xprint
+
diff --git a/sec-policy/selinux-xprint/metadata.xml b/sec-policy/selinux-xprint/metadata.xml
new file mode 100644
index 0000000..859bf93
--- /dev/null
+++ b/sec-policy/selinux-xprint/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 xprint</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-xprint/selinux-xprint-2.20110726.ebuild b/sec-policy/selinux-xprint/selinux-xprint-2.20110726.ebuild
new file mode 100644
index 0000000..7cbc19d
--- /dev/null
+++ b/sec-policy/selinux-xprint/selinux-xprint-2.20110726.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-qemu/selinux-qemu-2.20110726-r1.ebuild,v 1.2 2011/10/23 12:42:29 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="xprint"
+BASEPOL="2.20110726-r7"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for xprint"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-02 21:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 21:39 [gentoo-commits] proj/hardened-dev:master commit in: sec-policy/selinux-uucp/, sec-policy/selinux-rpm/, sec-policy/selinux-ncftool/, Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox