diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-12-04 19:02:20 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-12-04 19:02:20 +0000 |
commit | 473427c0542b343f9eddd4c1efb7395ee4527db1 (patch) | |
tree | 07d4a9b5272b6629aa0cd3a5c1fc99a7b2872352 /sec-policy/selinux-xprint | |
parent | old (diff) | |
download | gentoo-2-473427c0542b343f9eddd4c1efb7395ee4527db1.tar.gz gentoo-2-473427c0542b343f9eddd4c1efb7395ee4527db1.tar.bz2 gentoo-2-473427c0542b343f9eddd4c1efb7395ee4527db1.zip |
New base policy; updated qemu, networkmanager, dhcp, inetd and qemu; added denyhosts, dpkg, howl, mpd, ncftool, plymouthd, rpm, ucspitcp, uucp, vncstatd, wm and xprint
Diffstat (limited to 'sec-policy/selinux-xprint')
-rw-r--r-- | sec-policy/selinux-xprint/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-xprint/Manifest | 5 | ||||
-rw-r--r-- | sec-policy/selinux-xprint/metadata.xml | 6 | ||||
-rw-r--r-- | sec-policy/selinux-xprint/selinux-xprint-2.20110726.ebuild | 13 |
4 files changed, 34 insertions, 0 deletions
diff --git a/sec-policy/selinux-xprint/ChangeLog b/sec-policy/selinux-xprint/ChangeLog new file mode 100644 index 000000000000..b7d5b7b83c2f --- /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: /var/cvsroot/gentoo-x86/sec-policy/selinux-xprint/ChangeLog,v 1.1 2011/12/04 19:02:20 swift Exp $ + +*selinux-xprint-2.20110726 (04 Dec 2011) + + 04 Dec 2011; <swift@gentoo.org> +selinux-xprint-2.20110726.ebuild, + +metadata.xml: + Adding SELinux module for xprint + diff --git a/sec-policy/selinux-xprint/Manifest b/sec-policy/selinux-xprint/Manifest new file mode 100644 index 000000000000..91d2fcea0e94 --- /dev/null +++ b/sec-policy/selinux-xprint/Manifest @@ -0,0 +1,5 @@ +DIST patchbundle-selinux-base-policy-2.20110726-r7.tar.bz2 24545 RMD160 b85b95f4da29a11cfa7ff0b3209933741b1918be SHA1 b2a99809b5a293c1d6dbff3686b6120a2a779560 SHA256 cd8c9e78dcfdc78a957fe6231667eb7982146ab3523baa8d9a738d7cbee53f65 +DIST refpolicy-2.20110726.tar.bz2 588033 RMD160 9803effffe1dbb28d52bee03432e052f4fdc8d3f SHA1 cc27b06c3f541d8f2c57c52804ab6893afcd9db2 SHA256 8159b7535aa0f805510e4e3504b1317d7083b227f0ef3df51c6f002ed70ecedb +EBUILD selinux-xprint-2.20110726.ebuild 384 RMD160 063046527b2c8d6f14274e8b7fe16bf696a32ac0 SHA1 ce5b62adb35f65e322ff12494c85dc69c2cacb55 SHA256 6e020e6d62df896b5b1c228a1d11a2461e3fbac5734cf08903bde54741452fc5 +MISC ChangeLog 290 RMD160 3b3bac3475966c9b9e244135d1668e13d31e1984 SHA1 42c656610c6b19b240b7aedf07f09b9697b04992 SHA256 473539169a2d4413914f56d9aa8650a157a49bf85e9fb2ea4ccad81d90c754ef +MISC metadata.xml 230 RMD160 0488f1056b2c49523c615d3766b2a2795258df48 SHA1 6a1bfd60608ea426c8e559d6814ccb4f58618248 SHA256 3693680570531cf925405adb9c97390e0e29be179a620a75e1f57729fa4fc113 diff --git a/sec-policy/selinux-xprint/metadata.xml b/sec-policy/selinux-xprint/metadata.xml new file mode 100644 index 000000000000..859bf937bb56 --- /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 000000000000..f2ed4767aa5d --- /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-xprint/selinux-xprint-2.20110726.ebuild,v 1.1 2011/12/04 19:02:20 swift Exp $ +EAPI="4" + +IUSE="" +MODS="xprint" +BASEPOL="2.20110726-r7" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for xprint" +KEYWORDS="~amd64 ~x86" |