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 430771389E2 for ; Tue, 25 Nov 2014 21:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3542E085E; Tue, 25 Nov 2014 21:18:16 +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 A9519E085E for ; Tue, 25 Nov 2014 21:18:16 +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 70B7C33FFB1 for ; Tue, 25 Nov 2014 21:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D3C3AE7F for ; Tue, 25 Nov 2014 21:18:14 +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: <1416950271.d3cc51cb79883e69e1e75343a253f2f69cd5ed06.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/svnserve.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d3cc51cb79883e69e1e75343a253f2f69cd5ed06 X-VCS-Branch: adminroles Date: Tue, 25 Nov 2014 21:18:14 +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: 238bdd03-cd08-4828-8433-f1d308b158a7 X-Archives-Hash: e366b8daa3e1a0ce86f197204ad2282d commit: d3cc51cb79883e69e1e75343a253f2f69cd5ed06 Author: Jason Zaman perfinion com> AuthorDate: Tue Nov 25 21:17:51 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Tue Nov 25 21:17:51 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d3cc51cb svnserve: syntax error in svnserve_admin --- policy/modules/contrib/svnserve.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/svnserve.if b/policy/modules/contrib/svnserve.if index 2ac91b6..5cd46e9 100644 --- a/policy/modules/contrib/svnserve.if +++ b/policy/modules/contrib/svnserve.if @@ -31,5 +31,5 @@ interface(`svnserve_admin',` allow $2 system_r; files_search_pids($1) - admin_pattern($1, httpd_var_run_t) + admin_pattern($1, svnserve_var_run_t) ')