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 04386139695 for ; Sun, 30 Apr 2017 09:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64C28E0BA0; Sun, 30 Apr 2017 09:40:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3E1CBE0BA0 for ; Sun, 30 Apr 2017 09:40:42 +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 ACD0D3416A1 for ; Sun, 30 Apr 2017 09:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BD2E2494 for ; Sun, 30 Apr 2017 09:40:39 +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: <1493543572.2533ba81a266408dc2e9f9c271e7568709c73b48.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/gnome.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2533ba81a266408dc2e9f9c271e7568709c73b48 X-VCS-Branch: next Date: Sun, 30 Apr 2017 09:40:39 +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: 0fa18bc1-03ef-4f4b-bee8-fc7201174134 X-Archives-Hash: 8a6198f03309fb68d4b001a2e4a98ab8 Message-ID: <20170430094039.D3NT3u4EVAxBbN_k_YtxhrGxHINwIamLXX_bEO0MjWA@z> commit: 2533ba81a266408dc2e9f9c271e7568709c73b48 Author: Chris PeBenito ieee org> AuthorDate: Wed Apr 19 01:34:54 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 30 09:12:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2533ba81 some userdomain patches from Russell Coker Added mono_run for unconfined and also xserver_role and allow it to dbus chat with xdm. Allow sysadm_t to read kmsg. Allow user domains to dbus chat with kerneloops for the kerneloops desktop gui. Also allow them to chat with devicekit disk and power daemons. Allow gconfd_t to read /var/lib/gconf/defaults and /proc/filesystems policy/modules/contrib/gnome.te | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/gnome.te b/policy/modules/contrib/gnome.te index f69c10ba..25fe44da 100644 --- a/policy/modules/contrib/gnome.te +++ b/policy/modules/contrib/gnome.te @@ -1,4 +1,4 @@ -policy_module(gnome, 2.7.0) +policy_module(gnome, 2.7.1) ############################## # @@ -91,6 +91,12 @@ manage_dirs_pattern(gconfd_t, gconf_tmp_t, gconf_tmp_t) manage_files_pattern(gconfd_t, gconf_tmp_t, gconf_tmp_t) userdom_user_tmp_filetrans(gconfd_t, gconf_tmp_t, { dir file }) +# for /proc/filesystems +kernel_read_system_state(gconfd_t) + +# for /var/lib/gconf/defaults +files_read_var_lib_files(gconfd_t) + userdom_manage_user_tmp_dirs(gconfd_t) userdom_tmp_filetrans_user_tmp(gconfd_t, dir) userdom_user_runtime_filetrans_user_tmp(gconfd_t, dir)