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 7A8D91389E2 for ; Thu, 4 Dec 2014 01:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9306BE086E; Thu, 4 Dec 2014 01:46:18 +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 E2F0EE086A for ; Thu, 4 Dec 2014 01:46:17 +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 DCAA33405F6 for ; Thu, 4 Dec 2014 01:46:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2C7BB859 for ; Thu, 4 Dec 2014 01:46:12 +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: <1417639245.662543a6c6d371779ecf5324455c22a4f8e61238.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: 662543a6c6d371779ecf5324455c22a4f8e61238 X-VCS-Branch: master Date: Thu, 4 Dec 2014 01:46:12 +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: e5225abf-86eb-4566-937c-cca3a00168df X-Archives-Hash: 655d108f007b07ad1a2ecd1df77a43f3 commit: 662543a6c6d371779ecf5324455c22a4f8e61238 Author: Jason Zaman perfinion com> AuthorDate: Wed Dec 3 12:26:41 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Wed Dec 3 20:40:45 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=662543a6 rsync: syntax error in rsync_admin --- 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 431471b..e916de8 100644 --- a/policy/modules/contrib/rsync.if +++ b/policy/modules/contrib/rsync.if @@ -257,7 +257,7 @@ interface(`rsync_etc_filetrans_config',` interface(`rsync_admin',` gen_require(` type rsync_t, rsync_etc_t, rsync_data_t; - type rsync_log_t, rsync_tmp_t. rsync_var_run_t; + type rsync_log_t, rsync_tmp_t, rsync_var_run_t; ') allow $1 rsync_t:process { ptrace signal_perms };