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 4FE79138247 for ; Sat, 30 Nov 2013 15:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254E3E09FE; Sat, 30 Nov 2013 15:05:15 +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 312D3E0A10 for ; Sat, 30 Nov 2013 15:05:14 +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 4651E33F2B1 for ; Sat, 30 Nov 2013 15:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 32D9FE553C for ; Sat, 30 Nov 2013 15:05: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: <1385823699.05ce8bd48d6021e62a1164d8cf677ef808aa9541.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/sosreport.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 05ce8bd48d6021e62a1164d8cf677ef808aa9541 X-VCS-Branch: master Date: Sat, 30 Nov 2013 15:05: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: 2ff0a5bb-8262-4e51-a21a-ee53e50cb805 X-Archives-Hash: db87b8f24c2cf8aa396effa80b56ebb8 commit: 05ce8bd48d6021e62a1164d8cf677ef808aa9541 Author: Miroslav Grepl redhat com> AuthorDate: Mon Nov 25 10:09:57 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Nov 30 15:01:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=05ce8bd4 Allow sosreport all signal perms --- policy/modules/contrib/sosreport.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/sosreport.te b/policy/modules/contrib/sosreport.te index 21972f1..8521083 100644 --- a/policy/modules/contrib/sosreport.te +++ b/policy/modules/contrib/sosreport.te @@ -33,7 +33,7 @@ optional_policy(` allow sosreport_t self:capability { kill net_admin net_raw setuid sys_admin sys_nice dac_override }; dontaudit sosreport_t self:capability sys_ptrace; -allow sosreport_t self:process { setsched signull }; +allow sosreport_t self:process { setsched signal_perms }; allow sosreport_t self:fifo_file rw_fifo_file_perms; allow sosreport_t self:tcp_socket { accept listen }; allow sosreport_t self:unix_stream_socket { accept listen };