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 F35B7138010 for ; Thu, 4 Oct 2012 18:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3764921C04F; Thu, 4 Oct 2012 18:07:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 93A4121C04F for ; Thu, 4 Oct 2012 18:07:39 +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 DF65833C4F0 for ; Thu, 4 Oct 2012 18:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D56EE5436 for ; Thu, 4 Oct 2012 18:07:36 +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: <1349373908.443f3d0f758b653b699cb95d3f82cf746ad1e833.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/chromium.te policy/modules/contrib/pan.te policy/modules/contrib/skype.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 443f3d0f758b653b699cb95d3f82cf746ad1e833 X-VCS-Branch: master Date: Thu, 4 Oct 2012 18:07:36 +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: b649f347-7220-4c70-af72-e4a83cfa00c4 X-Archives-Hash: 5e1c77517e774c1fa3ae7dfd0e67829d commit: 443f3d0f758b653b699cb95d3f82cf746ad1e833 Author: Sven Vermeulen siphos be> AuthorDate: Thu Oct 4 18:05:08 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Oct 4 18:05:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=443f3d0f Switch dbus_session_bus_client to dbus_all_session_bus_client Earlier commits from refpolicy change the interfaces of the DBus module. The dbus_session_bus_client interface is now deprecated, so switching to its equivalent definition. --- policy/modules/contrib/chromium.te | 2 +- policy/modules/contrib/pan.te | 2 +- policy/modules/contrib/skype.te | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/chromium.te b/policy/modules/contrib/chromium.te index d47ced6..eff60d6 100644 --- a/policy/modules/contrib/chromium.te +++ b/policy/modules/contrib/chromium.te @@ -188,7 +188,7 @@ optional_policy(` ') optional_policy(` - dbus_session_bus_client(chromium_t) + dbus_all_session_bus_client(chromium_t) dbus_system_bus_client(chromium_t) optional_policy(` diff --git a/policy/modules/contrib/pan.te b/policy/modules/contrib/pan.te index 8f738a0..011a466 100644 --- a/policy/modules/contrib/pan.te +++ b/policy/modules/contrib/pan.te @@ -90,7 +90,7 @@ optional_policy(` optional_policy(` dbus_system_bus_client(pan_t) - dbus_session_bus_client(pan_t) + dbus_all_session_bus_client(pan_t) ') optional_policy(` diff --git a/policy/modules/contrib/skype.te b/policy/modules/contrib/skype.te index 02060ac..4a34897 100644 --- a/policy/modules/contrib/skype.te +++ b/policy/modules/contrib/skype.te @@ -114,7 +114,7 @@ optional_policy(` optional_policy(` dbus_system_bus_client(skype_t) - dbus_session_bus_client(skype_t) + dbus_all_session_bus_client(skype_t) ') optional_policy(`