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 3FDBF1381F3 for ; Fri, 31 May 2013 13:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2BEFE08BA; Fri, 31 May 2013 13:48:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 566C9E08BA for ; Fri, 31 May 2013 13:48:41 +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 5AE1033E2C1 for ; Fri, 31 May 2013 13:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E812BE5461 for ; Fri, 31 May 2013 13:48:38 +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: <1370008013.b61b18a86ad7dffe2d241d5f85957adfcd2dae47.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/keystone.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b61b18a86ad7dffe2d241d5f85957adfcd2dae47 X-VCS-Branch: master Date: Fri, 31 May 2013 13:48:38 +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: 81a22312-7d29-4e77-b3d8-53386e6ccd52 X-Archives-Hash: 21a90a92caabf94728790b8c7e3a94ad commit: b61b18a86ad7dffe2d241d5f85957adfcd2dae47 Author: James Carter tycho nsa gov> AuthorDate: Fri May 17 14:44:52 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri May 31 13:46:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b61b18a8 - Fixed typo in contrib/keystone.if Added missing ")" for macro call in keystone.if. Signed-off-by: James Carter tycho.nsa.gov> --- policy/modules/contrib/keystone.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/keystone.if b/policy/modules/contrib/keystone.if index d3e7fc9..e88fb16 100644 --- a/policy/modules/contrib/keystone.if +++ b/policy/modules/contrib/keystone.if @@ -34,7 +34,7 @@ interface(`keystone_admin',` logging_search_logs($1) admin_pattern($1, keystone_log_t) - files_search_var_lib($1 + files_search_var_lib($1) admin_pattern($1, keystone_var_lib_t) files_search_tmp($1)