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 2EE6F13877A 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 8B13FE0A10; 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 08DF3E0A02 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 10F59340676 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 1442B18820 for ; Fri, 15 Aug 2014 10:04:29 +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: <1408096644.a8a604e6b7c53c08233875c2c2163f794a62cb6c.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/tgtd.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: a8a604e6b7c53c08233875c2c2163f794a62cb6c X-VCS-Branch: salt Date: Fri, 15 Aug 2014 10:04:29 +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: 10146c2a-0ceb-4b48-89a0-4d6258336844 X-Archives-Hash: 178f09892e4cc4497a074553255e20af Message-ID: <20140815100429.89_A0AFxEhIkH6dMqYzOwAozD7EK64bbr4p4vYN4H9E@z> commit: a8a604e6b7c53c08233875c2c2163f794a62cb6c Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 8 12:16:35 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Aug 15 09:57:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a8a604e6 Use fs_search_tmpfs, not files_search_tmpfs Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/tgtd.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/tgtd.if b/policy/modules/contrib/tgtd.if index 5406b6e..dc5b46e 100644 --- a/policy/modules/contrib/tgtd.if +++ b/policy/modules/contrib/tgtd.if @@ -97,6 +97,6 @@ interface(`tgtd_admin',` files_search_tmp($1) admin_pattern($1, tgtd_tmp_t) - files_search_tmpfs($1) + fs_search_tmpfs($1) admin_pattern($1, tgtd_tmpfs_t) ')