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 8193B1382C5 for ; Sun, 25 Mar 2018 10:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C45E07F1; Sun, 25 Mar 2018 10:29:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7063DE07F1 for ; Sun, 25 Mar 2018 10:29:23 +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 7653B335C63 for ; Sun, 25 Mar 2018 10:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A6ED268 for ; Sun, 25 Mar 2018 10:29:19 +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: <1521970228.d2e8b8d134bb93e896d3c2c73487abe31406323a.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/dbus.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d2e8b8d134bb93e896d3c2c73487abe31406323a X-VCS-Branch: master Date: Sun, 25 Mar 2018 10:29:19 +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: 3e02ea14-9e09-4d8b-8247-c158dd67244b X-Archives-Hash: 5b6d169318ab89d232de69116ebf0c3f commit: d2e8b8d134bb93e896d3c2c73487abe31406323a Author: Chris PeBenito ieee org> AuthorDate: Sun Feb 18 16:25:01 2018 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Mar 25 09:30:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d2e8b8d1 another trivial dbus patch from Russell Coker. policy/modules/contrib/dbus.te | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/dbus.te b/policy/modules/contrib/dbus.te index 0d84f3dd..0b3c3d9e 100644 --- a/policy/modules/contrib/dbus.te +++ b/policy/modules/contrib/dbus.te @@ -1,4 +1,4 @@ -policy_module(dbus, 1.24.1) +policy_module(dbus, 1.24.2) gen_require(` class dbus all_dbus_perms; @@ -192,6 +192,10 @@ optional_policy(` udev_read_db(system_dbusd_t) ') +optional_policy(` + unconfined_dbus_send(system_dbusd_t) +') + optional_policy(` xserver_read_xdm_lib_files(system_dbusd_t) xserver_use_xdm_fds(system_dbusd_t)