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 1C28B1381F3 for ; Fri, 27 Sep 2013 13:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05766E0F23; Fri, 27 Sep 2013 13:27:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54665E0F20 for ; Fri, 27 Sep 2013 13:27:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67D3133EE5B for ; Fri, 27 Sep 2013 13:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7E2A2E5471 for ; Fri, 27 Sep 2013 13:27:28 +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: <1380288386.1963fdd9c7e624dce82bdfb16cb3060fbad08ea2.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: 1963fdd9c7e624dce82bdfb16cb3060fbad08ea2 X-VCS-Branch: master Date: Fri, 27 Sep 2013 13:27:28 +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: 5c896d32-244e-426f-8546-6ea0decdeb0e X-Archives-Hash: 085f5954626845820756c4c72f39565d commit: 1963fdd9c7e624dce82bdfb16cb3060fbad08ea2 Author: Dominick Grift gmail com> AuthorDate: Thu Sep 26 13:35:49 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Sep 27 13:26:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=1963fdd9 xdm: is a system bus client and acquires service on the system bus xdm: dbus chat with accounts-daemon Signed-off-by: Dominick Grift gmail.com> --- policy/modules/services/xserver.te | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index 64e47af..fb6c2b8 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -518,6 +518,15 @@ optional_policy(` ') optional_policy(` + dbus_system_bus_client(xdm_t) + dbus_connect_system_bus(xdm_t) + + optional_policy(` + accountsd_dbus_chat(xdm_t) + ') +') + +optional_policy(` # Talk to the console mouse server. gpm_stream_connect(xdm_t) gpm_setattr_gpmctl(xdm_t)