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 2301713877A for ; Tue, 19 Aug 2014 20:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45C90E07EB; Tue, 19 Aug 2014 20:06:00 +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 D8D30E07EB for ; Tue, 19 Aug 2014 20:05:59 +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 F0970340177 for ; Tue, 19 Aug 2014 20:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D79D3947 for ; Tue, 19 Aug 2014 20:05:57 +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: <1408478735.e80dbd9f643e80a8cd406919a4a3c83ace838f1c.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/irc.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: e80dbd9f643e80a8cd406919a4a3c83ace838f1c X-VCS-Branch: master Date: Tue, 19 Aug 2014 20:05:57 +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: 328d2d51-fbb0-4143-a0e4-bb25c54a0937 X-Archives-Hash: 79dab9258d328fa1c6ca0f4585e4a8e3 commit: e80dbd9f643e80a8cd406919a4a3c83ace838f1c Author: Chris PeBenito tresys com> AuthorDate: Tue Aug 19 12:51:23 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Aug 19 20:05:35 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e80dbd9f Move irc exec lines. --- policy/modules/contrib/irc.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/irc.te b/policy/modules/contrib/irc.te index 4899a0d..024c4fd 100644 --- a/policy/modules/contrib/irc.te +++ b/policy/modules/contrib/irc.te @@ -50,6 +50,9 @@ allow irc_t self:unix_stream_socket { accept listen }; allow irc_t irc_conf_t:file read_file_perms; +can_exec(irc_t, irc_exec_t) +corecmd_search_bin(irc_t) + manage_dirs_pattern(irc_t, irc_home_t, irc_home_t) manage_files_pattern(irc_t, irc_home_t, irc_home_t) manage_lnk_files_pattern(irc_t, irc_home_t, irc_home_t) @@ -70,9 +73,6 @@ 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)