From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Sun, 4 Sep 2011 13:28:02 +0200 Subject: [refpolicy] [PATCH 6/6] Grant wireshark read access on sysfs In-Reply-To: <20110904112506.GA2631@siphos.be> References: <20110904112506.GA2631@siphos.be> Message-ID: <20110904112802.GG2631@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com The wireshark utility reads information from the network devices listed in the sysfs hierarchy. Signed-off-by: Sven Vermeulen --- policy/modules/apps/wireshark.te | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/apps/wireshark.te b/policy/modules/apps/wireshark.te index 78afc39..a19c7ff 100644 --- a/policy/modules/apps/wireshark.te +++ b/policy/modules/apps/wireshark.te @@ -76,6 +76,7 @@ corenet_tcp_connect_generic_port(wireshark_t) corenet_tcp_sendrecv_generic_if(wireshark_t) dev_read_rand(wireshark_t) +dev_read_sysfs(wireshark_t) dev_read_urand(wireshark_t) files_read_etc_files(wireshark_t) -- 1.7.3.4