Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 28 Nov 2012 20:22:27
Message-Id: 1354134002.365b96f9b09dcada2e14f9525db927f422e35a1e.SwifT@gentoo
1 commit: 365b96f9b09dcada2e14f9525db927f422e35a1e
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 28 16:07:53 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Wed Nov 28 20:20:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=365b96f9
7
8 Changes to the mailman policy module
9
10 Mailman queue setsched and sends all signals
11
12 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
13
14 ---
15 policy/modules/contrib/mailman.te | 4 ++--
16 1 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/policy/modules/contrib/mailman.te b/policy/modules/contrib/mailman.te
19 index a677df7..8eaf51b 100644
20 --- a/policy/modules/contrib/mailman.te
21 +++ b/policy/modules/contrib/mailman.te
22 @@ -1,4 +1,4 @@
23 -policy_module(mailman, 1.9.3)
24 +policy_module(mailman, 1.9.4)
25
26 ########################################
27 #
28 @@ -156,7 +156,7 @@ optional_policy(`
29 #
30
31 allow mailman_queue_t self:capability { setgid setuid };
32 -allow mailman_queue_t self:process signal;
33 +allow mailman_queue_t self:process { setsched signal_perms };
34 allow mailman_queue_t self:fifo_file rw_fifo_file_perms;
35
36 corenet_sendrecv_innd_client_packets(mailman_queue_t)