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 B83BD1381F3 for ; Fri, 31 May 2013 13:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F09D1E08DC; Fri, 31 May 2013 13:48:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 337B5E0898 for ; Fri, 31 May 2013 13:48:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3696833E2BF for ; Fri, 31 May 2013 13:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C69F3E5460 for ; Fri, 31 May 2013 13:48:38 +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: <1370008012.cdc5dbb1195ac5ce27b7ad686b5c605111743ae2.SwifT@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/jabber.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: cdc5dbb1195ac5ce27b7ad686b5c605111743ae2 X-VCS-Branch: master Date: Fri, 31 May 2013 13:48:38 +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: c335c1e7-7849-4ba5-b286-1e13769a7051 X-Archives-Hash: d2ae30e203fd4e9a42b1a155bbb32390 commit: cdc5dbb1195ac5ce27b7ad686b5c605111743ae2 Author: James Carter tycho nsa gov> AuthorDate: Fri May 17 14:44:43 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Fri May 31 13:46:52 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cdc5dbb1 - Fixed typo in contrib/jabber.if Removed extra ")" from macro call in jabber.if. Signed-off-by: James Carter tycho.nsa.gov> --- policy/modules/contrib/jabber.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/jabber.if b/policy/modules/contrib/jabber.if index 16b1666..7eb3811 100644 --- a/policy/modules/contrib/jabber.if +++ b/policy/modules/contrib/jabber.if @@ -86,7 +86,7 @@ interface(`jabber_admin',` role_transition $2 jabberd_initrc_exec_t system_r; allow $2 system_r; - files_search_locks($1)) + files_search_locks($1) admin_pattern($1, jabberd_lock_t) logging_search_logs($1)