diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:45:18 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-11-15 10:45:18 +0000 |
commit | 2c1806f6b3c569da33ea539fa1d97f88219ff1f2 (patch) | |
tree | da2a6161cd1b1b0ea9524b30554d044c5e414dba /sec-policy | |
parent | Fixing file context for amavis configuration file (bug #389579) (diff) | |
download | gentoo-2-2c1806f6b3c569da33ea539fa1d97f88219ff1f2.tar.gz gentoo-2-2c1806f6b3c569da33ea539fa1d97f88219ff1f2.tar.bz2 gentoo-2-2c1806f6b3c569da33ea539fa1d97f88219ff1f2.zip |
Add resource management privileges to inetd (bug #389917)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-inetd/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-inetd/selinux-inetd-2.20110726-r1.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-inetd/ChangeLog b/sec-policy/selinux-inetd/ChangeLog index 34e8b32a5a72..a930afbe2d89 100644 --- a/sec-policy/selinux-inetd/ChangeLog +++ b/sec-policy/selinux-inetd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-inetd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-inetd/ChangeLog,v 1.14 2011/11/12 20:53:07 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-inetd/ChangeLog,v 1.15 2011/11/15 10:45:18 swift Exp $ + +*selinux-inetd-2.20110726-r1 (15 Nov 2011) + + 15 Nov 2011; <swift@gentoo.org> +selinux-inetd-2.20110726-r1.ebuild: + Add resource management privileges to inetd (bug #389917) 12 Nov 2011; <swift@gentoo.org> -selinux-inetd-2.20101213.ebuild: Removing old policies diff --git a/sec-policy/selinux-inetd/selinux-inetd-2.20110726-r1.ebuild b/sec-policy/selinux-inetd/selinux-inetd-2.20110726-r1.ebuild new file mode 100644 index 000000000000..f316f96bdc0e --- /dev/null +++ b/sec-policy/selinux-inetd/selinux-inetd-2.20110726-r1.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-inetd/selinux-inetd-2.20110726-r1.ebuild,v 1.1 2011/11/15 10:45:18 swift Exp $ +EAPI="4" + +IUSE="" +MODS="inetd" +BASEPOL="2.20110726-r6" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for inetd" + +KEYWORDS="~amd64 ~x86" |