diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-11-12 20:53:53 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-11-12 20:53:53 +0000 |
commit | c9a92a863c67335aaab995f3a7fa3cb2374103cd (patch) | |
tree | c40a6f1a1345f8826a762554a8b4478ce9f1798d /sec-policy/selinux-haveged | |
parent | whitespace (diff) | |
download | gentoo-2-c9a92a863c67335aaab995f3a7fa3cb2374103cd.tar.gz gentoo-2-c9a92a863c67335aaab995f3a7fa3cb2374103cd.tar.bz2 gentoo-2-c9a92a863c67335aaab995f3a7fa3cb2374103cd.zip |
Removing the SELinux 2.20101213 policies
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-haveged')
-rw-r--r-- | sec-policy/selinux-haveged/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-haveged/files/fix-services-haveged-r1.patch | 42 | ||||
-rw-r--r-- | sec-policy/selinux-haveged/selinux-haveged-2.20101213-r1.ebuild | 18 |
3 files changed, 5 insertions, 61 deletions
diff --git a/sec-policy/selinux-haveged/ChangeLog b/sec-policy/selinux-haveged/ChangeLog index 9f1d4865c02f..b91d4e4c3969 100644 --- a/sec-policy/selinux-haveged/ChangeLog +++ b/sec-policy/selinux-haveged/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-haveged # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-haveged/ChangeLog,v 1.2 2011/10/23 12:43:03 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-haveged/ChangeLog,v 1.3 2011/11/12 20:53:46 swift Exp $ + + 12 Nov 2011; <swift@gentoo.org> -files/fix-services-haveged-r1.patch, + -selinux-haveged-2.20101213-r1.ebuild: + Removing old policies 23 Oct 2011; <swift@gentoo.org> selinux-haveged-2.20101213-r2.ebuild: Stabilization (tracker #384231) diff --git a/sec-policy/selinux-haveged/files/fix-services-haveged-r1.patch b/sec-policy/selinux-haveged/files/fix-services-haveged-r1.patch deleted file mode 100644 index e67434ca735c..000000000000 --- a/sec-policy/selinux-haveged/files/fix-services-haveged-r1.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- services/haveged.te 1970-01-01 01:00:00.000000000 +0100 -+++ services/haveged.te 2011-07-17 19:54:35.947000888 +0200 -@@ -0,0 +1,35 @@ -+policy_module(haveged, 1.0.0) -+ -+######################################## -+# -+# Declarations -+# -+ -+type haveged_t; -+type haveged_exec_t; -+init_daemon_domain(haveged_t, haveged_exec_t) -+ -+type haveged_var_run_t; -+files_pid_file(haveged_var_run_t) -+ -+######################################## -+# -+# haveged local policy -+# -+allow haveged_t self:capability sys_admin; -+allow haveged_t self:unix_dgram_socket create_socket_perms; -+allow haveged_t haveged_var_run_t:file manage_file_perms; -+ -+# pid file -+files_pid_filetrans(haveged_t, haveged_var_run_t, file) -+ -+## Kernel stuff -+kernel_rw_kernel_sysctl(haveged_t) -+dev_read_rand(haveged_t) -+dev_write_rand(haveged_t) -+ -+## System stuff -+miscfiles_read_localization(haveged_t) -+ -+## Other stuff -+logging_send_syslog_msg(haveged_t) ---- services/haveged.fc 1970-01-01 01:00:00.000000000 +0100 -+++ services/haveged.fc 2011-07-17 17:55:56.431000683 +0200 -@@ -0,0 +1 @@ -+/usr/sbin/haveged -- gen_context(system_u:object_r:haveged_exec_t,s0) diff --git a/sec-policy/selinux-haveged/selinux-haveged-2.20101213-r1.ebuild b/sec-policy/selinux-haveged/selinux-haveged-2.20101213-r1.ebuild deleted file mode 100644 index 01b7fdc2c32d..000000000000 --- a/sec-policy/selinux-haveged/selinux-haveged-2.20101213-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-haveged/selinux-haveged-2.20101213-r1.ebuild,v 1.1 2011/07/25 22:58:54 blueness Exp $ - -IUSE="" - -MODS="haveged" - -inherit selinux-policy-2 - -DESCRIPTION="SELinux policy for general applications" - -DEPEND=">=sec-policy/selinux-base-policy-2.20101213-r19" -RDEPEND="${DEPEND}" - -KEYWORDS="~amd64 ~x86" - -POLICY_PATCH="${FILESDIR}/fix-services-haveged-r1.patch" |