From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26A7F139694 for ; Sat, 25 Feb 2017 16:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C96DE0D72; Sat, 25 Feb 2017 16:58:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C7DFE0D72 for ; Sat, 25 Feb 2017 16:58:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 491D334105A for ; Sat, 25 Feb 2017 16:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5DF1544E for ; Sat, 25 Feb 2017 16:58:00 +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: <1488040991.14e61be0a6e5ecfedcce85f2222fa1d2179cfdb2.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: 14e61be0a6e5ecfedcce85f2222fa1d2179cfdb2 X-VCS-Branch: master Date: Sat, 25 Feb 2017 16:58:00 +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: 167aca56-3e93-4d1c-93e1-a549d03a1cfb X-Archives-Hash: b3bcd32b56fccb3cfd655a19f98602e8 Message-ID: <20170225165800.rjaY33TWlN0CjhpKip8EIiN5i7NA3auVAhsq75cb6H8@z> commit: 14e61be0a6e5ecfedcce85f2222fa1d2179cfdb2 Author: Chris PeBenito ieee org> AuthorDate: Sat Feb 25 13:38:16 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 25 16:43:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=14e61be0 init: Rename init_search_pid_dirs() to init_search_pids(). 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 2230df01..b1778f1a 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -1145,7 +1145,7 @@ interface(`init_var_lib_filetrans',` ## ## # -interface(`init_search_pid_dirs',` +interface(`init_search_pids',` gen_require(` type init_var_run_t; ')