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 37A15198007 for ; Mon, 11 Mar 2013 19:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A03DE0815; Mon, 11 Mar 2013 19:25:18 +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 BEE83E081C for ; Mon, 11 Mar 2013 19:25:17 +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 C5DEA33BEEC for ; Mon, 11 Mar 2013 19:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 67AA0E4364 for ; Mon, 11 Mar 2013 19:25:15 +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: <1363028094.7861f9c464e4b58c19c2b338a7cc674e9e756b55.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/asterisk.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7861f9c464e4b58c19c2b338a7cc674e9e756b55 X-VCS-Branch: master Date: Mon, 11 Mar 2013 19:25:15 +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: 55b41ecf-aa9c-4692-b47d-2b7e498c1b0f X-Archives-Hash: ab03940d4a41baabde09e648fa329f0f commit: 7861f9c464e4b58c19c2b338a7cc674e9e756b55 Author: Sven Vermeulen siphos be> AuthorDate: Sun Mar 10 14:52:48 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Mar 11 18:54:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7861f9c4 Asterisk needs to search through logs Allow asterisk to search through the log files, otherwise the following error is received: asterisk: ERROR[23298]: cdr_csv.c:318 in csv_log: Unable to re-open master file /var/log/asterisk//cdr-csv//Master.csv : Permission denied Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/contrib/asterisk.te | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/contrib/asterisk.te b/policy/modules/contrib/asterisk.te index cddcb16..8671bd7 100644 --- a/policy/modules/contrib/asterisk.te +++ b/policy/modules/contrib/asterisk.te @@ -146,6 +146,7 @@ fs_search_auto_mountpoints(asterisk_t) auth_use_nsswitch(asterisk_t) +logging_search_logs(asterisk_t) logging_send_syslog_msg(asterisk_t) miscfiles_read_localization(asterisk_t)