From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Sun, 4 Sep 2011 13:25:45 +0200 Subject: [refpolicy] [PATCH 1/6] Allow using user terminals In-Reply-To: <20110904112506.GA2631@siphos.be> References: <20110904112506.GA2631@siphos.be> Message-ID: <20110904112545.GB2631@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com In order to debug wireshark startup issues, it is important that wireshark, when started from a command line, is allowed to output its error messages. 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 8bfe97d..0106846 100644 --- a/policy/modules/apps/wireshark.te +++ b/policy/modules/apps/wireshark.te @@ -93,6 +93,7 @@ seutil_use_newrole_fds(wireshark_t) sysnet_read_config(wireshark_t) userdom_manage_user_home_content_files(wireshark_t) +userdom_use_user_terminals(wireshark_t) tunable_policy(`use_nfs_home_dirs',` fs_manage_nfs_dirs(wireshark_t) -- 1.7.3.4