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 5006558973 for ; Sat, 30 Jan 2016 17:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EED921C071; Sat, 30 Jan 2016 17:21:28 +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 B9F3421C071 for ; Sat, 30 Jan 2016 17:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2010340BC0 for ; Sat, 30 Jan 2016 17:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA5A51021 for ; Sat, 30 Jan 2016 17:21:18 +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: <1454174216.fa7ae7016f74f2285ef85218f8df27a0501bddf9.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/init.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: fa7ae7016f74f2285ef85218f8df27a0501bddf9 X-VCS-Branch: master Date: Sat, 30 Jan 2016 17:21:18 +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: 2054a9c7-4276-40af-a271-420d8bc0dae2 X-Archives-Hash: c46f56d14a5383404aac4cab80b6c723 commit: fa7ae7016f74f2285ef85218f8df27a0501bddf9 Author: Nicolas Iooss m4x org> AuthorDate: Sun Jan 17 18:46:23 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Jan 30 17:16:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=fa7ae701 Fix typo in init_dbus_chat requirements init_dbus_chat interface required initrc_t type but used init_t type. policy/modules/system/init.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index cfe4bd4..48c5d3d 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -966,7 +966,7 @@ interface(`init_service_start',` # interface(`init_dbus_chat',` gen_require(` - type initrc_t; + type init_t; class dbus send_msg; ')