Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/
Date: Thu, 29 Jan 2015 06:51:56
Message-Id: 1422254548.9aa77e954db9e5408670b89080db02425c9c06df.perfinion@gentoo
1 commit: 9aa77e954db9e5408670b89080db02425c9c06df
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Tue Jan 20 14:31:35 2015 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Mon Jan 26 06:42:28 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9aa77e95
7
8 init: needs access to networkmanager rawip sockets
9
10 ---
11 policy/modules/system/init.te | 5 +++++
12 1 file changed, 5 insertions(+)
13
14 diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te
15 index 5d83a49..c265e53 100644
16 --- a/policy/modules/system/init.te
17 +++ b/policy/modules/system/init.te
18 @@ -977,6 +977,11 @@ ifdef(`distro_gentoo',`
19 ')
20
21 optional_policy(`
22 + networkmanager_rw_rawip_sockets(initrc_t)
23 + networkmanager_stream_connect(initrc_t)
24 + ')
25 +
26 + optional_policy(`
27 fail2ban_stream_connect(initrc_t)
28 ')