From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C3F6139694 for ; Sun, 7 May 2017 16:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2924E0C63; Sun, 7 May 2017 16:09:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5907E0C63 for ; Sun, 7 May 2017 16:09:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4FEA3416CF for ; Sun, 7 May 2017 16:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 158EA7453 for ; Sun, 7 May 2017 16:09:04 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1494172482.7342da73bcae2a72c74f015e1cbf4e6064ff1eee.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/java.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7342da73bcae2a72c74f015e1cbf4e6064ff1eee X-VCS-Branch: master Date: Sun, 7 May 2017 16:09:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a086bbe-92d8-418f-806c-dbbf74939764 X-Archives-Hash: 19d2d6b60d6881998cdab92c52508c6f commit: 7342da73bcae2a72c74f015e1cbf4e6064ff1eee Author: Guido Trentalancia trentalancia net> AuthorDate: Sat Apr 29 18:17:21 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun May 7 15:54:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7342da73 java: error messages terminal printout Minor fixes for the java module (print error messages to the terminal). Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/java.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/java.te b/policy/modules/contrib/java.te index c4aaa66b..96494b16 100644 --- a/policy/modules/contrib/java.te +++ b/policy/modules/contrib/java.te @@ -167,10 +167,12 @@ ifdef(`distro_gentoo',` corecmd_search_bin(java_t) +dev_read_sysfs(java_t) + locallogin_use_fds(java_t) userdom_read_user_tmp_files(java_t) -userdom_use_user_ttys(java_t) +userdom_use_user_terminals(java_t) optional_policy(` xserver_user_x_domain_template(java, java_t, java_tmpfs_t)