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 D289F138A2F for ; Tue, 19 Aug 2014 12:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 873A5E09A9; Tue, 19 Aug 2014 12:17:20 +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 6C159E097B for ; Tue, 19 Aug 2014 12:17:15 +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 3FF3C3402F9 for ; Tue, 19 Aug 2014 12:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD443BF5 for ; Tue, 19 Aug 2014 09:19:40 +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: <1408096639.ab2ca5bcad85bbba8d53b4edf4d459f52a5ca512.perfinion@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/smstools.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: ab2ca5bcad85bbba8d53b4edf4d459f52a5ca512 X-VCS-Branch: master Date: Tue, 19 Aug 2014 09:19:40 +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: be39a130-73b0-4b83-8004-49be3ce6c3bb X-Archives-Hash: 6fb62debe120d019db879b6826720cda commit: ab2ca5bcad85bbba8d53b4edf4d459f52a5ca512 Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 8 12:16:33 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Fri Aug 15 09:57:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ab2ca5bc Use files_search_etc, not files_search_config Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/smstools.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/smstools.if b/policy/modules/contrib/smstools.if index cbfe369..81136f0 100644 --- a/policy/modules/contrib/smstools.if +++ b/policy/modules/contrib/smstools.if @@ -32,7 +32,7 @@ interface(`smstools_admin',` role_transition $2 smsd_initrc_exec_t system_r; allow $2 system_r; - files_search_config($1) + files_search_etc($1) admin_pattern($1, smsd_conf_t) files_search_var_lib($1)