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 EAC211393DD for ; Tue, 19 Aug 2014 20:18:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D556E0810; Tue, 19 Aug 2014 20:18:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45BF5E0810 for ; Tue, 19 Aug 2014 20:18:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 368AC34024E for ; Tue, 19 Aug 2014 20:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B9053959 for ; Tue, 19 Aug 2014 20:18:47 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1408478733.cf031f5133b0603f71a8690db53a7afa4a25a1c9.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:perfinion commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/irc.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: cf031f5133b0603f71a8690db53a7afa4a25a1c9 X-VCS-Branch: perfinion Date: Tue, 19 Aug 2014 20:18:47 +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: f9b87630-359d-421f-9d4c-80cd6dbe771c X-Archives-Hash: dc4f747017fd60fc5231f075660ff86e commit: cf031f5133b0603f71a8690db53a7afa4a25a1c9 Author: Luis Ressel aixah de> AuthorDate: Tue Aug 12 12:08:44 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Aug 19 20:05:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cf031f51 irc.te: Allow irssi to re-execute itself --- policy/modules/contrib/irc.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/irc.te b/policy/modules/contrib/irc.te index 070c5c6..4899a0d 100644 --- a/policy/modules/contrib/irc.te +++ b/policy/modules/contrib/irc.te @@ -70,6 +70,9 @@ files_tmp_filetrans(irc_t, irc_tmp_t, { file dir lnk_file sock_file fifo_file }) kernel_read_system_state(irc_t) +can_exec(irc_t, irc_exec_t) +corecmd_search_bin(irc_t) + corenet_all_recvfrom_unlabeled(irc_t) corenet_all_recvfrom_netlabel(irc_t) corenet_tcp_sendrecv_generic_if(irc_t)