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 0E0AC158042 for ; Sun, 5 Sep 2021 16:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54FD1E083D; Sun, 5 Sep 2021 16:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 381DAE083D for ; Sun, 5 Sep 2021 16:00:19 +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 6A8913409D8 for ; Sun, 5 Sep 2021 16:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EFEEAC for ; Sun, 5 Sep 2021 16:00:15 +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: <1630852004.282a03ad002857daaf67e2579854f04ff0ddc0bf.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.if X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 282a03ad002857daaf67e2579854f04ff0ddc0bf X-VCS-Branch: master Date: Sun, 5 Sep 2021 16:00:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4aa6a12-5294-4c1f-873d-abe9cb4b8593 X-Archives-Hash: 229ad0d3a05e5206ea9860e81bd6f696 commit: 282a03ad002857daaf67e2579854f04ff0ddc0bf Author: Markus Linnala cybercom com> AuthorDate: Tue Jun 29 12:28:54 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 5 14:26:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=282a03ad policy: xserver: xserver_dbus_chat: fix require Signed-off-by: Markus Linnala cybercom.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/xserver.if | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/xserver.if b/policy/modules/services/xserver.if index 9fea101f..a49f9ee0 100644 --- a/policy/modules/services/xserver.if +++ b/policy/modules/services/xserver.if @@ -1539,6 +1539,7 @@ interface(`xserver_read_tmp_files',` interface(`xserver_dbus_chat',` gen_require(` type xserver_t; + class dbus send_msg; ') allow $1 xserver_t:dbus send_msg;