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 590C213877A for ; Tue, 19 Aug 2014 12:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD4F7E0A86; Tue, 19 Aug 2014 12:17:37 +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 D3C9AE09DD for ; Tue, 19 Aug 2014 12:17:26 +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 BF73033FC4E for ; Tue, 19 Aug 2014 12:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F5D63BFB 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: <1408096647.e5681b29db2df81a124b2a985a5a5e2eb816a03e.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/rsync.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e5681b29db2df81a124b2a985a5a5e2eb816a03e 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: 3cab7578-a657-42ec-8bc1-6c352ad9c5ea X-Archives-Hash: fe693ce0aa29e0bd326649c68f960b71 commit: e5681b29db2df81a124b2a985a5a5e2eb816a03e Author: Sven Vermeulen siphos be> AuthorDate: Fri Aug 8 12:16:36 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Fri Aug 15 09:57:27 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e5681b29 Use domain_auto_trans, not auto_trans Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/rsync.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/rsync.if b/policy/modules/contrib/rsync.if index f1140ef..431471b 100644 --- a/policy/modules/contrib/rsync.if +++ b/policy/modules/contrib/rsync.if @@ -50,7 +50,7 @@ interface(`rsync_entry_spec_domtrans',` ') corecmd_search_bin($1) - auto_trans($1, rsync_exec_t, $2) + domain_auto_trans($1, rsync_exec_t, $2) ') ########################################