From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-687085-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 49FEC138A1F for <garchives@archives.gentoo.org>; Thu, 17 Apr 2014 19:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577BDE0A5F; Thu, 17 Apr 2014 19:04:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C97F6E0A5F for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2014 19:04:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C634534037A for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2014 19:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 66C8B18167 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2014 19:04:30 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1397761325.8f976037a6642f6725d76d3b4b8395fca3bc1e53.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.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 8f976037a6642f6725d76d3b4b8395fca3bc1e53 X-VCS-Branch: master Date: Thu, 17 Apr 2014 19:04:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ca5d434-0b0f-4537-ac96-819e1c4387ec X-Archives-Hash: 0a37e568348c67bd61d9e634c8fcf6e7 commit: 8f976037a6642f6725d76d3b4b8395fca3bc1e53 Author: Laurent Bigonville <bigon <AT> bigon <DOT> be> AuthorDate: Fri Apr 11 17:27:14 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Thu Apr 17 19:02:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8f976037 Fix dbus_all_session_domain(), session_bus_type is an attribute Fix dbus_all_session_domain(), session_bus_type is an attribute not a type --- policy/modules/contrib/dbus.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/dbus.if b/policy/modules/contrib/dbus.if index 733f027..fa6d806 100644 --- a/policy/modules/contrib/dbus.if +++ b/policy/modules/contrib/dbus.if @@ -432,7 +432,7 @@ interface(`dbus_session_domain',` # interface(`dbus_all_session_domain',` gen_require(` - type session_bus_type; + attribute session_bus_type; ') domtrans_pattern(session_bus_type, $2, $1)