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 06FB41395E2 for ; Tue, 6 Dec 2016 13:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBCDD21C1F4; Tue, 6 Dec 2016 13:39:39 +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 9B09E21C1F4 for ; Tue, 6 Dec 2016 13:39:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D38D2341265 for ; Tue, 6 Dec 2016 13:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FBBD24C0 for ; Tue, 6 Dec 2016 13:39:35 +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: <1481027973.365c71e7df78b3d981252f7bc627739d578e52b3.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 365c71e7df78b3d981252f7bc627739d578e52b3 X-VCS-Branch: master Date: Tue, 6 Dec 2016 13:39:35 +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: a951d979-f974-45d9-9886-0ad0ca537369 X-Archives-Hash: 1caa5b2edc04631c746cd19131a97413 Message-ID: <20161206133935.UD512PN8H8z5WdNEiXIAfucC9TcOjU_KM50DpsEBvRA@z> commit: 365c71e7df78b3d981252f7bc627739d578e52b3 Author: Chris PeBenito ieee org> AuthorDate: Sun Dec 4 14:10:25 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 6 12:39:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=365c71e7 xserver: Rearrange lines policy/modules/services/xserver.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index 96cc1ff..1a8a311 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -102,6 +102,9 @@ typealias user_xproperty_t alias { auditadm_xproperty_t secadm_xproperty_t }; typealias user_input_xevent_t alias { staff_input_xevent_t sysadm_input_xevent_t }; typealias user_input_xevent_t alias { auditadm_input_xevent_t secadm_input_xevent_t }; +type dmrc_home_t; +userdom_user_home_content(dmrc_home_t) + type remote_t; xserver_object_types_template(remote) xserver_common_x_domain_template(remote, remote_t) @@ -211,9 +214,6 @@ corecmd_executable_file(xsession_exec_t) type xserver_log_t; logging_log_file(xserver_log_t) -type dmrc_home_t; -userdom_user_home_content(dmrc_home_t) - ifdef(`enable_mcs',` init_ranged_domain(xdm_t, xdm_exec_t, s0 - mcs_systemhigh) init_ranged_daemon_domain(xdm_t, xdm_exec_t, s0 - mcs_systemhigh)