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 B540F13877A for ; Fri, 15 Aug 2014 10:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88DE2E0A0B; Fri, 15 Aug 2014 10:04:32 +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 08FBAE0A03 for ; Fri, 15 Aug 2014 10:04:31 +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 1108034068B for ; Fri, 15 Aug 2014 10:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E378B1881F for ; Fri, 15 Aug 2014 10:04:28 +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: <1408096642.66fc9340b109959940eadb002d999692fd015f0b.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:salt commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/nslcd.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 66fc9340b109959940eadb002d999692fd015f0b X-VCS-Branch: salt Date: Fri, 15 Aug 2014 10:04:28 +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: 219614da-10eb-4857-8340-6555189cd7db X-Archives-Hash: d550600f11d248e6742bb31881a7b0ed commit: 66fc9340b109959940eadb002d999692fd015f0b Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 8 12:16:34 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 15 09:57:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=66fc9340 Use corecmd_search_bin, not corecmd_searh_bin Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/nslcd.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/nslcd.if b/policy/modules/contrib/nslcd.if index 97df768..bbd7cac 100644 --- a/policy/modules/contrib/nslcd.if +++ b/policy/modules/contrib/nslcd.if @@ -15,7 +15,7 @@ interface(`nslcd_domtrans',` type nslcd_t, nslcd_exec_t; ') - corecmd_searh_bin($1) + corecmd_search_bin($1) domtrans_pattern($1, nslcd_exec_t, nslcd_t) ') 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 8CFAD13877A for ; Fri, 15 Aug 2014 10:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A91D7E09DE; Fri, 15 Aug 2014 10:04:12 +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 9E7F7E095B for ; Fri, 15 Aug 2014 10:04:11 +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 A32D43405E4 for ; Fri, 15 Aug 2014 10:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C94CE1881F for ; Fri, 15 Aug 2014 10:04:07 +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: <1408096642.66fc9340b109959940eadb002d999692fd015f0b.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/nslcd.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 66fc9340b109959940eadb002d999692fd015f0b X-VCS-Branch: master Date: Fri, 15 Aug 2014 10:04:07 +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: 85b40e07-8158-4f6a-bdff-512290c92b6a X-Archives-Hash: 415363747a5b3adb8498ebf47cacc202 Message-ID: <20140815100407.rV8S4mdxUp_RYd_6avERawWTbXafWiST-xNnAIEbjVY@z> commit: 66fc9340b109959940eadb002d999692fd015f0b Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 8 12:16:34 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 15 09:57:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=66fc9340 Use corecmd_search_bin, not corecmd_searh_bin Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/nslcd.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/nslcd.if b/policy/modules/contrib/nslcd.if index 97df768..bbd7cac 100644 --- a/policy/modules/contrib/nslcd.if +++ b/policy/modules/contrib/nslcd.if @@ -15,7 +15,7 @@ interface(`nslcd_domtrans',` type nslcd_t, nslcd_exec_t; ') - corecmd_searh_bin($1) + corecmd_search_bin($1) domtrans_pattern($1, nslcd_exec_t, nslcd_t) ')