From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D46011381F3 for ; Wed, 28 Nov 2012 20:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D8721C018; Wed, 28 Nov 2012 20:21:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D210621C006 for ; Wed, 28 Nov 2012 20:21:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A623933D9DB for ; Wed, 28 Nov 2012 20:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 26B3DE5436 for ; Wed, 28 Nov 2012 20:21:11 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1354134002.365b96f9b09dcada2e14f9525db927f422e35a1e.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/mailman.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 365b96f9b09dcada2e14f9525db927f422e35a1e X-VCS-Branch: master Date: Wed, 28 Nov 2012 20:21:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dccebeaf-7300-4428-96a2-8b0374c81895 X-Archives-Hash: bb9f6a16f34091d8465727ce3cff9b35 commit: 365b96f9b09dcada2e14f9525db927f422e35a1e Author: Dominick Grift gmail com> AuthorDate: Wed Nov 28 16:07:53 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Nov 28 20:20:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=365b96f9 Changes to the mailman policy module Mailman queue setsched and sends all signals Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/mailman.te | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/mailman.te b/policy/modules/contrib/mailman.te index a677df7..8eaf51b 100644 --- a/policy/modules/contrib/mailman.te +++ b/policy/modules/contrib/mailman.te @@ -1,4 +1,4 @@ -policy_module(mailman, 1.9.3) +policy_module(mailman, 1.9.4) ######################################## # @@ -156,7 +156,7 @@ optional_policy(` # allow mailman_queue_t self:capability { setgid setuid }; -allow mailman_queue_t self:process signal; +allow mailman_queue_t self:process { setsched signal_perms }; allow mailman_queue_t self:fifo_file rw_fifo_file_perms; corenet_sendrecv_innd_client_packets(mailman_queue_t)