From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C31E138A1F for ; Thu, 17 Apr 2014 19:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48DD6E0B86; Thu, 17 Apr 2014 19:04:35 +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 A3574E0B86 for ; Thu, 17 Apr 2014 19:04:34 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 CFC7D34037D for ; Thu, 17 Apr 2014 19:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3DF9718249 for ; Thu, 17 Apr 2014 19:04:31 +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: <1397761419.b515caffd4a76d93c61b1b4a045bd1e922c8356c.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/xserver.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b515caffd4a76d93c61b1b4a045bd1e922c8356c X-VCS-Branch: master Date: Thu, 17 Apr 2014 19:04:31 +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: 40491d6a-5dc2-499d-8742-dc703c76bf86 X-Archives-Hash: b5a4549b5b56659539b98f239201ed18 commit: b515caffd4a76d93c61b1b4a045bd1e922c8356c Author: Laurent Bigonville bigon be> AuthorDate: Fri Apr 11 17:28:27 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Thu Apr 17 19:03:39 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b515caff Allow the xdm_t domain to enter all the gkeyringd ones During the opening of the session, the pam_gnome_keyring module is starting the daemon in the gkeyringd user domain, allow xdm_t to transition to it. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742966 --- policy/modules/services/xserver.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index 6366abf..ac13180 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -528,6 +528,10 @@ optional_policy(` ') optional_policy(` + gnome_spec_domtrans_all_gkeyringd(xdm_t) +') + +optional_policy(` # Talk to the console mouse server. gpm_stream_connect(xdm_t) gpm_setattr_gpmctl(xdm_t)