From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 978491396D9 for ; Sun, 29 Oct 2017 20:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E31BA2BC155; Sun, 29 Oct 2017 20:43:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B846C2BC150 for ; Sun, 29 Oct 2017 20:43:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E87FB3416D1 for ; Sun, 29 Oct 2017 20:43:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1E1D9097 for ; Sun, 29 Oct 2017 20:42:58 +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: <1509309504.34d4b8c35425a73e8b372a6f64862baa8e254e8b.perfinion@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/rtorrent.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 34d4b8c35425a73e8b372a6f64862baa8e254e8b X-VCS-Branch: master Date: Sun, 29 Oct 2017 20:42:58 +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: 3168cf67-02b0-46cd-b09f-229c1d68c4f5 X-Archives-Hash: c5e4cf124da484c86fc4c7cd4c5c68ef commit: 34d4b8c35425a73e8b372a6f64862baa8e254e8b Author: Jason Zaman perfinion com> AuthorDate: Sun Oct 29 20:37:09 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Oct 29 20:38:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=34d4b8c3 rtorrent: allow map session files policy/modules/contrib/rtorrent.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/rtorrent.te b/policy/modules/contrib/rtorrent.te index 746b5f5f..bf12b0c0 100644 --- a/policy/modules/contrib/rtorrent.te +++ b/policy/modules/contrib/rtorrent.te @@ -44,6 +44,7 @@ read_files_pattern(rtorrent_t, rtorrent_home_t, rtorrent_home_t) manage_dirs_pattern(rtorrent_t, rtorrent_session_t, rtorrent_session_t) manage_files_pattern(rtorrent_t, rtorrent_session_t, rtorrent_session_t) +allow rtorrent_t rtorrent_session_t:file map; corenet_tcp_bind_generic_node(rtorrent_t) corenet_tcp_bind_rtorrent_port(rtorrent_t)