From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 455091393E9 for ; Wed, 28 May 2014 17:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C348BE08E6; Wed, 28 May 2014 17:54:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 528DEE08E1 for ; Wed, 28 May 2014 17:54:42 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2338833F8F8 for ; Wed, 28 May 2014 17:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C720F182D3 for ; Wed, 28 May 2014 17:54:39 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1401299641.ce8cd6e1a0c4bd7b15c26763603c34beb4f88df2.swift@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/gnome.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: ce8cd6e1a0c4bd7b15c26763603c34beb4f88df2 X-VCS-Branch: master Date: Wed, 28 May 2014 17:54: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: 9473beab-b7e5-413d-95f3-9272934c66ee X-Archives-Hash: 6098e551a45b1a2de0808e9b7e71491c commit: ce8cd6e1a0c4bd7b15c26763603c34beb4f88df2 Author: Sven Vermeulen siphos be> AuthorDate: Wed May 28 17:54:01 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed May 28 17:54:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ce8cd6e1 Allow GNOME enabled user domains to send dbus messages to gconfd --- policy/modules/contrib/gnome.if | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/policy/modules/contrib/gnome.if b/policy/modules/contrib/gnome.if index 5e05e12..cad0e95 100644 --- a/policy/modules/contrib/gnome.if +++ b/policy/modules/contrib/gnome.if @@ -115,6 +115,12 @@ template(`gnome_role_template',` gnome_dbus_chat_gkeyringd($1, $3) ') ') + + ifdef(`distro_gentoo',` + optional_policy(` + gnome_dbus_chat_gconfd($3) + ') + ') ') ########################################