From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Sun, 4 Sep 2011 13:26:10 +0200 Subject: [refpolicy] [PATCH 2/6] Allow wireshark to use the random device In-Reply-To: <20110904112506.GA2631@siphos.be> References: <20110904112506.GA2631@siphos.be> Message-ID: <20110904112609.GC2631@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com It already has the rights to use the urandom device, but access to the random device is also needed. 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 0106846..9f9d24a 100644 --- a/policy/modules/apps/wireshark.te +++ b/policy/modules/apps/wireshark.te @@ -75,6 +75,7 @@ corecmd_search_bin(wireshark_t) corenet_tcp_connect_generic_port(wireshark_t) corenet_tcp_sendrecv_generic_if(wireshark_t) +dev_read_rand(wireshark_t) dev_read_urand(wireshark_t) files_read_etc_files(wireshark_t) -- 1.7.3.4