Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Sun, 29 Oct 2017 20:43:10
Message-Id: 1509309504.34d4b8c35425a73e8b372a6f64862baa8e254e8b.perfinion@gentoo
1 commit: 34d4b8c35425a73e8b372a6f64862baa8e254e8b
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Sun Oct 29 20:37:09 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 20:38:24 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=34d4b8c3
7
8 rtorrent: allow map session files
9
10 policy/modules/contrib/rtorrent.te | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/policy/modules/contrib/rtorrent.te b/policy/modules/contrib/rtorrent.te
14 index 746b5f5f..bf12b0c0 100644
15 --- a/policy/modules/contrib/rtorrent.te
16 +++ b/policy/modules/contrib/rtorrent.te
17 @@ -44,6 +44,7 @@ read_files_pattern(rtorrent_t, rtorrent_home_t, rtorrent_home_t)
18
19 manage_dirs_pattern(rtorrent_t, rtorrent_session_t, rtorrent_session_t)
20 manage_files_pattern(rtorrent_t, rtorrent_session_t, rtorrent_session_t)
21 +allow rtorrent_t rtorrent_session_t:file map;
22
23 corenet_tcp_bind_generic_node(rtorrent_t)
24 corenet_tcp_bind_rtorrent_port(rtorrent_t)